HomeSort by: relevance | last modified time | path
    Searched refs:key_loc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 1443 location_t key_loc = get_key_loc (locs[0]); local
1444 /* We don't record data for 'RESERVED_LOCATION_P (key_loc)' key values:
1445 any data now recorded under key 'key_loc' would be overwritten by a
1446 subsequent call with the same key 'key_loc'. */
1447 if (RESERVED_LOCATION_P (key_loc))
1452 m_table->put (key_loc, concat);
1471 location_t key_loc = get_key_loc (loc); local
1472 /* We don't record data for 'RESERVED_LOCATION_P (key_loc)' key values; see
1474 if (RESERVED_LOCATION_P (key_loc))
1477 string_concat **concat = m_table->get (key_loc);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc 20298 location_t key_loc = cp_lexer_peek_token (parser->lexer)->location;
20325 key_loc = make_location (key_loc, key_loc, loc);
20345 key_loc = cp_lexer_peek_token (parser->lexer)->location;
20667 cp_parser_maybe_warn_enum_key (parser, key_loc, type, scoped_key);
20674 cp_parser_check_class_key (parser, key_loc, tag_type, type, false,
33284 cp_parser_maybe_warn_enum_key (cp_parser *parser, location_t key_loc,
    [all...]

Completed in 57 milliseconds