Searched refs:warnings_for_convert_and_check (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.h | 770 extern void warnings_for_convert_and_check (tree, tree, tree);
|
H A D | c-common.c | 2215 warnings_for_convert_and_check (tree type, tree expr, tree result) in warnings_for_convert_and_check() function 2292 warnings_for_convert_and_check (type, expr_for_warning, result); in convert_and_check()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-common.h | 1268 extern void warnings_for_convert_and_check (location_t, tree, tree, tree);
|
H A D | c-warn.c | 1172 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 | 1548 warnings_for_convert_and_check (loc, type, expr_for_warning, result); in convert_and_check()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cvt.c | 618 warnings_for_convert_and_check (type, expr, result); in cp_convert_and_check()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cvt.c | 665 warnings_for_convert_and_check (EXPR_LOC_OR_LOC (expr, input_location), in cp_convert_and_check()
|