Searched refs:hasCPlusPlus (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/test/BlocksRuntime/ |
D | testfilerunner.h | 86 bool hasCPlusPlus; 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… 311 if (hasCPlusPlus && !(options & DoCPP)) return nil; 444 if (strstr(line, "C++")) item.hasCPlusPlus = true; 532 result.hasCPlusPlus = true; 541 result.hasCPlusPlus = true; 557 hasCPlusPlus ? " C++" : "",
|