Searched refs:instanceMethod (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
| H A D | method-2.m | 13 - (void) instanceMethod; method 18 - (void) instanceMethod { method 25 [self instanceMethod]; /* { dg-warning "cannot find class" } */ 27 [MyDerived instanceMethod]; /* { dg-warning "cannot find class" } */
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.h | 264 bool instanceMethod,
|
| H A D | CGCall.cpp | 183 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, in arrangeLLVMFunctionInfo() argument 192 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod, in arrangeLLVMFunctionInfo() 757 bool instanceMethod, in arrangeLLVMFunctionInfo() argument 768 CGFunctionInfo::Profile(ID, instanceMethod, chainCall, info, paramInfos, in arrangeLLVMFunctionInfo() 779 FI = CGFunctionInfo::create(CC, instanceMethod, chainCall, info, in arrangeLLVMFunctionInfo() 816 bool instanceMethod, in create() argument 835 FI->InstanceMethod = instanceMethod; in create()
|
| /openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 620 bool instanceMethod,
|