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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.h 851 extern bool check_function_arguments (location_t loc, const_tree, const_tree,
c-common.cc 6078 check_function_arguments (location_t loc, const_tree fndecl, const_tree fntype,
7240 call to check_function_arguments what ever type the user used. */
6062 check_function_arguments (location_t loc, const_tree fndecl, const_tree fntype, function
  /src/usr.bin/xlint/lint1/
tree.c 4641 check_function_arguments(const function_call *call) function
4748 check_function_arguments(call);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 9653 the check_function_arguments function might warn about something. */
9675 warned_p = check_function_arguments (input_location, fn, TREE_TYPE (fn),
typeck.cc 4327 && check_function_arguments (input_location, fndecl, fntype,
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 3216 bool warned_p = check_function_arguments (loc, fundecl, fntype,

Completed in 110 milliseconds