Home
last modified time | relevance | path

Searched refs:DoCPP (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h37 DoCPP = (1 << 1), enumerator
Dtestfilerunner.m262 item = [self lineForOptions:options|DoCPP];
264 item = [self lineForOptions:options|Do64|DoCPP];
311 if (hasCPlusPlus && !(options & DoCPP)) return nil;
327 if (options & DoCPP) {
335 if (options & DoCPP) {
346 if (wantsC99 && (! (options & DoCPP))) {
386 if (options & DoCPP) strcat(path, "++");