Home
last modified time | relevance | path

Searched refs:CPP_DECLTYPE (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h413 #define CPP_DECLTYPE ((enum cpp_ttype) (CPP_NESTED_NAME_SPECIFIER + 1)) macro
416 #define CPP_PREPARSED_EXPR ((enum cpp_ttype) (CPP_DECLTYPE + 1))
H A Dc-common.c6201 else if (token_type == CPP_DECLTYPE) in c_parse_error()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h430 #define CPP_DECLTYPE ((enum cpp_ttype) (CPP_NESTED_NAME_SPECIFIER + 1)) macro
433 #define CPP_PREPARSED_EXPR ((enum cpp_ttype) (CPP_DECLTYPE + 1))
H A Dc-common.cc6586 else if (token_type == CPP_DECLTYPE) in c_parse_error()
H A DChangeLog11977 (CPP_DECLTYPE): New.
11978 * c-common.c (c_parse_error): Handle CPP_DECLTYPE.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c1040 || t->type == CPP_DECLTYPE); in token_is_decltype()
6489 if (cp_lexer_next_token_is (parser->lexer, CPP_DECLTYPE) in cp_parser_nested_name_specifier_opt()
14879 if (start_token->type == CPP_DECLTYPE) in cp_parser_decltype()
14989 start_token->type = CPP_DECLTYPE; in cp_parser_decltype()
18084 if (token->type == CPP_DECLTYPE in cp_parser_simple_type_specifier()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc1101 || t->type == CPP_DECLTYPE); in token_is_decltype()
6825 if (cp_lexer_next_token_is (parser->lexer, CPP_DECLTYPE) in cp_parser_nested_name_specifier_opt()
16416 if (start_token->type == CPP_DECLTYPE) in cp_parser_decltype()
16545 start_token->type = CPP_DECLTYPE; in cp_parser_decltype()
19690 if (token->type == CPP_DECLTYPE in cp_parser_simple_type_specifier()
H A DChangeLog-2015225 * parser.h (struct cp_token): Tell GTY that CPP_DECLTYPE uses
H A DChangeLog-20112222 (cp_parser_decltype): Replace source tokens with CPP_DECLTYPE.