HomeSort by: relevance | last modified time | path
    Searched refs:check_function_nonnull (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 5672 check_function_nonnull and check_nonnull_arg. */
5691 check_function_nonnull (nonnull_arg_ctx &ctx, int nargs, tree *argarray)
5873 /* Helper for check_function_nonnull; given a list of operands which
5895 PARAM_NUM) is non-null. This is called by check_function_nonnull
6188 warned_p = check_function_nonnull (ctx, nargs, argarray);
5676 check_function_nonnull (nonnull_arg_ctx &ctx, int nargs, tree *argarray) function
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 5578 check_function_nonnull and check_nonnull_arg. */
5597 check_function_nonnull (nonnull_arg_ctx &ctx, int nargs, tree *argarray)
5778 /* Helper for check_function_nonnull; given a list of operands which
5800 PARAM_NUM) is non-null. This is called by check_function_nonnull
6089 warned_p = check_function_nonnull (ctx, nargs, argarray);
5582 check_function_nonnull (nonnull_arg_ctx &ctx, int nargs, tree *argarray) function

Completed in 42 milliseconds