Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h57 NSPointerArray *compileLine; variable
67 @property(assign) NSPointerArray *compileLine;
H A Dtestfilerunner.m47 @synthesize options, compileLine, shouldFail, binaryName, sourceName;
54 for (id x in compileLine) {
70 int argc = [compileLine count];
73 argv[i] = (char *)[compileLine pointerAtIndex:i];
120 int argc = [compileLine count];
123 argv[i] = (char *)[compileLine pointerAtIndex:i];
400 result.compileLine = pa;