Searched refs:hasObjC (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/test/BlocksRuntime/ |
D | testfilerunner.h | 83 bool hasObjC; local 99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, …
|
D | testfilerunner.m | 245 @synthesize hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wan… 310 if (hasObjC && !(options & DoOBJC)) return nil; 312 if (hasObjC) { 477 if (item.hasGC || item.hasRR) item.hasObjC = true; 521 result.hasObjC = true; 529 result.hasObjC = true;
|