Home
last modified time | relevance | path

Searched refs:unary_expr (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/gpl2/groff/dist/src/preproc/refer/
H A Dlabel.y95 class unary_expr : public expression {
99 unary_expr(expression *e) : expr(e) { } in unary_expr() function
100 ~unary_expr() { delete expr; } in ~unary_expr()
107 class analyzed_expr : public unary_expr {
115 class star_expr : public unary_expr {
117 star_expr(expression *e) : unary_expr(e) { } in star_expr()
127 class map_expr : public unary_expr {
136 class extractor_expr : public unary_expr {
142 : unary_expr(e), part(pt), func(f) { } in extractor_expr()
146 class truncate_expr : public unary_expr {
[all …]
/netbsd/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_parser.y149 %type <m_ast> const_def const_expr expr int_const_expr unary_expr int_value constants_block
913 | unary_expr
944 unary_expr : '+' expr %prec UNARY_OP
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-1997664 * parse.y (unary_expr): Give a pedwarn if someone tries to use the
1901 (unary_expr): Add REALPART and IMAGPART rules.
2600 (extdef, unary_expr, decl, component_decl): Use it.
H A DChangeLog-19942928 * parse.y (unary_expr): Expand new_placement[opt] and
3132 * cp/parse.y (unary_expr): Look at $1 for tree_code rather than
4322 * parse.y (unary_expr): Use 'typename' in 'new' rules, rather
4348 (unary_expr): Use new_type_id instead of typename.
4936 * parse.y (unary_expr): Pass new parameter to delete_sanity.
H A DChangeLog-1999903 (unary_expr): Likewise.
1181 * parse.y (unary_expr): Call build_x_va_arg.
4189 (unary_expr): Recognize it.
H A DChangeLog-1998682 * parse.y (unary_expr): Complain about defining types in sizeof.
4353 (unary_expr, new_type_id): Use it.
4398 (unary_expr, new_placement): Use it.
H A DChangeLog-2000373 * parse.y (unary_expr): Move VA_ARG from here ...
5953 (unary_expr, new_initializer, cast_expr, primary, primary_no_id,
H A DChangeLog-19952695 * parse.y (unary_expr): Catch doing sizeof an overloaded function.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.112773 * c-parse.in (unary_expr): Test DECL_C_BIT_FIELD, not DECL_BIT_FIELD.
8100 (extdef, unary_expr, decl, component_decl): Use it.
8794 * c-parse.in (unary_expr, expr_no_commas): Increment skip_evaluation
/netbsd/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.112773 * c-parse.in (unary_expr): Test DECL_C_BIT_FIELD, not DECL_BIT_FIELD.
8100 (extdef, unary_expr, decl, component_decl): Use it.
8794 * c-parse.in (unary_expr, expr_no_commas): Increment skip_evaluation
H A DChangeLog-200414330 (unary_expr): Update in_sizeof and in_alignof. Use
22749 (expr, expr_no_commas, cast_expr, unary_expr, primary): Change to
22753 (nonnull_exprlist, unary_expr, cast_expr, expr_no_commas, primary,
H A DChangeLog-199912536 (unary_expr): Recognize it.
H A DChangeLog-20003032 * c-parse.in (unary_expr): Move VA_ARG from here ...