Home
last modified time | relevance | path

Searched refs:meth_type (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c8634 tree ret_type, meth_type; in really_start_method() local
8665 meth_type = build_function_type_for_method (ret_type, method, METHOD_DEF, 0); in really_start_method()
8666 objc_start_function (method_id, meth_type, NULL_TREE, parmlist); in really_start_method()