Searched refs:wantsC99 (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/test/BlocksRuntime/ |
D | testfilerunner.h | 87 bool wantsC99; 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… 346 if (wantsC99 && (! (options & DoCPP))) { 390 if (wantsC99) strcat(path, "-C99"); 446 item.wantsC99 = true; 558 wantsC99 ? "C99" : "",
|