Searched refs:supposedToNotCompile (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/test/BlocksRuntime/ |
D | testfilerunner.h | 90 bool supposedToNotCompile; 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… 403 result.shouldFail = supposedToNotCompile; 452 if (strstr(line, "FAIL")) item.supposedToNotCompile = true; // old 455 item.supposedToNotCompile = true; 559 supposedToNotCompile ? " FAIL" : ""];
|