Home
last modified time | relevance | path

Searched refs:sfk_copy_constructor (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dmethod.c423 case sfk_copy_constructor: in type_has_trivial_fn()
449 case sfk_copy_constructor: in type_set_nontrivial_flag()
1166 case sfk_copy_constructor: in synthesized_method_walk()
1192 case sfk_copy_constructor: in synthesized_method_walk()
1404 || sfk == sfk_copy_constructor) in maybe_explain_implicit_delete()
1505 case sfk_copy_constructor: in implicitly_declare_fn()
1542 && (kind == sfk_copy_constructor in implicitly_declare_fn()
1555 if (kind == sfk_constructor || kind == sfk_copy_constructor in implicitly_declare_fn()
1700 kind = sfk_copy_constructor; in defaultable_fn_check()
1754 case sfk_copy_constructor: in lazily_declare_fn()
[all …]
H A Dsearch.c1451 lazily_declare_fn (sfk_copy_constructor, type); in lookup_fnfields_1()
H A Dtree.c3398 return sfk_copy_constructor; in special_function_p()
H A Dcp-tree.h4094 sfk_copy_constructor, /* A copy constructor. */ enumerator
H A Dsemantics.c5357 lazily_declare_fn (sfk_copy_constructor, type); in classtype_has_nothrow_assign_or_copy_p()
H A Ddecl.c7198 case sfk_copy_constructor: in grokfndecl()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dmethod.c396 case sfk_copy_constructor: in type_has_trivial_fn()
424 case sfk_copy_constructor: in type_set_nontrivial_flag()
1403 else if (sfk == sfk_copy_constructor) in walk_field_subobs()
1574 case sfk_copy_constructor: in synthesized_method_walk()
1614 case sfk_copy_constructor: in synthesized_method_walk()
1823 && (sfk == sfk_copy_assignment || sfk == sfk_copy_constructor) in maybe_explain_implicit_delete()
1998 case sfk_copy_constructor: in implicitly_declare_fn()
2060 && (kind == sfk_copy_constructor in implicitly_declare_fn()
2311 kind = sfk_copy_constructor; in defaultable_fn_check()
2373 case sfk_copy_constructor: in lazily_declare_fn()
[all …]
H A Dtree.c5014 return sfk_copy_constructor; in special_function_p()
H A Dname-lookup.c1290 lazily_declare_fn (sfk_copy_constructor, klass); in get_class_binding()
H A Dcp-tree.h5029 sfk_copy_constructor, /* A copy constructor. */ enumerator
H A Ddecl.c8786 case sfk_copy_constructor: in grokfndecl()