Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h1316 extern void warnings_for_convert_and_check (location_t, tree, tree, tree);
H A Dc-warn.c1394 warnings_for_convert_and_check (location_t loc, tree type, tree expr, in warnings_for_convert_and_check() function
H A Dc-common.c1614 warnings_for_convert_and_check (loc, type, expr_for_warning, result); in convert_and_check()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h1420 extern void warnings_for_convert_and_check (location_t, tree, tree, tree);
H A Dc-warn.cc1396 warnings_for_convert_and_check (location_t loc, tree type, tree expr, in warnings_for_convert_and_check() function
H A DChangeLog2379 * c-warn.c (warnings_for_convert_and_check): For expr and/or
4912 * c-warn.c (warnings_for_convert_and_check): Fix typos.
5496 (warnings_for_convert_and_check): Same.
6183 (warnings_for_convert_and_check): Likewise.
9866 (warnings_for_convert_and_check): Likewise.
9870 (warnings_for_convert_and_check): Add location parameter. Call
10034 (warnings_for_convert_and_check): Likewise.
11413 * c-common.c (warnings_for_convert_and_check): Use warning_at.
H A Dc-common.cc1785 warnings_for_convert_and_check (loc, type, expr_for_warning, result); in convert_and_check()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c675 warnings_for_convert_and_check (cp_expr_loc_or_input_loc (expr), in cp_convert_and_check()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc680 warnings_for_convert_and_check (cp_expr_loc_or_input_loc (expr), in cp_convert_and_check()
H A DChangeLog-20143627 * cvt.c (cp_convert_and_check): Call warnings_for_convert_and_check
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200710551 (warnings_for_convert_and_check): Likewise.
20571 (warnings_for_convert_and_check): Conditions are already checked by
20988 * c-common.c (warnings_for_convert_and_check): Use unsigned_type_for
25544 (warnings_for_convert_and_check): ...here. Define.
25545 * c-common.h (warnings_for_convert_and_check): Declare.