Home
last modified time | relevance | path

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 Dc-common.h770 extern void warnings_for_convert_and_check (tree, tree, tree);
H A Dc-common.c2215 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 Dc-common.h1268 extern void warnings_for_convert_and_check (location_t, tree, tree, tree);
H A Dc-warn.c1172 warnings_for_convert_and_check (location_t loc, tree type, tree expr, in warnings_for_convert_and_check() function
H A Dc-common.c1548 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 Dcvt.c618 warnings_for_convert_and_check (type, expr, result); in cp_convert_and_check()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcvt.c665 warnings_for_convert_and_check (EXPR_LOC_OR_LOC (expr, input_location), in cp_convert_and_check()