Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-forwprop.c933 TREE_THIS_NOTRAP (*def_rhs_basep) = TREE_THIS_NOTRAP (lhs); in forward_propagate_addr_expr_1()
1017 TREE_THIS_NOTRAP (*def_rhs_basep) = TREE_THIS_NOTRAP (rhs); in forward_propagate_addr_expr_1()
H A Dtree-eh.c2475 return !TREE_THIS_NOTRAP (expr); in tree_could_trap_p()
2491 if (TREE_THIS_NOTRAP (expr)) in tree_could_trap_p()
2499 if (TREE_THIS_NOTRAP (expr)) in tree_could_trap_p()
2508 return !TREE_THIS_NOTRAP (expr); in tree_could_trap_p()
H A Dtree-inline.c872 TREE_THIS_NOTRAP (*tp) = TREE_THIS_NOTRAP (old); in remap_gimple_op_r()
1099 TREE_THIS_NOTRAP (*tp) = TREE_THIS_NOTRAP (old); in copy_tree_body_r()
H A Dtree.c3254 TREE_THIS_NOTRAP (new_tree) |= TREE_THIS_NOTRAP (exp); in substitute_in_expr()
3425 TREE_THIS_NOTRAP (new_tree) |= TREE_THIS_NOTRAP (exp); in substitute_placeholder_in_expr()
H A Dgimplify.c1403 TREE_THIS_NOTRAP (t) = 1; in gimplify_vla_decl()
7049 bool notrap = TREE_THIS_NOTRAP (*expr_p); in gimplify_expr()
7070 TREE_THIS_NOTRAP (*expr_p) = notrap; in gimplify_expr()
H A Dtree.h1338 #define TREE_THIS_NOTRAP(NODE) \ macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-forwprop.c821 TREE_THIS_NOTRAP (*def_rhs_basep) = TREE_THIS_NOTRAP (lhs); in forward_propagate_addr_expr_1()
907 TREE_THIS_NOTRAP (*def_rhs_basep) = TREE_THIS_NOTRAP (rhs); in forward_propagate_addr_expr_1()
H A Dtree-inline.c988 if (TREE_THIS_NOTRAP (old) in remap_gimple_op_r()
991 TREE_THIS_NOTRAP (*tp) = 1; in remap_gimple_op_r()
1215 if (TREE_THIS_NOTRAP (old) in copy_tree_body_r()
1218 TREE_THIS_NOTRAP (*tp) = 1; in copy_tree_body_r()
1247 if (TREE_THIS_NOTRAP (old) in copy_tree_body_r()
1250 TREE_THIS_NOTRAP (*tp) = 1; in copy_tree_body_r()
H A Dtree-eh.c2635 if (TREE_THIS_NOTRAP (expr)) in tree_could_trap_p()
2643 if (TREE_THIS_NOTRAP (expr)) in tree_could_trap_p()
2652 if (TREE_THIS_NOTRAP (expr)) in tree_could_trap_p()
2679 return !TREE_THIS_NOTRAP (expr); in tree_could_trap_p()
H A Domp-low.c505 TREE_THIS_NOTRAP (x) = 1; in build_receiver_ref()
510 TREE_THIS_NOTRAP (x) = 1; in build_receiver_ref()
3876 TREE_THIS_NOTRAP (t); in lower_rec_input_clauses()
7770 TREE_THIS_NOTRAP (x) = 1; in lower_omp_target()
7792 TREE_THIS_NOTRAP (x) = 1; in lower_omp_target()
7811 TREE_THIS_NOTRAP (x) = 1; in lower_omp_target()
H A Dtree.c4130 TREE_THIS_NOTRAP (new_tree) |= TREE_THIS_NOTRAP (exp); in substitute_in_expr()
4301 TREE_THIS_NOTRAP (new_tree) |= TREE_THIS_NOTRAP (exp); in substitute_placeholder_in_expr()
H A Dgimplify.c1602 TREE_THIS_NOTRAP (t) = 1; in gimplify_vla_decl()
11641 bool notrap = TREE_THIS_NOTRAP (*expr_p); in gimplify_expr()
11662 TREE_THIS_NOTRAP (*expr_p) = notrap; in gimplify_expr()
H A Dtree.h804 #define TREE_THIS_NOTRAP(NODE) \ macro