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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.h 405 parsing tentatively, it is replaced with a CPP_TEMPLATE_ID token;
406 the value of the CPP_TEMPLATE_ID is whatever was returned by
408 #define CPP_TEMPLATE_ID ((enum cpp_ttype) (CPP_KEYWORD + 1))
415 #define CPP_NESTED_NAME_SPECIFIER ((enum cpp_ttype) (CPP_TEMPLATE_ID + 1))
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.h 417 parsing tentatively, it is replaced with a CPP_TEMPLATE_ID token;
418 the value of the CPP_TEMPLATE_ID is whatever was returned by
420 #define CPP_TEMPLATE_ID ((enum cpp_ttype) (CPP_KEYWORD + 1))
427 #define CPP_NESTED_NAME_SPECIFIER ((enum cpp_ttype) (CPP_TEMPLATE_ID + 1))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc 5075 CPP_DECLTYPE and CPP_TEMPLATE_ID, where we are saving the side-effects for
5902 case CPP_TEMPLATE_ID:
6327 case CPP_TEMPLATE_ID:
6448 if (token->type == CPP_TEMPLATE_ID && declarator_p
6728 else if (token->type == CPP_TEMPLATE_ID)
6844 if (cp_lexer_next_token_is (parser->lexer, CPP_TEMPLATE_ID)
18169 if (token->type == CPP_TEMPLATE_ID)
18372 up the template-id with a CPP_TEMPLATE_ID token. That way,
18385 token->type = CPP_TEMPLATE_ID;
18926 || token->type == CPP_TEMPLATE_ID
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc 5344 CPP_DECLTYPE and CPP_TEMPLATE_ID, where we are saving the side-effects for
6164 case CPP_TEMPLATE_ID:
6604 case CPP_TEMPLATE_ID:
6725 if (token->type == CPP_TEMPLATE_ID && declarator_p)
7012 else if (token->type == CPP_TEMPLATE_ID)
7128 if (cp_lexer_next_token_is (parser->lexer, CPP_TEMPLATE_ID)
18922 if (token->type == CPP_TEMPLATE_ID)
19125 up the template-id with a CPP_TEMPLATE_ID token. That way,
19138 token->type = CPP_TEMPLATE_ID;
19687 || token->type == CPP_TEMPLATE_ID
    [all...]

Completed in 49 milliseconds