Searched defs:truth_type (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-fold.c | 5713 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 D | fold-const.c | 2842 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 D | gimple-fold.cc | 6776 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 D | fold-const.cc | 2857 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 D | tree.cc | 10967 is_truth_type_for (tree type, tree truth_type) in is_truth_type_for()
|