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

  /src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc 1889 c_token *comp_tok = c_parser_peek_token (parser); local
1890 ident = comp_tok->value;
1891 comp_loc = comp_tok->location;
1936 c_token *comp_tok = c_parser_peek_token (parser); local
1937 ident = comp_tok->value;
1938 comp_loc = comp_tok->location;
c-parser.cc 10851 c_token *comp_tok = c_parser_peek_token (parser);
10853 = build_component_ref (loc, offsetof_ref, comp_tok->value,
10854 comp_tok->location, UNKNOWN_LOCATION);
10880 c_token *comp_tok = c_parser_peek_token (parser);
10883 comp_tok->value,
10884 comp_tok->location,
12666 c_token *comp_tok = c_parser_peek_token (parser);
12667 ident = comp_tok->value;
12668 comp_loc = comp_tok->location;
12704 c_token *comp_tok = c_parser_peek_token (parser)
10849 c_token *comp_tok = c_parser_peek_token (parser); local
10878 c_token *comp_tok = c_parser_peek_token (parser); local
12664 c_token *comp_tok = c_parser_peek_token (parser); local
12702 c_token *comp_tok = c_parser_peek_token (parser); local
15435 c_token *comp_tok = c_parser_peek_token (parser); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc 1787 c_token *comp_tok = c_parser_peek_token (parser); local
1788 ident = comp_tok->value;
1789 comp_loc = comp_tok->location;
1833 c_token *comp_tok = c_parser_peek_token (parser); local
1834 ident = comp_tok->value;
1835 comp_loc = comp_tok->location;
c-parser.cc 9243 c_token *comp_tok = c_parser_peek_token (parser);
9245 (loc, offsetof_ref, comp_tok->value, comp_tok->location);
9271 c_token *comp_tok = c_parser_peek_token (parser);
9273 (loc, offsetof_ref, comp_tok->value,
9274 comp_tok->location);
10598 c_token *comp_tok = c_parser_peek_token (parser);
10599 ident = comp_tok->value;
10600 comp_loc = comp_tok->location;
10635 c_token *comp_tok = c_parser_peek_token (parser)
9241 c_token *comp_tok = c_parser_peek_token (parser); local
9269 c_token *comp_tok = c_parser_peek_token (parser); local
10596 c_token *comp_tok = c_parser_peek_token (parser); local
10633 c_token *comp_tok = c_parser_peek_token (parser); local
13179 c_token *comp_tok = c_parser_peek_token (parser); local
    [all...]

Completed in 55 milliseconds