Searched refs:tree_could_throw_p (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.h43 extern bool tree_could_throw_p (tree);
H A Dgimple-expr.c580 gcc_checking_assert (!tree_could_throw_p (cond));
620 && (allow_traps || !tree_could_throw_p (t))
H A Dipa-pure-const.c567 && tree_could_throw_p (gimple_op (call, i)))
H A Dtree-eh.c2066 && !tree_could_throw_p (gimple_get_lhs (stmt))
2980 tree_could_throw_p (tree t)
2978 tree_could_throw_p (tree t) function
H A Dtree-predcom.c660 || tree_could_throw_p (ref))
H A Dtree-ssa-loop-im.c2358 if (tree_could_throw_p (ref->mem.ref))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.h43 extern bool tree_could_throw_p (tree);
H A Dgimple-expr.cc570 gcc_checking_assert (!tree_could_throw_p (cond));
610 && (allow_traps || !tree_could_throw_p (t))
H A Dipa-pure-const.cc566 && tree_could_throw_p (gimple_op (call, i)))
H A Dtree-eh.cc2061 && !tree_could_throw_p (gimple_get_lhs (stmt))
2975 tree_could_throw_p (tree t)
2973 tree_could_throw_p (tree t) function
H A Dtree-predcom.cc795 || tree_could_throw_p (ref))
H A Dtree-ssa-loop-im.cc3166 if (tree_could_throw_p (ref->mem.ref))
H A Dipa-modref.cc1158 && tree_could_throw_p (expr))

Completed in 338 milliseconds