Searched refs:convert_and_check (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-common.h | 660 extern tree convert_and_check (tree, tree);
|
| D | c-typeck.c | 3417 op1 = convert_and_check (result_type, op1); in build_conditional_expr() 3419 op2 = convert_and_check (result_type, op2); in build_conditional_expr() 3941 return convert_and_check (type, rhs); in convert_for_assignment() 3947 return convert_and_check (type, rhs); in convert_for_assignment() 8512 op0 = convert_and_check (result_type, op0); in build_binary_op() 8514 op1 = convert_and_check (result_type, op1); in build_binary_op()
|
| D | c-common.c | 1081 convert_and_check (tree type, tree expr) in convert_and_check() function 3670 low_value = convert_and_check (type, low_value); in c_add_case_label() 3677 high_value = convert_and_check (type, high_value); in c_add_case_label()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-common.h | 910 extern tree convert_and_check PARAMS ((tree, tree));
|
| D | c-common.c | 1437 convert_and_check (type, expr) in convert_and_check() function 4115 low_value = convert_and_check (type, low_value); 4120 high_value = convert_and_check (type, high_value);
|
| D | c-typeck.c | 3530 op1 = convert_and_check (result_type, op1); 3532 op2 = convert_and_check (result_type, op2); 4093 return convert_and_check (type, rhs);
|
| D | FSFChangeLog.10 | 7819 * c-common.c (convert_and_check): Don't diagnose overflow in constant
|
| D | ChangeLog.5 | 10688 (convert_and_check): Use it.
|
| D | ChangeLog.7 | 12195 * c-common.c (unsigned_conversion_warning, convert_and_check,
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | typeck.c | 5654 delta = convert_and_check (delta_type_node, delta);
|
| D | ChangeLog.2 | 15407 instead of convert_and_check.
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | typeck.c | 5971 delta = convert_and_check (delta_type_node, delta); in build_ptrmemfunc1()
|
| D | call.c | 4487 expr = convert_and_check (totype, expr); in convert_like_real()
|
| D | ChangeLog-1997 | 1736 instead of convert_and_check.
|
| D | ChangeLog | 4184 * call.c (convert_like_real): Rely on convert_and_check to issue
|