Home
last modified time | relevance | path

Searched refs:ep_convert_and_check (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c5088 ep_convert_and_check (location_t loc, tree type, tree expr, in ep_convert_and_check() function
5483 op1 = ep_convert_and_check (colon_loc, result_type, op1, in build_conditional_expr()
5485 op2 = ep_convert_and_check (colon_loc, result_type, op2, in build_conditional_expr()
12648 op0 = ep_convert_and_check (location, result_type, op0, in build_binary_op()
12650 op1 = ep_convert_and_check (location, result_type, op1, in build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc5126 ep_convert_and_check (location_t loc, tree type, tree expr, in ep_convert_and_check() function
5523 op1 = ep_convert_and_check (colon_loc, result_type, op1, in build_conditional_expr()
5525 op2 = ep_convert_and_check (colon_loc, result_type, op2, in build_conditional_expr()
12836 op0 = ep_convert_and_check (location, result_type, op0, in build_binary_op()
12838 op1 = ep_convert_and_check (location, result_type, op1, in build_binary_op()
H A DChangeLog3469 * c-typeck.c (ep_convert_and_check): Just call convert_and_check
7366 (ep_convert_and_check): Likewise.
7371 (build_conditional_expr): Adjust ep_convert_and_check calls.
7373 (build_binary_op): Adjust convert_and_check and ep_convert_and_check
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201038136 * c-typeck.c (ep_convert_and_check): New.