Searched refs:supposedToNotCompile (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/test/BlocksRuntime/ |
H A D | testfilerunner.h | 89 bool supposedToNotCompile; 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… 402 result.shouldFail = supposedToNotCompile; 451 if (strstr(line, "FAIL")) item.supposedToNotCompile = true; // old 454 item.supposedToNotCompile = true; 558 supposedToNotCompile ? " FAIL" : ""];
|