Home
last modified time | relevance | path

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

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h36 Do64 = (1 << 0), enumerator
Dtestfilerunner.m186 if (sizeof(long) == 4 && options & Do64) {
260 item = [self lineForOptions:options|Do64];
264 item = [self lineForOptions:options|Do64|DoCPP];
351 [pa addPointer: (options & Do64) ? "x86_64" : "i386"];
377 strcat(path, (options & Do64) ? "64" : "32");