Searched refs:resword (Results 1 – 12 of 12) sorted by relevance
6273 const c_common_resword *resword = &c_common_reswords[i]; in lookup_name_fuzzy() local6275 if (!suggest_rid_p (resword->rid)) in lookup_name_fuzzy()6278 tree resword_identifier = ridpointers [resword->rid]; in lookup_name_fuzzy()
7517 const c_common_resword *resword = &c_common_reswords[i]; in lookup_name_fuzzy() local7519 if (!suggest_rid_p (resword->rid)) in lookup_name_fuzzy()7522 tree resword_identifier = ridpointers [resword->rid]; in lookup_name_fuzzy()
1398 * lex.c (struct resword, reswords): Don't define.
2117 * lex.c (struct resword reswords): Add Objective-C++ support.
2371 * lex.c (struct resword): Add __has_nothrow_assign,
784 * lex.c (cplus_tree_code_type, cplus_tree_code_length, resword):
519 * lex.c (struct resword): Move const after ENUM_BITFIELD.
5684 * gxx.gperf (resword): Const-ify a char*.
4354 const c_common_resword *resword = &c_common_reswords[i]; in lookup_name_fuzzy() local4355 if (!c_keyword_starts_typename (resword->rid)) in lookup_name_fuzzy()4357 tree resword_identifier = ridpointers [resword->rid]; in lookup_name_fuzzy()
4418 const c_common_resword *resword = &c_common_reswords[i]; in lookup_name_fuzzy() local4419 if (!c_keyword_starts_typename (resword->rid)) in lookup_name_fuzzy()4421 tree resword_identifier = ridpointers [resword->rid]; in lookup_name_fuzzy()
16724 * c-parse.gperf (resword): Const-ify a char*.
14028 * c-parser.c (struct resword, reswords): Don't define.