Home
last modified time | relevance | path

Searched defs:truth_type (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.c5713 tree truth_type = truth_type_for (TREE_TYPE (op1a)); in and_comparisons_1() local
6135 tree truth_type = truth_type_for (TREE_TYPE (op1a)); in or_comparisons_1() local
H A Dfold-const.c2842 enum tree_code rcode, tree truth_type, in combine_comparisons()
6185 fold_truth_andor_1 (location_t loc, enum tree_code code, tree truth_type, in fold_truth_andor_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc6776 tree truth_type = truth_type_for (TREE_TYPE (op1a)); in and_comparisons_1() local
7230 tree truth_type = truth_type_for (TREE_TYPE (op1a)); in or_comparisons_1() local
H A Dfold-const.cc2857 enum tree_code rcode, tree truth_type, in combine_comparisons()
6268 fold_truth_andor_1 (location_t loc, enum tree_code code, tree truth_type, in fold_truth_andor_1()
H A Dtree.cc10967 is_truth_type_for (tree type, tree truth_type) in is_truth_type_for()