Home
last modified time | relevance | path

Searched refs:op2_original_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c5154 tree op2, tree op2_original_type, location_t op2_loc) in build_conditional_expr() argument
5235 tree t2 = op2_original_type ? op2_original_type : TREE_TYPE (orig_op2); in build_conditional_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc5192 tree op2, tree op2_original_type, location_t op2_loc) in build_conditional_expr() argument
5273 tree t2 = op2_original_type ? op2_original_type : TREE_TYPE (orig_op2); in build_conditional_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200918598 op2_original_type parameters. Warn about using different enum types.