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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h664 #define METHOD_DEF 0 macro
H A Dobjc-gnu-runtime-abi-01.c594 CONTEXT is either METHOD_DEF or METHOD_REF, saying whether we are
606 if (context == METHOD_DEF && TREE_CODE (meth) == INSTANCE_METHOD_DECL)
H A Dobjc-next-runtime-abi-01.c729 CONTEXT is either METHOD_DEF or METHOD_REF, saying whether we are
743 else if (context == METHOD_DEF && TREE_CODE (meth) == INSTANCE_METHOD_DECL)
H A Dobjc-next-runtime-abi-02.c1151 CONTEXT is either METHOD_DEF or METHOD_REF, saying whether we are
1165 else if (context == METHOD_DEF && TREE_CODE (meth) == INSTANCE_METHOD_DECL)
H A Dobjc-act.c5090 either METHOD_DEF or METHOD_REF, indicating whether we are defining a
8779 meth_type = build_function_type_for_method (ret_type, method, METHOD_DEF, 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h678 #define METHOD_DEF 0 macro
H A Dobjc-gnu-runtime-abi-01.cc594 CONTEXT is either METHOD_DEF or METHOD_REF, saying whether we are
606 if (context == METHOD_DEF && TREE_CODE (meth) == INSTANCE_METHOD_DECL)
H A Dobjc-next-runtime-abi-01.cc730 CONTEXT is either METHOD_DEF or METHOD_REF, saying whether we are
744 else if (context == METHOD_DEF && TREE_CODE (meth) == INSTANCE_METHOD_DECL)
H A Dobjc-next-runtime-abi-02.cc1153 CONTEXT is either METHOD_DEF or METHOD_REF, saying whether we are
1167 else if (context == METHOD_DEF && TREE_CODE (meth) == INSTANCE_METHOD_DECL)
H A Dobjc-act.cc5169 either METHOD_DEF or METHOD_REF, indicating whether we are defining a
8904 meth_type = build_function_type_for_method (ret_type, method, METHOD_DEF, 0);

Completed in 397 milliseconds