Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dfail.c84 bool gotOutput = readfile(got, buffer); in main() local
85 if (!gotErrorFile && gotOutput) { in main()
90 else if (gotErrorFile && gotOutput) { in main()
H A Dtestfilerunner.m101 bool gotOutput = readErrorFile(got, buffer);
102 if (!gotOutput) {
166 bool gotOutput = readErrorFile(got, buffer);
167 if (!gotOutput) {