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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 90 static void check_function_type (tree, tree);
17704 check_function_type (tree decl, tree current_function_parms)
17907 check_function_type (decl1, DECL_ARGUMENTS (decl1));
17684 check_function_type (tree decl, tree current_function_parms) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 88 static void check_function_type (tree, tree);
16956 check_function_type (tree decl, tree current_function_parms)
17161 check_function_type (decl1, DECL_ARGUMENTS (decl1));
16936 check_function_type (tree decl, tree current_function_parms) function

Completed in 131 milliseconds