Home
last modified time | relevance | path

Searched refs:hasRR (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h84 bool hasRR; local
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, …
Dtestfilerunner.m245 @synthesize hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wan…
314 if (!hasRR && (options & (DoRR|DoRRGC))) return nil;
443 if (strstr(line, "RR")) item.hasRR = true;
477 if (item.hasGC || item.hasRR) item.hasObjC = true;
522 result.hasRR = true;
530 result.hasRR = true;
556 hasRR ? " RR" : "",