Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dc-common.h671 extern tree convert_and_check (tree, tree);
Dc-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()
8965 op0 = convert_and_check (result_type, op0); in build_binary_op()
8967 op1 = convert_and_check (result_type, op1); in build_binary_op()
Dc-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()
DChangeLog-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.
DFSFChangeLog.107819 * c-common.c (convert_and_check): Don't diagnose overflow in constant
DChangeLog-200129895 (convert_and_check): Use it.
DChangeLog-200226642 * c-common.c (unsigned_conversion_warning, convert_and_check,
/freebsd-12-stable/contrib/gcc/cp/
Dcall.c4509 expr = convert_and_check (totype, expr); in convert_like_real()
Dtypeck.c6197 delta = convert_and_check (delta_type_node, delta); in build_ptrmemfunc1()
DChangeLog-19971736 instead of convert_and_check.
DChangeLog4253 * call.c (convert_like_real): Rely on convert_and_check to issue