Home
last modified time | relevance | path

Searched refs:cp_parser_trait_expr (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20141015 * parser.c (cp_parser_trait_expr): Allow pack expansion.
1036 (cp_parser_trait_expr): Likewise. Handle variadic trait.
1048 (cp_parser_trait_expr): Likewise.
1061 (cp_parser_trait_expr): Likewise. Remove redundant grokdeclarator.
H A DChangeLog-2017324 (cp_parser_trait_expr): Generate and return a location_t,
2135 (cp_parser_trait_expr): Likewise.
3848 (cp_parser_trait_expr): Likewise.
4663 (cp_parser_trait_expr): Likewise.
H A DChangeLog-2011187 (cp_parser_primary_expression, cp_parser_trait_expr): Likewise.
1258 * parser.c (cp_parser_trait_expr, cp_parser_template_argument_list,
3890 (cp_parser_trait_expr): Deal with RID_UNDERLYING_TYPE; tidy.
H A DChangeLog-20081436 cp_parser_objc_statement, cp_parser_trait_expr,
2027 (cp_parser_trait_expr): Likewise.
H A DChangeLog-20211154 * parser.c (cp_parser_trait_expr): Call nreverse on the reversed
1736 (cp_parser_trait_expr): Likewise.
1985 (cp_parser_trait_expr): Likewise.
H A DChangeLog-20071153 * parser.c (cp_parser_trait_expr): Check rerurn value of
2378 (cp_parser_trait_expr): New.
H A DChangeLog-2015257 (cp_parser_trait_expr): Use it.
1993 (cp_parser_trait_expr): Handle RID_IS_SAME_AS.
H A DChangeLog-20192092 (cp_parser_trait_expr): Pass trait_loc down.
2636 * parser.c (cp_parser_trait_expr): Pass trait_loc down.
H A Dparser.cc2708 static cp_expr cp_parser_trait_expr
5867 return cp_parser_trait_expr (parser, token->keyword); in cp_parser_primary_expression()
10794 cp_parser_trait_expr (cp_parser* parser, enum rid keyword) in cp_parser_trait_expr() function
19668 type = cp_parser_trait_expr (parser, RID_UNDERLYING_TYPE); in cp_parser_simple_type_specifier()
19678 type = cp_parser_trait_expr (parser, token->keyword); in cp_parser_simple_type_specifier()
H A DChangeLog-20091766 (cp_parser_trait_expr): Likewise.
H A DChangeLog-2010831 (cp_parser_trait_expr): Likewise.
H A DChangeLog-2016932 (cp_parser_trait_expr): Likewise. Formatting fix.
H A DChangeLog-20201751 (cp_parser_trait_expr): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c2581 static cp_expr cp_parser_trait_expr
5583 return cp_parser_trait_expr (parser, token->keyword); in cp_parser_primary_expression()
10319 cp_parser_trait_expr (cp_parser* parser, enum rid keyword) in cp_parser_trait_expr() function
18062 type = cp_parser_trait_expr (parser, RID_UNDERLYING_TYPE); in cp_parser_simple_type_specifier()
18072 type = cp_parser_trait_expr (parser, token->keyword); in cp_parser_simple_type_specifier()