Searched refs:hasObjC (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/ |
| H A D | testfilerunner.h | 82 bool hasObjC; local 98 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, …
|
| H A D | testfilerunner.m | 244 @synthesize hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wan… 309 if (hasObjC && !(options & DoOBJC)) return nil; 311 if (hasObjC) { 476 if (item.hasGC || item.hasRR) item.hasObjC = true; 520 result.hasObjC = true; 528 result.hasObjC = true;
|