Lines Matching refs:argarray
5313 check_function_nonnull (location_t loc, tree attrs, int nargs, tree *argarray) in check_function_nonnull() argument
5334 check_function_arguments_recurse (check_nonnull_arg, &ctx, argarray[i], in check_function_nonnull()
5351 argarray[i], i + 1); in check_function_nonnull()
5362 check_function_sentinel (const_tree fntype, int nargs, tree *argarray) in check_function_sentinel() argument
5398 sentinel = fold_for_warn (argarray[nargs - 1 - pos]); in check_function_sentinel()
5423 auto_vec<tree> argarray (nargs); in check_function_restrict()
5425 argarray.quick_push (fold_for_warn (unfolded_argarray[i])); in check_function_restrict()
5434 && TREE_CODE (argarray[2]) == INTEGER_CST in check_function_restrict()
5435 && integer_zerop (argarray[2])) in check_function_restrict()
5443 TREE_VISITED (argarray[i]) = 0; in check_function_restrict()
5463 warned |= warn_for_restrict (i, argarray.address (), nargs); in check_function_restrict()
5467 TREE_VISITED (argarray[i]) = 0; in check_function_restrict()
5727 int nargs, tree *argarray, vec<location_t> *arglocs) in check_function_arguments() argument
5736 nargs, argarray); in check_function_arguments()
5741 check_function_format (fntype, TYPE_ATTRIBUTES (fntype), nargs, argarray, in check_function_arguments()
5745 check_function_sentinel (fntype, nargs, argarray); in check_function_arguments()
5765 warned_p |= check_function_restrict (fndecl, fntype, nargs, argarray); in check_function_arguments()