Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dfail.c83 bool gotErrorFile = readfile(desired, errorfile); in main() local
85 if (!gotErrorFile && gotOutput) { in main()
90 else if (gotErrorFile && gotOutput) { in main()