Searched defs:key_loc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | input.c | 1292 location_t key_loc = get_key_loc (locs[0]); in record_string_concatenation() local 1315 location_t key_loc = get_key_loc (loc); in get_string_concatenation() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | input.cc | 1443 location_t key_loc = get_key_loc (locs[0]); in record_string_concatenation() local 1471 location_t key_loc = get_key_loc (loc); in get_string_concatenation() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 18678 location_t key_loc = cp_lexer_peek_token (parser->lexer)->location; in cp_parser_elaborated_type_specifier() local 30989 cp_parser_maybe_warn_enum_key (cp_parser *parser, location_t key_loc, in cp_parser_maybe_warn_enum_key() 31168 cp_parser_check_class_key (cp_parser *parser, location_t key_loc, in cp_parser_check_class_key() 31228 class_decl_loc_t::add (cp_parser *parser, location_t key_loc, in add()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 20296 location_t key_loc = cp_lexer_peek_token (parser->lexer)->location; in cp_parser_elaborated_type_specifier() local 33273 cp_parser_maybe_warn_enum_key (cp_parser *parser, location_t key_loc, in cp_parser_maybe_warn_enum_key() 33452 cp_parser_check_class_key (cp_parser *parser, location_t key_loc, in cp_parser_check_class_key() 33512 class_decl_loc_t::add (cp_parser *parser, location_t key_loc, in add()
|