Home
last modified time | relevance | path

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

/external/compiler-rt/test/BlocksRuntime/
Dfail.c85 bool gotOutput = readfile(got, buffer); in main() local
86 if (!gotErrorFile && gotOutput) { in main()
91 else if (gotErrorFile && gotOutput) { in main()
Dtestfilerunner.m102 bool gotOutput = readErrorFile(got, buffer);
103 if (!gotOutput) {
167 bool gotOutput = readErrorFile(got, buffer);
168 if (!gotOutput) {