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

/freebsd-10.0-release/contrib/gcc/
H A Dlambda-code.c1836 enum tree_code testtype; local
1908 testtype = LL_STEP (newloop) >= 0 ? LE_EXPR : GE_EXPR;
1912 So swap the testtype if this isn't the way things are.*/
1915 testtype = swap_tree_comparison (testtype);
1917 COND_EXPR_COND (exitcond) = build2 (testtype,
H A Dfold-const.c6047 tree testtype = TREE_TYPE (cond);
6049 true_value = constant_boolean_node (true, testtype);
6050 false_value = constant_boolean_node (false, testtype);
6013 tree testtype = TREE_TYPE (cond); local

Completed in 131 milliseconds