Home
last modified time | relevance | path

Searched refs:ctor_identifier (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dsearch.c1380 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 Dcp-tree.h578 #define ctor_identifier cp_global_trees[CPTI_CTOR_IDENTIFIER] macro
H A Dcall.c5398 gcc_assert (name != ctor_identifier); in build_new_method_call()
H A DChangeLog-19992681 access_private_virtual, ctor_identifier, delta2_identifier,
2697 (this_identifier, in_charge_identifier, ctor_identifier): Likewise.
H A Ddecl.c3093 { "__ct ", &ctor_identifier, 1 }, in initialize_predefined_identifiers()
H A Dpt.c2050 name = is_constructor ? ctor_identifier : dtor_identifier; in check_explicit_specialization()
H A DChangeLog-19962743 * decl.c (ctor_identifier): New.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsearch.c1742 if (name == ctor_identifier) in lookup_fnfields_1()
H A Ddecl2.c700 DECL_CONSTRUCTOR_P (function) ? ctor_identifier :
H A Dcp-tree.h715 #define ctor_identifier cp_global_trees[CPTI_CTOR_IDENTIFIER] macro
H A Dcall.c5032 my_friendly_assert (name != ctor_identifier, 20000408); in build_new_method_call()
H A Dpt.c1728 name = is_constructor ? ctor_identifier : dtor_identifier;
H A Ddecl.c6894 { CTOR_NAME, &ctor_identifier, 1 }, in initialize_predefined_identifiers()
H A DChangeLog.22681 access_private_virtual, ctor_identifier, delta2_identifier,
2697 (this_identifier, in_charge_identifier, ctor_identifier): Likewise.
19021 * decl.c (ctor_identifier): New.