| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.cc | 5573 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 D | ChangeLog | 5912 warned_p to true if a warning has been diagnosed.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.c | 5304 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 D | call.c | 8940 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 D | typeck.c | 4040 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 D | call.cc | 9655 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 D | typeck.cc | 4301 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 D | gimplify.c | 2294 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 D | gimplify.cc | 2516 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 D | c-typeck.c | 3181 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 D | c-typeck.cc | 3206 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()
|