Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc5573 bool warned_p; member
5611 return ctx.warned_p; in check_function_nonnull()
5645 return ctx.warned_p; in check_function_nonnull()
5835 pctx->warned_p = true; in check_nonnull_arg()
6065 bool warned_p = false; in check_function_arguments() local
6073 warned_p = check_function_nonnull (ctx, nargs, argarray); in check_function_arguments()
6094 return warned_p; in check_function_arguments()
6103 warned_p |= check_function_restrict (fndecl, fntype, nargs, argarray); in check_function_arguments()
6105 return warned_p; in check_function_arguments()
H A DChangeLog5912 warned_p to true if a warning has been diagnosed.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c5304 bool warned_p; member
5354 return ctx.warned_p; in check_function_nonnull()
5514 pctx->warned_p = true; in check_nonnull_arg()
5729 bool warned_p = false; in check_function_arguments() local
5735 warned_p = check_function_nonnull (loc, TYPE_ATTRIBUTES (fntype), in check_function_arguments()
5756 return warned_p; in check_function_arguments()
5765 warned_p |= check_function_restrict (fndecl, fntype, nargs, argarray); in check_function_arguments()
5767 return warned_p; in check_function_arguments()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c8940 bool warned_p = false; in build_over_call() local
8959 warned_p = check_function_arguments (input_location, fn, TREE_TYPE (fn), in build_over_call()
9200 if (warned_p) in build_over_call()
H A Dtypeck.c4040 bool warned_p = check_function_arguments (input_location, fndecl, fntype, in cp_build_function_call_vec() local
4045 if (warned_p) in cp_build_function_call_vec()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc9655 bool warned_p = false; in build_over_call() local
9675 warned_p = check_function_arguments (input_location, fn, TREE_TYPE (fn), in build_over_call()
9919 if (warned_p) in build_over_call()
H A Dtypeck.cc4301 bool warned_p = check_function_arguments (input_location, fndecl, fntype, in cp_build_function_call_vec() local
4306 if (warned_p) in cp_build_function_call_vec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c2294 bool warned_p = false; in warn_implicit_fallthrough_r() local
2301 warned_p = warning_at (l->loc, OPT_Wimplicit_fallthrough_, in warn_implicit_fallthrough_r()
2308 warned_p = warning_at (prevloc, in warn_implicit_fallthrough_r()
2311 if (warned_p) in warn_implicit_fallthrough_r()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc2516 bool warned_p = false; in warn_implicit_fallthrough_r() local
2523 warned_p = warning_at (l->loc, OPT_Wimplicit_fallthrough_, in warn_implicit_fallthrough_r()
2530 warned_p = warning_at (prevloc, in warn_implicit_fallthrough_r()
2533 if (warned_p) in warn_implicit_fallthrough_r()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c3181 bool warned_p = check_function_arguments (loc, fundecl, fntype, in build_function_call_vec() local
3203 if (warned_p && TREE_CODE (result) == CALL_EXPR) in build_function_call_vec()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc3206 bool warned_p = check_function_arguments (loc, fundecl, fntype, in build_function_call_vec() local
3228 if (warned_p && TREE_CODE (result) == CALL_EXPR) in build_function_call_vec()