Searched refs:ctor_name (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
H A Dinit.c1156 tree ctor_name; local
1216 ctor_name = complete_ctor_identifier;
1218 ctor_name = base_ctor_identifier;
1220 rval = build_special_member_call (exp, ctor_name, parms, binfo, flags);
H A Dname-lookup.c1725 tree ctor_name;
1733 ctor_name = constructor_name_full (type);
1734 if (name == ctor_name)
1736 if (IDENTIFIER_TEMPLATE (ctor_name)
1737 && name == IDENTIFIER_TEMPLATE (ctor_name))
1722 tree ctor_name; local

Completed in 84 milliseconds