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 D | c-common.h | 1316 extern void warnings_for_convert_and_check (location_t, tree, tree, tree);
|
H A D | c-warn.c | 1394 warnings_for_convert_and_check (location_t loc, tree type, tree expr, in warnings_for_convert_and_check() function
|
H A D | c-common.c | 1614 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 D | c-common.h | 1420 extern void warnings_for_convert_and_check (location_t, tree, tree, tree);
|
H A D | c-warn.cc | 1396 warnings_for_convert_and_check (location_t loc, tree type, tree expr, in warnings_for_convert_and_check() function
|
H A D | ChangeLog | 2379 * 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 D | c-common.cc | 1785 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 D | cvt.c | 675 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 D | cvt.cc | 680 warnings_for_convert_and_check (cp_expr_loc_or_input_loc (expr), in cp_convert_and_check()
|
H A D | ChangeLog-2014 | 3627 * cvt.c (cp_convert_and_check): Call warnings_for_convert_and_check
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2007 | 10551 (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.
|