Searched refs:op2_original_type (Results 1 – 3 of 3) sorted by relevance
5154 tree op2, tree op2_original_type, location_t op2_loc) in build_conditional_expr() argument5235 tree t2 = op2_original_type ? op2_original_type : TREE_TYPE (orig_op2); in build_conditional_expr()
5192 tree op2, tree op2_original_type, location_t op2_loc) in build_conditional_expr() argument5273 tree t2 = op2_original_type ? op2_original_type : TREE_TYPE (orig_op2); in build_conditional_expr()
18598 op2_original_type parameters. Warn about using different enum types.