HomeSort by: relevance | last modified time | path
    Searched defs:warned_p (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 5682 bool warned_p;
5720 return ctx.warned_p;
5754 return ctx.warned_p;
5945 pctx->warned_p = true;
6177 bool warned_p = false;
6180 return warned_p;
6188 warned_p = check_function_nonnull (ctx, nargs, argarray);
6209 return warned_p;
6218 warned_p |= check_function_restrict (fndecl, fntype, nargs, argarray);
6220 return warned_p;
5667 bool warned_p; member in struct:nonnull_arg_ctx
6161 bool warned_p = false; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 4481 bool warned_p
4488 if (warned_p)
4475 bool warned_p local
call.cc 10362 bool warned_p = false; local
10382 warned_p = check_function_arguments (input_location, fn, TREE_TYPE (fn),
10634 if (warned_p)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 5588 bool warned_p;
5626 return ctx.warned_p;
5660 return ctx.warned_p;
5850 pctx->warned_p = true;
6081 bool warned_p = false;
6089 warned_p = check_function_nonnull (ctx, nargs, argarray);
6110 return warned_p;
6119 warned_p |= check_function_restrict (fndecl, fntype, nargs, argarray);
6121 return warned_p;
5573 bool warned_p; member in struct:nonnull_arg_ctx
6065 bool warned_p = false; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 4325 bool warned_p
4332 if (warned_p)
4319 bool warned_p local
call.cc 9655 bool warned_p = false; local
9675 warned_p = check_function_arguments (input_location, fn, TREE_TYPE (fn),
9919 if (warned_p)
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 2749 bool warned_p = false;
2756 warned_p = warning_at (l->loc, OPT_Wimplicit_fallthrough_,
2763 warned_p = warning_at (prevloc,
2766 if (warned_p)
2747 bool warned_p = false; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 2518 bool warned_p = false;
2525 warned_p = warning_at (l->loc, OPT_Wimplicit_fallthrough_,
2532 warned_p = warning_at (prevloc,
2535 if (warned_p)
2516 bool warned_p = false; local

Completed in 99 milliseconds