Home
last modified time | relevance | path

Searched refs:cp_parser_unary_expression (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20109 * parser.c (cp_parser_unary_expression): Remove redundant C++0x
36 * parser.c (cp_parser_unary_expression): Call pedwarn for alignof
2271 * parser.c (cp_parser_unary_expression): Likewise.
2526 * parser.c (cp_parser_unary_expression): Parse noexcept-expression.
2798 (cp_parser_unary_expression): Initialize non_constant_p
H A DChangeLog-2003236 (cp_parser_unary_expression): Allow the use of "&" in a constant
297 (cp_parser_unary_expression): Likewise.
1661 * parser.c (cp_parser_unary_expression): Commonize alignof and
3204 (cp_parser_unary_expression): Simplify.
3467 (cp_parser_unary_expression): Use
6119 (cp_parser_unary_expression): Reject increments and decrements in
6277 (cp_parser_unary_expression): Likewise.
H A DChangeLog-2012805 * parser.c (cp_parser_unary_expression): For sizeof call
2086 cp_parser_postfix_dot_deref_expression, cp_parser_unary_expression,
2235 (cp_parser_unary_expression): Likewise.
H A DChangeLog-2008686 * parser.c (cp_parser_unary_expression): Same.
2008 (cp_parser_unary_expression): Likewise.
2407 (cp_parser_unary_expression): Ditto.
H A Dparser.cc2181 static cp_expr cp_parser_unary_expression
8667 cp_parser_unary_expression (cp_parser *parser, cp_id_kind * pidk, in cp_parser_unary_expression() function
9932 return cp_parser_unary_expression (parser, pidk, address_p, in cp_parser_cast_expression()
32538 expr = cp_parser_unary_expression (parser); in cp_parser_sizeof_operand()
32542 expr = cp_parser_unary_expression (parser); in cp_parser_sizeof_operand()
40865 v = cp_parser_unary_expression (parser); in cp_parser_omp_atomic()
40873 lhs = cp_parser_unary_expression (parser); in cp_parser_omp_atomic()
40897 v = cp_parser_unary_expression (parser); in cp_parser_omp_atomic()
40925 cmp_expr = cp_parser_unary_expression (parser); in cp_parser_omp_atomic()
40962 lhs = cp_parser_unary_expression (parser); in cp_parser_omp_atomic()
[all …]
H A DChangeLog-20051980 * parser.c (cp_parser_unary_expression): Use UNARY_PLUS_EXPR instead
1982 (cp_parser_unary_expression): Likewise.
3256 (cp_parser_unary_expression): Likewise.
H A DChangeLog-2014750 * parser.c (cp_parser_unary_expression): Add default arguments.
1008 * parser.c (cp_parser_unary_expression, [RID_NOEXCEPT]): Likewise.
1436 cp_parser_unary_expression, cp_parser_direct_new_declarator,
H A DChangeLog-2018134 (cp_parser_unary_expression): Ensure that folding of NEGATE_EXPR
694 (cp_parser_unary_expression): Handle RID_HAS_ATTRIBUTE_EXPRESSION.
3258 * parser.c (cp_parser_unary_expression): Pass it.
5360 (cp_parser_unary_expression): Call maybe_add_location_wrapper on
H A DChangeLog-2007427 * parser.c (cp_parser_unary_expression): For &&label call
1627 (cp_parser_unary_expression): Update call to
H A DChangeLog-2017322 * parser.c (cp_parser_unary_expression): Generate a location for
2131 (cp_parser_unary_expression): Likewise.
4473 * parser.c (cp_parser_unary_expression): Generate a location
H A DChangeLog-2015332 (cp_parser_unary_expression): Convert return type from tree to
661 * parser.c (cp_parser_unary_expression): Fold -constant here.
H A DChangeLog-20132983 (cp_parser_unary_expression): Likewise.
3736 (cp_parser_unary_expression): Likewise.
H A DChangeLog-20042407 cp_parser_postfix_expression, cp_parser_unary_expression,
5071 (cp_parser_unary_expression): Don't check it.
5707 (cp_parser_unary_expression): Likewise.
H A DChangeLog-20201139 * parser.c (cp_parser_unary_expression): Pass std_alignof to
6360 (cp_parser_unary_expression): Handle co_await.
H A DChangeLog-2009111 * parser.c (cp_parser_unary_expression): Likewise.
H A DChangeLog-2011732 (cp_parser_unary_expression): Handle RID_TRANSACTION*.
H A DChangeLog-2021142 * parser.c (cp_parser_unary_expression): Adjust calls to build_x_*.
H A DChangeLog-2019160 * parser.c (cp_parser_unary_expression): Update
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c2080 static cp_expr cp_parser_unary_expression
8207 cp_parser_unary_expression (cp_parser *parser, cp_id_kind * pidk, in cp_parser_unary_expression() function
9464 return cp_parser_unary_expression (parser, pidk, address_p, in cp_parser_cast_expression()
30284 expr = cp_parser_unary_expression (parser); in cp_parser_sizeof_operand()
30288 expr = cp_parser_unary_expression (parser); in cp_parser_sizeof_operand()
37847 v = cp_parser_unary_expression (parser); in cp_parser_omp_atomic()
37855 lhs = cp_parser_unary_expression (parser); in cp_parser_omp_atomic()
37876 v = cp_parser_unary_expression (parser); in cp_parser_omp_atomic()
37887 lhs = cp_parser_unary_expression (parser); in cp_parser_omp_atomic()
38127 v = cp_parser_unary_expression (parser); in cp_parser_omp_atomic()
[all …]