Searched refs:ctor_identifier (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | search.c | 1380 if ((name == ctor_identifier in lookup_fnfields_1() 1409 if (name == ctor_identifier) in lookup_fnfields_1() 1479 DECL_CONSTRUCTOR_P (function) ? ctor_identifier : in class_method_index_for_fn()
|
H A D | cp-tree.h | 578 #define ctor_identifier cp_global_trees[CPTI_CTOR_IDENTIFIER] macro
|
H A D | call.c | 5398 gcc_assert (name != ctor_identifier); in build_new_method_call()
|
H A D | ChangeLog-1999 | 2681 access_private_virtual, ctor_identifier, delta2_identifier, 2697 (this_identifier, in_charge_identifier, ctor_identifier): Likewise.
|
H A D | decl.c | 3093 { "__ct ", &ctor_identifier, 1 }, in initialize_predefined_identifiers()
|
H A D | pt.c | 2050 name = is_constructor ? ctor_identifier : dtor_identifier; in check_explicit_specialization()
|
H A D | ChangeLog-1996 | 2743 * decl.c (ctor_identifier): New.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | search.c | 1742 if (name == ctor_identifier) in lookup_fnfields_1()
|
H A D | decl2.c | 700 DECL_CONSTRUCTOR_P (function) ? ctor_identifier :
|
H A D | cp-tree.h | 715 #define ctor_identifier cp_global_trees[CPTI_CTOR_IDENTIFIER] macro
|
H A D | call.c | 5032 my_friendly_assert (name != ctor_identifier, 20000408); in build_new_method_call()
|
H A D | pt.c | 1728 name = is_constructor ? ctor_identifier : dtor_identifier;
|
H A D | decl.c | 6894 { CTOR_NAME, &ctor_identifier, 1 }, in initialize_predefined_identifiers()
|
H A D | ChangeLog.2 | 2681 access_private_virtual, ctor_identifier, delta2_identifier, 2697 (this_identifier, in_charge_identifier, ctor_identifier): Likewise. 19021 * decl.c (ctor_identifier): New.
|