Searched refs:constructor_name_p (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
H A Dname-lookup.h102 extern bool constructor_name_p (tree, tree);
H A Dname-lookup.c1723 constructor_name_p (tree name, tree type)
2824 if (constructor_name_p (name, scope))
2829 if (constructor_name_p (name, current_class_type))
1720 constructor_name_p (tree name, tree type) function
H A Dclass.c3045 if (constructor_name_p (DECL_NAME (x), t) && TYPE_HAS_CONSTRUCTOR (t))
H A Dparser.c3741 && constructor_name_p (token->u.value, scope))
9499 && !constructor_name_p (identifier, parser->scope))
12356 && constructor_name_p (unqualified_name,
H A Ddecl.c8648 else if (constructor_name_p (unqualified_id, current_class_type))
H A Dpt.c2031 if (constructor_name_p (name, ctype))

Completed in 263 milliseconds