Home
last modified time | relevance | path

Searched refs:SAVE_EXPR (Results 1 – 25 of 72) sorted by relevance

123

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c120 SAVE_EXPR, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.c1275 case SAVE_EXPR: case COMPOUND_EXPR: case MODIFY_EXPR:
1439 || TREE_CODE (inner) == SAVE_EXPR || TREE_CODE (inner) == ERROR_MARK)
1454 t = build (SAVE_EXPR, TREE_TYPE (expr), t, current_function_decl, NULL_TREE);
1492 case SAVE_EXPR:
1553 case SAVE_EXPR:
1667 case SAVE_EXPR:
1786 case SAVE_EXPR:
1958 if (code == SAVE_EXPR)
2169 if (TREE_CONSTANT (e) || code == SAVE_EXPR)
3369 case SAVE_EXPR:
[all …]
H A Dtree-inline.c508 else if (TREE_CODE (*tp) == SAVE_EXPR)
1611 && code != SAVE_EXPR
1768 case SAVE_EXPR:
H A Dfold-const.c1830 && (TREE_CODE (arg0) == SAVE_EXPR
2051 else if (class == 'e' && code == SAVE_EXPR && SAVE_EXPR_RTL (arg) == 0
2162 case SAVE_EXPR:
2341 case SAVE_EXPR:
4520 if (TREE_CODE (arg) == SAVE_EXPR)
4622 if (code == RTL_EXPR || (code == SAVE_EXPR && SAVE_EXPR_RTL (t) != 0))
6985 || TREE_CODE (arg1) == SAVE_EXPR)
6988 || TREE_CODE (TREE_OPERAND (t, 2)) == SAVE_EXPR))
7254 case SAVE_EXPR:
7310 case SAVE_EXPR:
H A Dtree-dump.c518 case SAVE_EXPR:
H A Dfunction.c1363 int volatile_p = TREE_CODE (decl) != SAVE_EXPR && TREE_THIS_VOLATILE (decl);
1365 || (TREE_CODE (decl) != SAVE_EXPR && DECL_INITIAL (decl) != 0));
1370 reg = (TREE_CODE (decl) == SAVE_EXPR
1381 decl_mode = (TREE_CODE (decl) == SAVE_EXPR ? TYPE_MODE (TREE_TYPE (decl))
1399 if (TREE_CODE (decl) != SAVE_EXPR && DECL_NONLOCAL (decl)
1413 && ! (TREE_CODE (decl) != SAVE_EXPR && DECL_NONLOCAL (decl))
2982 rtx decl_rtl = (TREE_CODE (decl) == SAVE_EXPR ? SAVE_EXPR_RTL (decl)
3041 volatile_p = (TREE_CODE (decl) != SAVE_EXPR
H A Dstor-layout.c129 if (TREE_CODE (expr) == SAVE_EXPR)
172 if (TREE_CODE (size) == SAVE_EXPR)
H A Dtree.def398 value in a SAVE_EXPR if you want to evaluate side effects only once.)
709 in which the SAVE_EXPR was created. The third operand is the RTL,
711 DEFTREECODE (SAVE_EXPR, "save_expr", 'e', 3)
H A Dexpr.c5227 if (TREE_CODE (value) == SAVE_EXPR
6212 case SAVE_EXPR:
6413 case SAVE_EXPR: case WITH_RECORD_EXPR:
6925 case SAVE_EXPR:
7452 if (TREE_CODE (TREE_OPERAND (exp, 0)) == SAVE_EXPR)
8902 || TREE_CODE (TREE_OPERAND (exp, 1)) == SAVE_EXPR)
8923 || TREE_CODE (TREE_OPERAND (exp, 2)) == SAVE_EXPR)
9215 if (TREE_CODE (TREE_OPERAND (exp, 0)) == SAVE_EXPR)
/openbsd-src/gnu/gcc/gcc/
H A Dc-omp.c119 if (TREE_CODE (addr) != SAVE_EXPR in c_finish_omp_atomic()
H A Dtree-inline.c521 else if (TREE_CODE (*tp) == SAVE_EXPR) in copy_body_r()
1612 case SAVE_EXPR: in estimate_num_insns_1()
2490 else if (TREE_CODE (*tp) == SAVE_EXPR) in unsave_r()
H A Dtree-dump.c558 case SAVE_EXPR: in dequeue_and_dump()
H A Dtree.c1871 case SAVE_EXPR: case COMPOUND_EXPR: case MODIFY_EXPR: in expr_align()
2030 || TREE_CODE (inner) == SAVE_EXPR in save_expr()
2046 t = build1 (SAVE_EXPR, TREE_TYPE (expr), t); in save_expr()
4678 case SAVE_EXPR: in simple_cst_equal()
7578 case SAVE_EXPR: in walk_tree()
H A Dtree-pretty-print.c1361 case SAVE_EXPR: in dump_generic_node()
2217 case SAVE_EXPR: in op_prio()
H A Dc-pretty-print.c1958 case SAVE_EXPR: in pp_c_expression()
H A Dfold-const.c2282 case SAVE_EXPR: in maybe_lvalue_p()
2677 && (TREE_CODE (arg0) == SAVE_EXPR in operand_equal_p()
2982 else if (class == tcc_expression && code == SAVE_EXPR in twoval_comparison_p()
3091 case SAVE_EXPR: in eval_subst()
3306 case SAVE_EXPR: in fold_truth_not_expr()
12337 case SAVE_EXPR: in multiple_of_p()
12469 case SAVE_EXPR: in tree_expr_nonnegative_warnv_p()
12840 case SAVE_EXPR: in tree_expr_nonzero_warnv_p()
H A Dgimplify.c811 || code == SAVE_EXPR || code == TARGET_EXPR in mostly_copy_tree_r()
3783 gcc_assert (TREE_CODE (*expr_p) == SAVE_EXPR); in gimplify_save_expr()
5698 case SAVE_EXPR: in gimplify_expr()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c83 case SAVE_EXPR:
1624 case SAVE_EXPR:
2383 else if (TREE_CODE (*tp) == SAVE_EXPR)
H A Dtypeck.c4492 if (TREE_CODE (targ) == SAVE_EXPR)
4497 if (TREE_CODE (arg) == SAVE_EXPR)
4504 if (TREE_CODE (arg) == SAVE_EXPR && TREE_CODE (targ) == INDIRECT_REF)
4505 return build (SAVE_EXPR, build_pointer_type (TREE_TYPE (arg)),
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c831 if (TREE_CODE (object) == SAVE_EXPR)
843 if (TREE_CODE (source) == SAVE_EXPR)
847 if (TREE_CODE (target) == SAVE_EXPR)
3440 && TREE_CODE (TREE_OPERAND (node, 1)) == SAVE_EXPR))
H A Dcheck-init.c821 case SAVE_EXPR:
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtree.c79 case SAVE_EXPR: in lvalue_p_1()
1487 case SAVE_EXPR: in cp_tree_equal()
H A Dtypeck.c1431 case SAVE_EXPR: in is_bitfield_expr_with_lowered_type()
4539 if (TREE_CODE (targ) == SAVE_EXPR) in unary_complex_lvalue()
4544 if (TREE_CODE (arg) == SAVE_EXPR) in unary_complex_lvalue()
4551 if (TREE_CODE (arg) == SAVE_EXPR && TREE_CODE (targ) == INDIRECT_REF) in unary_complex_lvalue()
4552 return build3 (SAVE_EXPR, build_pointer_type (TREE_TYPE (arg)), in unary_complex_lvalue()
/openbsd-src/gnu/gcc/gcc/doc/
H A Dc-tree.texi1915 @tindex SAVE_EXPR
2411 present, possibly protected by @code{SAVE_EXPR} if the first
2513 @item SAVE_EXPR
2515 A @code{SAVE_EXPR} represents an expression (possibly involving
2519 @code{SAVE_EXPR} is the expression to evaluate. The side-effects should
2520 be executed where the @code{SAVE_EXPR} is first encountered in a
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi2143 present, possibly protected by @code{SAVE_EXPR} if the first
2245 @item SAVE_EXPR
2247 A @code{SAVE_EXPR} represents an expression (possibly involving
2251 @code{SAVE_EXPR} is the expression to evaluate. The side-effects should
2252 be executed where the @code{SAVE_EXPR} is first encountered in a

123