Home
last modified time | relevance | path

Searched refs:convert_and_check (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h868 extern tree convert_and_check (location_t, tree, tree);
H A Dc-common.c1587 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 Dc-common.h890 extern tree convert_and_check (location_t, tree, tree, bool = false);
H A Dc-common.cc1756 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 DChangeLog682 * 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 Dc-typeck.c5097 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 Dc-typeck.cc5135 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 DChangeLog386 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 DChangeLog-20031130 constant_fits_type_p, convert_and_check,
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19971736 instead of convert_and_check.
H A DChangeLog-2005669 * call.c (convert_like_real): Rely on convert_and_check to issue
H A DChangeLog-20072482 integer is handled by convert_and_check in convert_like_real.
H A DChangeLog-20143625 * typeck.c (build_ptrmemfunc1): Call convert_and_check with
H A Dtypeck.cc9533 delta = convert_and_check (input_location, delta_type_node, delta); in build_ptrmemfunc1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c8986 delta = convert_and_check (input_location, delta_type_node, delta); in build_ptrmemfunc1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20064003 (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 DChangeLog-200720573 (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 DFSFChangeLog.107819 * c-common.c (convert_and_check): Don't diagnose overflow in constant
H A DChangeLog-200919119 (convert_and_check, warn_for_div_by_zero): Likewise.
30614 * c-common.c (c_fully_fold, convert_and_check,
H A DChangeLog-200129895 (convert_and_check): Use it.
H A DChangeLog-200226642 * c-common.c (unsigned_conversion_warning, convert_and_check,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.107819 * c-common.c (convert_and_check): Don't diagnose overflow in constant