Searched refs:orig_type0 (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-vect-patterns.c | 3089 tree orig_type0 = NULL_TREE, orig_type1 = NULL_TREE; in vect_recog_mixed_size_cond_pattern() local 3120 && !type_conversion_p (then_clause, last_stmt, false, &orig_type0, in vect_recog_mixed_size_cond_pattern() 3127 if (orig_type0 && orig_type1 in vect_recog_mixed_size_cond_pattern() 3128 && !types_compatible_p (orig_type0, orig_type1)) in vect_recog_mixed_size_cond_pattern() 3131 if (orig_type0) in vect_recog_mixed_size_cond_pattern() 3133 if (!types_compatible_p (orig_type0, comp_scalar_type)) in vect_recog_mixed_size_cond_pattern() 3136 itype = orig_type0; in vect_recog_mixed_size_cond_pattern()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-typeck.c | 9575 tree type0, type1, orig_type0, orig_type1; in build_binary_op() local 9674 orig_type0 = type0 = TREE_TYPE (op0); in build_binary_op() 9760 orig_type0 = type0 = TREE_TYPE (op0); in build_binary_op() 10348 if (type0 != orig_type0 || type1 != orig_type1) in build_binary_op() 10351 semantic_result_type = c_common_type (orig_type0, orig_type1); in build_binary_op() 10553 if ((type0 != orig_type0 || type1 != orig_type1) in build_binary_op() 10557 semantic_result_type = c_common_type (orig_type0, orig_type1); in build_binary_op()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-typeck.c | 10999 tree type0, type1, orig_type0, orig_type1; in build_binary_op() local 11106 orig_type0 = type0 = TREE_TYPE (op0); in build_binary_op() 11202 orig_type0 = type0 = TREE_TYPE (op0); in build_binary_op() 11893 if (type0 != orig_type0 || type1 != orig_type1) in build_binary_op() 11896 semantic_result_type = c_common_type (orig_type0, orig_type1); in build_binary_op() 12102 if ((type0 != orig_type0 || type1 != orig_type1) in build_binary_op() 12106 semantic_result_type = c_common_type (orig_type0, orig_type1); in build_binary_op()
|