Home
last modified time | relevance | path

Searched refs:COMPOUND_EXPR (Results 1 – 25 of 93) sorted by relevance

1234

/openbsd/gnu/gcc/gcc/
H A Dtree-iterator.c313 while (TREE_CODE (expr) == COMPOUND_EXPR) in expr_first()
333 while (TREE_CODE (expr) == COMPOUND_EXPR) in expr_last()
357 if (TREE_CODE (expr) == COMPOUND_EXPR) in expr_only()
H A Dtree-browser.c677 if (node && TREE_CODE (node) == COMPOUND_EXPR) in TB_prev_expr()
703 if (TREE_CODE (node) == COMPOUND_EXPR) in TB_current_chain_node()
709 if (TREE_CODE (node) == COMPOUND_EXPR) in TB_current_chain_node()
713 if (TREE_CODE (node) == COMPOUND_EXPR) in TB_current_chain_node()
H A Dc-common.c1325 case COMPOUND_EXPR: in verify_tree()
2253 return build2 (COMPOUND_EXPR, TREE_TYPE (val), primop0, val); in shorten_compare()
2345 return build2 (COMPOUND_EXPR, TREE_TYPE (value), in shorten_compare()
2539 return build2 (COMPOUND_EXPR, truthvalue_type_node, in c_common_truthvalue_conversion()
2563 return build2 (COMPOUND_EXPR, truthvalue_type_node, in c_common_truthvalue_conversion()
4033 val = build2 (COMPOUND_EXPR, TREE_TYPE (arg), val, arg); in boolean_increment()
4034 val = build2 (COMPOUND_EXPR, TREE_TYPE (arg), arg, val); in boolean_increment()
4044 val = build2 (COMPOUND_EXPR, TREE_TYPE (arg), val, arg); in boolean_increment()
4045 val = build2 (COMPOUND_EXPR, TREE_TYPE (arg), arg, val); in boolean_increment()
6099 case COMPOUND_EXPR: in fold_offsetof_1()
/openbsd/gnu/gcc/gcc/cp/
H A Dinit.c1805 while (TREE_CODE (alloc_call) == COMPOUND_EXPR) in build_new_1()
1829 alloc_expr = build2 (COMPOUND_EXPR, TREE_TYPE (alloc_expr), inits, in build_new_1()
1872 cookie_expr = build2 (COMPOUND_EXPR, TREE_TYPE (cookie_expr), in build_new_1()
2008 = build2 (COMPOUND_EXPR, void_type_node, begin, in build_new_1()
2009 build2 (COMPOUND_EXPR, void_type_node, init_expr, in build_new_1()
2023 rval = build2 (COMPOUND_EXPR, TREE_TYPE (rval), init_expr, rval); in build_new_1()
2025 rval = build2 (COMPOUND_EXPR, TREE_TYPE (rval), cookie_expr, rval); in build_new_1()
2042 rval = build2 (COMPOUND_EXPR, TREE_TYPE (rval), alloc_expr, rval); in build_new_1()
2328 body = build2 (COMPOUND_EXPR, void_type_node, base, body); in build_vec_delete_1()
2843 expr = build2 (COMPOUND_EXPR, void_type_node, expr, do_delete); in build_delete()
[all …]
H A Dtypeck.c1427 case COMPOUND_EXPR: in is_bitfield_expr_with_lowered_type()
1520 if (TREE_CODE (exp) == COMPOUND_EXPR) in decay_conversion()
1523 return build2 (COMPOUND_EXPR, TREE_TYPE (op1), in decay_conversion()
2404 case COMPOUND_EXPR: in build_array_ref()
2407 return build2 (COMPOUND_EXPR, TREE_TYPE (value), in build_array_ref()
2638 e1 = build2 (COMPOUND_EXPR, TREE_TYPE (e1), in get_member_function_from_ptrfunc()
4487 if (TREE_CODE (arg) == COMPOUND_EXPR) in unary_complex_lvalue()
4701 return build_min_nt (COMPOUND_EXPR, op1, op2); in build_x_compound_expr()
5563 return build2 (COMPOUND_EXPR, lhstype, in build_modify_expr()
5569 case COMPOUND_EXPR: in build_modify_expr()
[all …]
H A Dexcept.c764 exp = build2 (COMPOUND_EXPR, TREE_TYPE (exp), allocate_expr, exp); in build_throw()
773 exp = build2 (COMPOUND_EXPR, TREE_TYPE (exp), temp_expr, exp); in build_throw()
799 exp = build2 (COMPOUND_EXPR, TREE_TYPE (tmp), exp, tmp); in build_throw()
H A Dtree.c151 case COMPOUND_EXPR: in lvalue_p_1()
1360 if (code == COMPOUND_EXPR && TREE_CODE (non_dep) != COMPOUND_EXPR) in build_min_non_dep()
2287 return build2 (COMPOUND_EXPR, void_type_node, orig, new); in add_stmt_to_compound()
2348 if (TREE_CODE (t) == COMPOUND_EXPR) in stabilize_init()
H A Ddump.c176 case COMPOUND_EXPR: in dump_op()
H A Doperators.def126 DEF_SIMPLE_OPERATOR (",", COMPOUND_EXPR, "cm", 2)
H A Dcall.c333 TREE_VALUE (tmp) = build2 (COMPOUND_EXPR, TREE_TYPE (t), in build_call()
2091 case COMPOUND_EXPR: in add_builtin_candidates()
3772 case COMPOUND_EXPR: in build_new_op()
3812 case COMPOUND_EXPR: in build_new_op()
3967 case COMPOUND_EXPR: in build_new_op()
4546 arg = build2 (COMPOUND_EXPR, integer_type_node, arg, in convert_arg_to_ellipsis()
4574 expr = build2 (COMPOUND_EXPR, TREE_TYPE (expr), in build_x_va_arg()
5539 call = build2 (COMPOUND_EXPR, TREE_TYPE (call), in build_new_method_call()
6726 expr = build2 (COMPOUND_EXPR, TREE_TYPE (expr), init, expr); in initialize_reference()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c1643 if (TREE_CODE (exp) == COMPOUND_EXPR)
1646 return build (COMPOUND_EXPR, TREE_TYPE (op1),
1863 if (TREE_CODE (object) == COMPOUND_EXPR) in build_class_member_access_expr()
2064 result = build (COMPOUND_EXPR, TREE_TYPE (result), in build_class_member_access_expr()
2407 case COMPOUND_EXPR:
2410 return build (COMPOUND_EXPR, TREE_TYPE (value),
2638 e1 = build (COMPOUND_EXPR, TREE_TYPE (e1),
4386 if (TREE_CODE (arg) == COMPOUND_EXPR)
5232 return build (COMPOUND_EXPR, lhstype,
5238 case COMPOUND_EXPR:
[all …]
H A Dexcept.c606 init_expr = build (COMPOUND_EXPR, void_type_node, init_expr,
741 exp = build (COMPOUND_EXPR, TREE_TYPE (exp), allocate_expr, exp);
750 exp = build (COMPOUND_EXPR, TREE_TYPE (exp), temp_expr, exp);
779 exp = build (COMPOUND_EXPR, TREE_TYPE (tmp), exp, tmp);
H A Dinit.c2306 while (TREE_CODE (t) == COMPOUND_EXPR)
2488 = build (COMPOUND_EXPR, void_type_node, begin,
2489 build (COMPOUND_EXPR, void_type_node, init_expr,
2502 rval = build (COMPOUND_EXPR, TREE_TYPE (rval), init_expr, rval);
2504 rval = build (COMPOUND_EXPR, TREE_TYPE (rval), cookie_expr, rval);
2523 rval = build (COMPOUND_EXPR, TREE_TYPE (rval), alloc_expr, rval);
3227 expr = build (COMPOUND_EXPR, void_type_node, expr, do_delete);
H A Ddump.c179 case COMPOUND_EXPR:
H A Doperators.def124 DEF_SIMPLE_OPERATOR (",", COMPOUND_EXPR, "cm", 2)
H A Dcvt.c830 case COMPOUND_EXPR:
838 tree t = build (COMPOUND_EXPR, TREE_TYPE (new_op1),
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c726 expr = build (COMPOUND_EXPR, TREE_TYPE (expr), cond, expr);
782 index = build (COMPOUND_EXPR, int_type_node, throw, index);
1803 init = build (COMPOUND_EXPR, TREE_TYPE (expr), init,
2318 body = build (COMPOUND_EXPR, void_type_node, body, call);
2328 body = build (COMPOUND_EXPR, void_type_node, body, call);
2358 body = build (COMPOUND_EXPR, void_type_node, body,
2611 while (TREE_CODE (body) == COMPOUND_EXPR)
3438 || (TREE_CODE (node) == COMPOUND_EXPR
3450 if (TREE_CODE (node) == COMPOUND_EXPR)
3464 build (COMPOUND_EXPR, void_type_node, cmp, saved));
[all …]
H A Dlang.c1067 case COMPOUND_EXPR:
1152 case COMPOUND_EXPR:
H A Dparse.c6711 case COMPOUND_EXPR:
6756 if (TREE_CODE (node) == COMPOUND_EXPR)
11466 case COMPOUND_EXPR:
12476 case COMPOUND_EXPR:
13076 if (TREE_CODE (node) == COMPOUND_EXPR)
15196 if (TREE_CODE (node) == COMPOUND_EXPR)
15246 if (TREE_CODE (stmt) == COMPOUND_EXPR)
15502 case COMPOUND_EXPR:
17839 && !(TREE_CODE (decl) == COMPOUND_EXPR
18708 build (COMPOUND_EXPR, NULL_TREE,
[all …]
H A Dparse.y3146 case COMPOUND_EXPR:
3191 if (TREE_CODE (node) == COMPOUND_EXPR)
7901 case COMPOUND_EXPR:
8911 case COMPOUND_EXPR:
9511 if (TREE_CODE (node) == COMPOUND_EXPR)
11631 if (TREE_CODE (node) == COMPOUND_EXPR)
11681 if (TREE_CODE (stmt) == COMPOUND_EXPR)
11937 case COMPOUND_EXPR:
14274 && !(TREE_CODE (decl) == COMPOUND_EXPR
15143 build (COMPOUND_EXPR, NULL_TREE,
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c2048 || code == COMPOUND_EXPR))
2165 case COMPOUND_EXPR:
2318 case COMPOUND_EXPR:
4481 lhs_code = COMPOUND_EXPR;
4491 rhs_code = COMPOUND_EXPR;
4551 return build (COMPOUND_EXPR, type,
4806 if (TREE_CODE (arg1) == COMPOUND_EXPR
4839 && TREE_CODE (arg0) == COMPOUND_EXPR)
4843 && TREE_CODE (arg1) == COMPOUND_EXPR)
7057 case COMPOUND_EXPR:
[all …]
H A Dc-typeck.c871 if (TREE_CODE (exp) == COMPOUND_EXPR)
874 return build (COMPOUND_EXPR, TREE_TYPE (op1),
1112 case COMPOUND_EXPR:
3198 if (TREE_CODE (arg) == COMPOUND_EXPR)
3205 pedantic_lvalue_warning (COMPOUND_EXPR);
3217 pedantic_lvalue_warning (COMPOUND_EXPR);
3241 case COMPOUND_EXPR:
3868 case COMPOUND_EXPR:
3869 pedantic_lvalue_warning (COMPOUND_EXPR);
3873 return build (COMPOUND_EXPR, lhstype,
[all …]
H A Dconvert.c277 return build (COMPOUND_EXPR, type, expr, t);
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c49 COMPOUND_EXPR, enumerator
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c1034 case COMPOUND_EXPR: in ffecom_stabilize_aggregate_()
1035 result = build_nt (COMPOUND_EXPR, in ffecom_stabilize_aggregate_()
1612 case COMPOUND_EXPR: in ffecom_overlap_()
4337 = ffecom_2 (COMPOUND_EXPR, tree_type, in ffecom_expr_intrinsic_()
4558 = ffecom_2 (COMPOUND_EXPR, tree_type, in ffecom_expr_intrinsic_()
4659 = ffecom_2 (COMPOUND_EXPR, tree_type, in ffecom_expr_intrinsic_()
4663 ffecom_2 (COMPOUND_EXPR, tree_type, in ffecom_expr_intrinsic_()
4666 ffecom_2 (COMPOUND_EXPR, tree_type, in ffecom_expr_intrinsic_()
4671 = ffecom_2 (COMPOUND_EXPR, tree_type, in ffecom_expr_intrinsic_()
7857 = ffecom_2 (COMPOUND_EXPR, in ffecom_sym_transform_()
[all …]

1234