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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.h 70 RID_VOLATILE, RID_SIGNED, RID_AUTO, RID_RESTRICT,
c-common.cc 462 { "auto", RID_AUTO, 0 },
8440 case RID_AUTO:
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.h 70 RID_VOLATILE, RID_SIGNED, RID_AUTO, RID_RESTRICT,
c-common.cc 487 { "auto", RID_AUTO, 0 },
8896 case RID_AUTO:
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc 1027 case RID_AUTO:
6436 if (cp_parser_is_keyword (token, RID_AUTO))
8550 && cp_lexer_nth_token_is_keyword (parser->lexer, 2, RID_AUTO)
15826 case RID_AUTO:
15841 cp_parser_set_storage_class (parser, decl_specs, RID_AUTO,
16014 case RID_AUTO:
16449 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_AUTO)
19573 case RID_AUTO:
20014 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_AUTO))
20021 cp_parser_require_keyword (parser, RID_AUTO, RT_AUTO)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc 1134 case RID_AUTO:
6713 if (cp_parser_is_keyword (token, RID_AUTO))
8908 && cp_lexer_nth_token_is_keyword (parser->lexer, 2, RID_AUTO)
16542 case RID_AUTO:
16557 cp_parser_set_storage_class (parser, decl_specs, RID_AUTO,
16737 case RID_AUTO:
17204 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_AUTO)
20337 case RID_AUTO:
20783 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_AUTO))
20790 cp_parser_require_keyword (parser, RID_AUTO, RT_AUTO)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 730 case RID_AUTO:
2939 case RID_AUTO:
4523 case RID_AUTO:
12709 if (c_parser_next_token_is_keyword (parser, RID_AUTO))
15138 else if (c_parser_next_token_is_keyword (parser, RID_AUTO))
c-decl.cc 11840 case RID_AUTO:
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 789 case RID_AUTO:
3428 case RID_AUTO:
5173 case RID_AUTO:
14852 if (c_parser_next_token_is_keyword (parser, RID_AUTO))
17541 else if (c_parser_next_token_is_keyword (parser, RID_AUTO))
c-decl.cc 12877 case RID_AUTO:

Completed in 194 milliseconds