Searched refs:lookup_name_fuzzy (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | name-hint.h | 118 extern name_hint lookup_name_fuzzy (tree, enum lookup_name_fuzzy_kind,
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-decl.c | 3118 hint = lookup_name_fuzzy (id, FUZZY_LOOKUP_FUNCTION_NAME, loc); in implicit_decl_warning() 3482 name_hint guessed_id = lookup_name_fuzzy (id, FUZZY_LOOKUP_NAME, loc); in undeclared_variable() 3500 name_hint guessed_id = lookup_name_fuzzy (id, FUZZY_LOOKUP_NAME, loc); in undeclared_variable() 4022 lookup_name_fuzzy (tree name, enum lookup_name_fuzzy_kind kind, location_t loc) in lookup_name_fuzzy() function
|
| HD | c-parser.c | 1817 name_hint hint = lookup_name_fuzzy (name, FUZZY_LOOKUP_TYPENAME, in c_parser_declaration_or_fndef() 4054 name_hint hint = lookup_name_fuzzy (token->value, in c_parser_parameter_declaration()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | name-lookup.c | 5464 if (name_hint hint = lookup_name_fuzzy (name, FUZZY_LOOKUP_NAME, in suggest_alternatives_for() 5983 lookup_name_fuzzy (tree name, enum lookup_name_fuzzy_kind kind, location_t loc) in lookup_name_fuzzy() function
|
| HD | parser.c | 3287 hint = lookup_name_fuzzy (id, FUZZY_LOOKUP_TYPENAME, location); in cp_parser_diagnose_invalid_type_name()
|