Searched refs:t2_sgn (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtree.c3213 int t2_sgn = tree_int_cst_sgn (t2);
3215 if (t1_sgn < t2_sgn)
3217 else if (t1_sgn > t2_sgn)
3190 int t2_sgn = tree_int_cst_sgn (t2); local
/openbsd-current/gnu/gcc/gcc/
H A Dtree.c4524 int t2_sgn = tree_int_cst_sgn (t2);
4526 if (t1_sgn < t2_sgn)
4528 else if (t1_sgn > t2_sgn)
4501 int t2_sgn = tree_int_cst_sgn (t2); local

Completed in 276 milliseconds