Searched refs:hasCPlusPlus (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/test/BlocksRuntime/ |
H A D | testfilerunner.h | 85 bool hasCPlusPlus; 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… 310 if (hasCPlusPlus && !(options & DoCPP)) return nil; 443 if (strstr(line, "C++")) item.hasCPlusPlus = true; 531 result.hasCPlusPlus = true; 540 result.hasCPlusPlus = true; 556 hasCPlusPlus ? " C++" : "",
|