Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfold-const.cc10920 && ((truth_value_p (TREE_CODE (arg0)) in fold_binary_loc()
10921 && (truth_value_p (TREE_CODE (arg1)) in fold_binary_loc()
10924 || (truth_value_p (TREE_CODE (arg1)) in fold_binary_loc()
10925 && (truth_value_p (TREE_CODE (arg0)) in fold_binary_loc()
12968 if (truth_value_p (TREE_CODE (arg0)) in fold_ternary_loc()
12998 && truth_value_p (TREE_CODE (arg0))) in fold_ternary_loc()
13116 && truth_value_p (TREE_CODE (arg0)) in fold_ternary_loc()
13117 && truth_value_p (TREE_CODE (arg1)) in fold_ternary_loc()
13125 && truth_value_p (TREE_CODE (arg0)) in fold_ternary_loc()
13126 && truth_value_p (TREE_CODE (arg1)) in fold_ternary_loc()
[all …]
Dgimple.cc2392 && (truth_value_p (TREE_CODE (TREE_OPERAND (t, 0))) in canonicalize_cond_expr_cond()
Dipa-modref.cc2651 if (!truth_value_p (code) in analyze_ssa_name()
Dtree.h5306 truth_value_p (enum tree_code code) in truth_value_p() function
Dtree-ssa-structalias.cc5153 else if (truth_value_p (code)) in find_func_aliases()
Dgimplify.cc4181 if (truth_value_p (TREE_CODE (arg))) in gimple_boolify()
Domp-low.cc4644 if (truth_value_p (OMP_CLAUSE_REDUCTION_CODE (c)) in lower_rec_simd_input_clauses()
DChangeLog-20083119 * fold-const.c (truth_value_p): Move from here...
3120 * tree.h (truth_value_p): ... to here.
DChangeLog-200719410 return true when truth_value_p is true and the type
DChangeLog-202127364 a truth_value_p reduction variable is nonintegral.
DChangeLog-20057361 * fold-const.c (fold_ternary): Check truth_value_p before
DChangeLog-201036589 argument if the argument is truth_value_p.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dinit.cc857 if (truth_value_p (code)) in find_uninit_fields_r()
Dcall.cc5360 if ((complain & tf_warning) && !truth_value_p (TREE_CODE (arg1))) in build_conditional_expr()