Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlua.c453 #define has_error 1 /* bad option */ macro
475 return has_error; /* invalid option */ in collectargs()
482 return has_error; /* invalid option */ in collectargs()
489 return has_error; /* invalid option */ in collectargs()
498 return has_error; /* no next argument or it is another option */ in collectargs()
502 return has_error; in collectargs()
561 if (args == has_error) { /* bad arg? */ in pmain()
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp57 if (!Out.os().has_error()) { in writeProgramToFileAux()
74 if (!OS.has_error()) in writeProgramToFile()
162 if (OS.has_error()) { in runPasses()
H A DExtractFunction.cpp402 if (OS.has_error()) { in extractMappedBlocksFromModule()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp227 if (Out.os().has_error()) { in writeMergedModules()
259 if (objFile.os().has_error()) { in compileOptimizedToFile()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DLockFileManager.cpp203 if (Out.has_error()) { in LockFileManager()
H A Draw_ostream.cpp614 if (has_error()) in ~raw_fd_ostream()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-platform.cpp120 if (temp_file.has_error()) in save_socket_id_to_file()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp891 if (Out.has_error()) in writeIndex()
897 if (Out.has_error()) in writeIndex()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp226 if (!Dumpstream->has_error()) in PerfJITEventListener()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A Draw_ostream.h452 bool has_error() const { return bool(EC); } in has_error() function
/freebsd-12.1/contrib/binutils/binutils/
H A Dresrc.c2853 int has_error = 0; in write_rc_messagetable() local
2862 has_error = 1; in write_rc_messagetable()
2870 has_error = 1; in write_rc_messagetable()
2886 has_error = 1; in write_rc_messagetable()
2894 has_error = 1; in write_rc_messagetable()
2911 if (has_error) in write_rc_messagetable()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DProgram.inc451 if (OS.has_error())
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DProgram.inc508 if (OS.has_error())
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp2284 if (Out.has_error()) { in Save()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp400 if (dest.has_error()) { in LLVMPrintModuleToFile()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp6350 if (XarOut.has_error()) in DumpBitcodeSection()