Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDtree.c6471 int t1_sgn = tree_int_cst_sgn (t1); in tree_int_cst_lt() local
6474 if (t1_sgn < t2_sgn) in tree_int_cst_lt()
6476 else if (t1_sgn > t2_sgn) in tree_int_cst_lt()