Home
last modified time | relevance | path

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

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h90 bool supposedToNotCompile; local
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, …
Dtestfilerunner.m245 @synthesize hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wan…
403 result.shouldFail = supposedToNotCompile;
452 if (strstr(line, "FAIL")) item.supposedToNotCompile = true; // old
455 item.supposedToNotCompile = true;
559 supposedToNotCompile ? " FAIL" : ""];