Searched refs:convert_and_check (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | c-common.h | 671 extern tree convert_and_check (tree, tree);
|
| D | c-typeck.c | 3546 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()
|
| D | c-common.c | 1160 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()
|
| D | ChangeLog-2006 | 4945 * 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.
|
| D | FSFChangeLog.10 | 7819 * c-common.c (convert_and_check): Don't diagnose overflow in constant
|
| D | ChangeLog-2001 | 29895 (convert_and_check): Use it.
|
| D | ChangeLog-2002 | 26642 * c-common.c (unsigned_conversion_warning, convert_and_check,
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | call.c | 4509 expr = convert_and_check (totype, expr); in convert_like_real()
|
| D | typeck.c | 6197 delta = convert_and_check (delta_type_node, delta); in build_ptrmemfunc1()
|
| D | ChangeLog-1997 | 1736 instead of convert_and_check.
|
| D | ChangeLog | 4253 * call.c (convert_like_real): Rely on convert_and_check to issue
|