Lines Matching refs:failed
41 bool CPP_WEAK OnFinalize(bool failed) {
42 return failed;
122 Printf("Failed to open memory profile file '%s'\n", &filename[0]);
200 Printf("Failed to start external symbolizer: '%s'\n",
231 bool failed = false;
248 failed = true;
257 failed = true;
262 failed = OnFinalize(failed);
266 return failed ? flags()->exitcode : 0;