Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dc-common.h660 extern tree convert_and_check (tree, tree);
Dc-typeck.c3417 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()
Dc-common.c1081 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/
Dc-common.h910 extern tree convert_and_check PARAMS ((tree, tree));
Dc-common.c1437 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);
Dc-typeck.c3530 op1 = convert_and_check (result_type, op1);
3532 op2 = convert_and_check (result_type, op2);
4093 return convert_and_check (type, rhs);
DFSFChangeLog.107819 * c-common.c (convert_and_check): Don't diagnose overflow in constant
DChangeLog.510688 (convert_and_check): Use it.
DChangeLog.712195 * c-common.c (unsigned_conversion_warning, convert_and_check,
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtypeck.c5654 delta = convert_and_check (delta_type_node, delta);
DChangeLog.215407 instead of convert_and_check.
/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck.c5971 delta = convert_and_check (delta_type_node, delta); in build_ptrmemfunc1()
Dcall.c4487 expr = convert_and_check (totype, expr); in convert_like_real()
DChangeLog-19971736 instead of convert_and_check.
DChangeLog4184 * call.c (convert_like_real): Rely on convert_and_check to issue