Searched refs:DEPRECATED_NORMAL (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.h | 46 DEPRECATED_NORMAL, enumerator
|
| H A D | decl.c | 235 enum deprecated_states deprecated_state = DEPRECATED_NORMAL; 5248 deprecated_state = DEPRECATED_NORMAL; in start_decl()
|
| H A D | parser.c | 22651 deprecated_state = DEPRECATED_NORMAL; in cp_parser_parameter_declaration_list()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.h | 46 DEPRECATED_NORMAL, enumerator
|
| H A D | decl.cc | 244 enum deprecated_states deprecated_state = DEPRECATED_NORMAL;
|
| H A D | parser.cc | 24585 deprecated_state = DEPRECATED_NORMAL; in cp_parser_parameter_declaration_list()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-decl.c | 75 DEPRECATED_NORMAL, enumerator 4937 DEPRECATED_NORMAL); in groktypename() 5004 enum deprecated_states deprecated_state = DEPRECATED_NORMAL; in start_decl() 5592 NULL, &attrs, expr, NULL, DEPRECATED_NORMAL); in grokparm() 5611 &attrs, expr, NULL, DEPRECATED_NORMAL); in push_parm_decl() 8097 DEPRECATED_NORMAL); in grokfield() 9138 &attributes, NULL, NULL, DEPRECATED_NORMAL); in start_function()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-decl.cc | 83 DEPRECATED_NORMAL, enumerator 5029 DEPRECATED_NORMAL); in groktypename() 5106 enum deprecated_states deprecated_state = DEPRECATED_NORMAL; in start_decl() 5731 NULL, &attrs, expr, NULL, DEPRECATED_NORMAL); in grokparm() 5927 &attrs, expr, NULL, DEPRECATED_NORMAL); in push_parm_decl() 8418 DEPRECATED_NORMAL); in grokfield() 9519 &attributes, NULL, NULL, DEPRECATED_NORMAL); in start_function()
|