Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dlambda-code.c1836 enum tree_code testtype; in lambda_loopnest_to_gcc_loopnest() local
1908 testtype = LL_STEP (newloop) >= 0 ? LE_EXPR : GE_EXPR; in lambda_loopnest_to_gcc_loopnest()
1915 testtype = swap_tree_comparison (testtype); in lambda_loopnest_to_gcc_loopnest()
1917 COND_EXPR_COND (exitcond) = build2 (testtype, in lambda_loopnest_to_gcc_loopnest()
H A Dfold-const.c6015 tree testtype = TREE_TYPE (cond); in fold_binary_op_with_conditional_arg() local
6017 true_value = constant_boolean_node (true, testtype); in fold_binary_op_with_conditional_arg()
6018 false_value = constant_boolean_node (false, testtype); in fold_binary_op_with_conditional_arg()