HomeSort by: relevance | last modified time | path
    Searched defs:next_tok (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/arm/
aarch-common.cc 668 next_tok (char **str, int delim) function
696 char *str = next_tok (&next_str, '+');
733 str = next_tok (&next_str, '+');
748 str = next_tok (&next_str, '+');
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 5295 c_token *next_tok = c_parser_peek_token (parser);
5296 if (next_tok->type != CPP_CLOSE_BRACE)
5306 location_t close_loc = next_tok->location;
5293 c_token *next_tok = c_parser_peek_token (parser); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 6190 c_token *next_tok = c_parser_peek_token (parser);
6191 if (next_tok->type != CPP_CLOSE_BRACE)
6201 location_t close_loc = next_tok->location;
6188 c_token *next_tok = c_parser_peek_token (parser); local

Completed in 43 milliseconds