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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.h 418 #define CPP_DECLTYPE ((enum cpp_ttype) (CPP_NESTED_NAME_SPECIFIER + 1))
421 #define CPP_PREPARSED_EXPR ((enum cpp_ttype) (CPP_DECLTYPE + 1))
c-common.cc 6773 else if (token_type == CPP_DECLTYPE)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.h 430 #define CPP_DECLTYPE ((enum cpp_ttype) (CPP_NESTED_NAME_SPECIFIER + 1))
433 #define CPP_PREPARSED_EXPR ((enum cpp_ttype) (CPP_DECLTYPE + 1))
c-common.cc 6602 else if (token_type == CPP_DECLTYPE)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc 1102 || t->type == CPP_DECLTYPE);
5075 CPP_DECLTYPE and CPP_TEMPLATE_ID, where we are saving the side-effects for
6827 if (cp_lexer_next_token_is (parser->lexer, CPP_DECLTYPE)
16418 if (start_token->type == CPP_DECLTYPE)
16545 /* Replace the decltype with a CPP_DECLTYPE so we don't need to parse
16547 start_token->type = CPP_DECLTYPE;
19647 it with a CPP_DECLTYPE, so just rewind and let the CPP_DECLTYPE
19692 if (token->type == CPP_DECLTYPE
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc 1264 || t->type == CPP_DECLTYPE);
5344 CPP_DECLTYPE and CPP_TEMPLATE_ID, where we are saving the side-effects for
7111 if (cp_lexer_next_token_is (parser->lexer, CPP_DECLTYPE)
17173 if (start_token->type == CPP_DECLTYPE)
17300 /* Replace the decltype with a CPP_DECLTYPE so we don't need to parse
17302 start_token->type = CPP_DECLTYPE;
20415 it with a CPP_DECLTYPE, so just rewind and let the CPP_DECLTYPE
20456 if (token->type == CPP_DECLTYPE
    [all...]

Completed in 50 milliseconds