Searched refs:has_error (Results 1 – 15 of 15) sorted by relevance
235 #define has_error 1 /* bad option */ macro258 return has_error; /* invalid option */ in collectargs()265 return has_error; /* invalid option */ in collectargs()270 return has_error; /* invalid option */ in collectargs()276 return has_error; /* invalid option */ in collectargs()285 return has_error; /* no next argument or it is another option */ in collectargs()289 return has_error; in collectargs()587 if (args == has_error) { /* bad arg? */ in pmain()
56 if (!Out.os().has_error()) { in writeProgramToFileAux()73 if (!OS.has_error()) in writeProgramToFile()160 if (OS.has_error()) { in runPasses()
401 if (OS.has_error()) { in extractMappedBlocksFromModule()
316 if (OS.has_error()) { in writeFileAtomically()
202 if (Out.has_error()) { in LockFileManager()
681 if (has_error()) in ~raw_fd_ostream()
226 if (!Dumpstream->has_error()) in PerfJITEventListener()
814 assert(!OS->has_error()); in finish()815 if (OS->has_error()) { in finish()
529 bool has_error() const { return bool(EC); } in has_error() function
232 if (Out.os().has_error()) { in writeMergedModules()
2645 bool has_error = false; in ucl_state_machine() local2661 has_error = true; in ucl_state_machine()2665 if (has_error) { in ucl_state_machine()
529 if (OS.has_error())
555 if (OS.has_error())
425 if (dest.has_error()) { in LLVMPrintModuleToFile()
6699 if (XarOut.has_error()) in DumpBitcodeSection()