Searched refs:meth_type (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | objc-act.cc | 8869 tree ret_type, meth_type; in really_start_method() local 8900 meth_type = build_function_type_for_method (ret_type, method, METHOD_DEF, 0); in really_start_method() 8901 objc_start_function (method_id, meth_type, NULL_TREE, parmlist); in really_start_method()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
| H A D | objc-act.c | 8744 tree ret_type, meth_type; in really_start_method() local 8775 meth_type = build_function_type_for_method (ret_type, method, METHOD_DEF, 0); in really_start_method() 8776 objc_start_function (method_id, meth_type, NULL_TREE, parmlist); in really_start_method()
|