Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDc-common.h671 extern tree convert_and_check (tree, tree);
HDc-typeck.c3546 op1 = convert_and_check (result_type, op1); in build_conditional_expr()
3548 op2 = convert_and_check (result_type, op2); in build_conditional_expr()
4230 return convert_and_check (type, rhs); in convert_for_assignment()
4236 return convert_and_check (type, rhs); in convert_for_assignment()
8944 op0 = convert_and_check (result_type, op0); in build_binary_op()
8946 op1 = convert_and_check (result_type, op1); in build_binary_op()
HDc-common.c1160 convert_and_check (tree type, tree expr) in convert_and_check() function
3764 low_value = convert_and_check (type, low_value); in c_add_case_label()
3771 high_value = convert_and_check (type, high_value); in c_add_case_label()
HDChangeLog-20064945 * c-common.c (convert_and_check): Only track TREE_CONSTANT_OVERFLOW
6457 (build_binary_op): Instead, call convert_and_check instead of
6480 (convert_and_check): Likewise.
HDFSFChangeLog.107819 * c-common.c (convert_and_check): Don't diagnose overflow in constant
HDChangeLog-200129895 (convert_and_check): Use it.
HDChangeLog-200226642 * c-common.c (unsigned_conversion_warning, convert_and_check,
/NextBSD/contrib/gcc/cp/
HDcall.c4509 expr = convert_and_check (totype, expr); in convert_like_real()
HDtypeck.c6197 delta = convert_and_check (delta_type_node, delta); in build_ptrmemfunc1()
HDChangeLog-19971736 instead of convert_and_check.
HDChangeLog4253 * call.c (convert_like_real): Rely on convert_and_check to issue