Home
last modified time | relevance | path

Searched refs:resword (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c6273 const c_common_resword *resword = &c_common_reswords[i]; in lookup_name_fuzzy() local
6275 if (!suggest_rid_p (resword->rid)) in lookup_name_fuzzy()
6278 tree resword_identifier = ridpointers [resword->rid]; in lookup_name_fuzzy()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc7517 const c_common_resword *resword = &c_common_reswords[i]; in lookup_name_fuzzy() local
7519 if (!suggest_rid_p (resword->rid)) in lookup_name_fuzzy()
7522 tree resword_identifier = ridpointers [resword->rid]; in lookup_name_fuzzy()
H A DChangeLog-20081398 * lex.c (struct resword, reswords): Don't define.
H A DChangeLog-20052117 * lex.c (struct resword reswords): Add Objective-C++ support.
H A DChangeLog-20072371 * lex.c (struct resword): Add __has_nothrow_assign,
H A DChangeLog-2001784 * lex.c (cplus_tree_code_type, cplus_tree_code_length, resword):
H A DChangeLog-2003519 * lex.c (struct resword): Move const after ENUM_BITFIELD.
H A DChangeLog-19995684 * gxx.gperf (resword): Const-ify a char*.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4354 const c_common_resword *resword = &c_common_reswords[i]; in lookup_name_fuzzy() local
4355 if (!c_keyword_starts_typename (resword->rid)) in lookup_name_fuzzy()
4357 tree resword_identifier = ridpointers [resword->rid]; in lookup_name_fuzzy()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc4418 const c_common_resword *resword = &c_common_reswords[i]; in lookup_name_fuzzy() local
4419 if (!c_keyword_starts_typename (resword->rid)) in lookup_name_fuzzy()
4421 tree resword_identifier = ridpointers [resword->rid]; in lookup_name_fuzzy()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-199916724 * c-parse.gperf (resword): Const-ify a char*.
H A DChangeLog-200814028 * c-parser.c (struct resword, reswords): Don't define.