Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h664 #define METHOD_DEF 0 macro
H A Dobjc-gnu-runtime-abi-01.c606 if (context == METHOD_DEF && TREE_CODE (meth) == INSTANCE_METHOD_DECL) in gnu_runtime_abi_01_get_arg_type_list_base()
H A Dobjc-next-runtime-abi-01.c743 else if (context == METHOD_DEF && TREE_CODE (meth) == INSTANCE_METHOD_DECL) in next_runtime_abi_01_get_arg_type_list_base()
H A Dobjc-next-runtime-abi-02.c1165 else if (context == METHOD_DEF && TREE_CODE (meth) == INSTANCE_METHOD_DECL) in next_runtime_abi_02_get_arg_type_list_base()
H A Dobjc-act.c8775 meth_type = build_function_type_for_method (ret_type, method, METHOD_DEF, 0); in really_start_method()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h678 #define METHOD_DEF 0 macro
H A Dobjc-gnu-runtime-abi-01.cc606 if (context == METHOD_DEF && TREE_CODE (meth) == INSTANCE_METHOD_DECL) in gnu_runtime_abi_01_get_arg_type_list_base()
H A Dobjc-next-runtime-abi-01.cc744 else if (context == METHOD_DEF && TREE_CODE (meth) == INSTANCE_METHOD_DECL) in next_runtime_abi_01_get_arg_type_list_base()
H A Dobjc-next-runtime-abi-02.cc1167 else if (context == METHOD_DEF && TREE_CODE (meth) == INSTANCE_METHOD_DECL) in next_runtime_abi_02_get_arg_type_list_base()
H A Dobjc-act.cc8900 meth_type = build_function_type_for_method (ret_type, method, METHOD_DEF, 0); in really_start_method()