Home
last modified time | relevance | path

Searched refs:suggestion_str (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c6116 const char *suggestion_str = IDENTIFIER_POINTER (suggestion); in consider_binding_level() local
6119 if (strchr (suggestion_str, ' ')) in consider_binding_level()
6124 if (name_reserved_for_implementation_p (suggestion_str) in consider_binding_level()
6128 bm.consider (suggestion_str); in consider_binding_level()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc7161 const char *suggestion_str = IDENTIFIER_POINTER (suggestion); in consider_decl() local
7164 if (strchr (suggestion_str, ' ')) in consider_decl()
7170 && name_reserved_for_implementation_p (suggestion_str)) in consider_decl()
7173 bm.consider (suggestion_str); in consider_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4290 const char *suggestion_str = IDENTIFIER_POINTER (binding->id); in lookup_name_fuzzy() local
4291 if (name_reserved_for_implementation_p (suggestion_str)) in lookup_name_fuzzy()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc4354 const char *suggestion_str = IDENTIFIER_POINTER (binding->id); in lookup_name_fuzzy() local
4355 if (name_reserved_for_implementation_p (suggestion_str)) in lookup_name_fuzzy()