Home
last modified time | relevance | path

Searched refs:operation_no_trapping_overflow (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c394 if (!operation_no_trapping_overflow (type, code)) in parloops_needs_fold_left_reduction_p()
H A Dtree-eh.c2804 && !operation_no_trapping_overflow (TREE_TYPE (*tp), TREE_CODE (*tp))) in find_trapping_overflow()
H A Dtree.h5079 extern bool operation_no_trapping_overflow (tree, enum tree_code);
H A Dtree-vect-loop.c2927 if (!operation_no_trapping_overflow (type, code)) in needs_fold_left_reduction_p()
H A Dtree.c7839 operation_no_trapping_overflow (tree type, enum tree_code code) in operation_no_trapping_overflow() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc394 if (!operation_no_trapping_overflow (type, code)) in parloops_needs_fold_left_reduction_p()
H A Dtree-eh.cc2799 && !operation_no_trapping_overflow (TREE_TYPE (*tp), TREE_CODE (*tp))) in find_trapping_overflow()
H A Dtree.h5260 extern bool operation_no_trapping_overflow (tree, enum tree_code);
H A Dtree-vect-loop.cc3367 || !operation_no_trapping_overflow (type, tree_code (code))); in needs_fold_left_reduction_p()
H A Dtree.cc6847 operation_no_trapping_overflow (tree type, enum tree_code code) in operation_no_trapping_overflow() function
H A DChangeLog-201520570 * tree.c (operation_can_overflow, operation_no_trapping_overflow): New
20572 * tree.h (operation_can_overflow, operation_no_trapping_overflow):
20575 operation_no_trapping_overflow. Allow non-overflow operations.
H A DChangeLog-201830217 operation_no_trapping_overflow when ANY_INTEGRAL_TYPE_P.