Home
last modified time | relevance | path

Searched refs:fixed_zerop (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-complex.c124 zerop = fixed_zerop (t); in some_nonzerop()
H A Dtree.c2540 || fixed_zerop (expr)); in zerop()
2702 fixed_zerop (const_tree expr) in fixed_zerop() function
11109 if (fixed_zerop (init)) in initializer_zerop()
H A Dtree-eh.c2492 if (!TREE_CONSTANT (divisor) || fixed_zerop (divisor)) in operation_could_trap_helper_p()
H A Dtree.h4784 extern bool fixed_zerop (const_tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-complex.cc126 zerop = fixed_zerop (t); in some_nonzerop()
H A Dtree.cc2809 || fixed_zerop (expr)); in zerop()
2971 fixed_zerop (const_tree expr) in fixed_zerop() function
10229 if (fixed_zerop (init)) in initializer_zerop()
H A Dtree-eh.cc2484 if (!TREE_CONSTANT (divisor) || fixed_zerop (divisor)) in operation_could_trap_helper_p()
H A Dtree.h4962 extern bool fixed_zerop (const_tree);
H A DChangeLog-200711966 * tree.h (fixed_zerop): Declare as taking a const_tree.
11967 * tree.c (fixed_zerop): Take a const_tree.
12051 (fixed_zerop): Declare.
12107 (fixed_zerop): New function.
H A DChangeLog-2018478 (fixed_zerop): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c2193 && (integer_zerop (divisor) || fixed_zerop (divisor))) in warn_for_div_by_zero()
H A Dc-common.c2788 && !fixed_zerop (primop1)) in shorten_compare()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc2195 && (integer_zerop (divisor) || fixed_zerop (divisor))) in warn_for_div_by_zero()
H A Dc-common.cc2982 && !fixed_zerop (primop1)) in shorten_compare()