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

  /src/external/gpl3/gcc/dist/gcc/config/m32c/
m32c.cc 83 static rtx m32c_function_arg (cumulative_args_t, const function_arg_info &);
1326 #define TARGET_FUNCTION_ARG m32c_function_arg
1328 m32c_function_arg (cumulative_args_t ca_v, const function_arg_info &arg) function
  /src/external/gpl3/gcc.old/dist/gcc/config/m32c/
m32c.cc 80 static rtx m32c_function_arg (cumulative_args_t, const function_arg_info &);
1323 #define TARGET_FUNCTION_ARG m32c_function_arg
1325 m32c_function_arg (cumulative_args_t ca_v, const function_arg_info &arg) function

Completed in 18 milliseconds