Searched refs:key_redundant (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 31052 class_decl_loc_t (tag_types class_key, bool key_redundant, bool def_p, 31058 key_redundant); in locvec() 31112 bool key_redundant (unsigned i) const in key_redundant() function 31114 return locvec[i].key_redundant; in key_redundant() 31133 : func (func), loc (loc), class_key (key), key_redundant (redundant) in class_key_loc_t() 31144 bool key_redundant; member 31242 bool key_redundant = (!def_p && !decl_p in add() local 31247 if (key_redundant in add() 31260 key_redundant = false; in add() 31298 if (key_redundant) in add() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 33336 class_decl_loc_t (tag_types class_key, bool key_redundant, bool def_p, in class_decl_loc_t() argument 33342 key_redundant); in class_decl_loc_t() 33396 bool key_redundant (unsigned i) const in key_redundant() function in class_decl_loc_t 33398 return locvec[i].key_redundant; in key_redundant() 33417 : func (func), loc (loc), class_key (key), key_redundant (redundant) in class_key_loc_t() 33428 bool key_redundant; member 33526 bool key_redundant = (!def_p && !decl_p in add() local 33532 if (key_redundant in add() 33545 key_redundant = false; in add() 33583 if (key_redundant) in add() [all …]
|