/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 868 extern tree convert_and_check (location_t, tree, tree);
|
H A D | c-common.c | 1587 convert_and_check (location_t loc, tree type, tree expr) in convert_and_check() function 4850 low_value = convert_and_check (loc, type, low_value); in c_add_case_label() 4858 high_value = convert_and_check (loc, type, high_value); in c_add_case_label()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 890 extern tree convert_and_check (location_t, tree, tree, bool = false);
|
H A D | c-common.cc | 1756 convert_and_check (location_t loc, tree type, tree expr, bool init_const) in convert_and_check() function 5096 low_value = convert_and_check (loc, type, low_value); in c_add_case_label() 5104 high_value = convert_and_check (loc, type, high_value); in c_add_case_label()
|
H A D | ChangeLog | 682 * c-common.c (convert_and_check): Add argument init_const. Call 684 * c-common.h (convert_and_check): Update prototype. 9867 (convert_and_check): Likewise. 9872 (convert_and_check): Add location parameter. Use it. 9874 (c_add_case_label): Adjust convert_and_check calls.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 5097 return convert_and_check (loc, type, expr); in ep_convert_and_check() 5104 expr = convert_and_check (loc, semantic_type, expr); in ep_convert_and_check() 6928 tree ret = convert_and_check (expr_loc != UNKNOWN_LOCATION in convert_for_assignment() 6938 return convert_and_check (expr_loc != UNKNOWN_LOCATION in convert_for_assignment() 12437 op0 = convert_and_check (location, result_type, op0); in build_binary_op() 12439 op1 = convert_and_check (location, real_type, op1); in build_binary_op() 12444 op0 = convert_and_check (location, real_type, op0); in build_binary_op() 12446 op1 = convert_and_check (location, result_type, op1); in build_binary_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 5135 return convert_and_check (loc, type, expr); in ep_convert_and_check() 5142 expr = convert_and_check (loc, semantic_type, expr); in ep_convert_and_check() 7040 tree ret = convert_and_check (expr_loc != UNKNOWN_LOCATION in convert_for_assignment() 7051 return convert_and_check (expr_loc != UNKNOWN_LOCATION in convert_for_assignment() 12625 op0 = convert_and_check (location, result_type, op0); in build_binary_op() 12627 op1 = convert_and_check (location, real_type, op1); in build_binary_op() 12632 op0 = convert_and_check (location, real_type, op0); in build_binary_op() 12634 op1 = convert_and_check (location, result_type, op1); in build_binary_op()
|
H A D | ChangeLog | 386 new argument to convert_and_check call. 3469 * c-typeck.c (ep_convert_and_check): Just call convert_and_check 7373 (build_binary_op): Adjust convert_and_check and ep_convert_and_check
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2003 | 1130 constant_fits_type_p, convert_and_check,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-1997 | 1736 instead of convert_and_check.
|
H A D | ChangeLog-2005 | 669 * call.c (convert_like_real): Rely on convert_and_check to issue
|
H A D | ChangeLog-2007 | 2482 integer is handled by convert_and_check in convert_like_real.
|
H A D | ChangeLog-2014 | 3625 * typeck.c (build_ptrmemfunc1): Call convert_and_check with
|
H A D | typeck.cc | 9533 delta = convert_and_check (input_location, delta_type_node, delta); in build_ptrmemfunc1()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 8986 delta = convert_and_check (input_location, delta_type_node, delta); in build_ptrmemfunc1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2006 | 4003 (convert_and_check): Integrate Woverflow warning from 4372 (convert_and_check): Call conversion_warning unless there is an 12029 * c-common.c (convert_and_check): Only track TREE_CONSTANT_OVERFLOW 13541 (build_binary_op): Instead, call convert_and_check instead of 13564 (convert_and_check): Likewise.
|
H A D | ChangeLog-2007 | 20573 (convert_and_check): Don't check warnings if the conversion failed. 25543 * c-common.c (convert_and_check): Move warning logic to... 26964 * c-common.c (convert_and_check): Don't give warnings for 32631 (convert_and_check): Likewise.
|
H A D | FSFChangeLog.10 | 7819 * c-common.c (convert_and_check): Don't diagnose overflow in constant
|
H A D | ChangeLog-2009 | 19119 (convert_and_check, warn_for_div_by_zero): Likewise. 30614 * c-common.c (c_fully_fold, convert_and_check,
|
H A D | ChangeLog-2001 | 29895 (convert_and_check): Use it.
|
H A D | ChangeLog-2002 | 26642 * c-common.c (unsigned_conversion_warning, convert_and_check,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog.10 | 7819 * c-common.c (convert_and_check): Don't diagnose overflow in constant
|