Home
last modified time | relevance | path

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

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h58 NSPointerArray *compileLine; variable
68 @property(assign) NSPointerArray *compileLine;
Dtestfilerunner.m48 @synthesize options, compileLine, shouldFail, binaryName, sourceName;
55 for (id x in compileLine) {
71 int argc = [compileLine count];
74 argv[i] = (char *)[compileLine pointerAtIndex:i];
121 int argc = [compileLine count];
124 argv[i] = (char *)[compileLine pointerAtIndex:i];
401 result.compileLine = pa;