Searched refs:instanceMethod (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | protocols.c | 358 BOOL instanceMethod) in protocol_getMethodDescription() argument 374 if (instanceMethod) in protocol_getMethodDescription() 397 BOOL instanceMethod, in protocol_copyMethodDescriptionList() argument 427 if (instanceMethod) in protocol_copyMethodDescriptionList()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | protocols.c | 358 BOOL instanceMethod) in protocol_getMethodDescription() argument 374 if (instanceMethod) in protocol_getMethodDescription() 397 BOOL instanceMethod, in protocol_copyMethodDescriptionList() argument 427 if (instanceMethod) in protocol_copyMethodDescriptionList()
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/ |
H A D | runtime.h | 850 BOOL instanceMethod); 868 BOOL instanceMethod,
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/ |
H A D | runtime.h | 850 BOOL instanceMethod); 868 BOOL instanceMethod,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 267 bool instanceMethod,
|
H A D | CGCall.cpp | 178 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, in arrangeLLVMFunctionInfo() argument 187 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod, in arrangeLLVMFunctionInfo() 741 bool instanceMethod, in arrangeLLVMFunctionInfo() argument 752 CGFunctionInfo::Profile(ID, instanceMethod, chainCall, info, paramInfos, in arrangeLLVMFunctionInfo() 763 FI = CGFunctionInfo::create(CC, instanceMethod, chainCall, info, in arrangeLLVMFunctionInfo() 800 bool instanceMethod, in create() argument 819 FI->InstanceMethod = instanceMethod; in create()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 617 bool instanceMethod,
|