Searched refs:has_error (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/lua/src/
H A Dlua.c453 #define has_error 1 /* bad option */ macro
475 return has_error; /* invalid option */
482 return has_error; /* invalid option */
489 return has_error; /* invalid option */
498 return has_error; /* no next argument or it is another option */
502 return has_error;
561 if (args == has_error) { /* bad arg? */
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp56 if (!Out.os().has_error()) {
73 if (!OS.has_error())
160 if (OS.has_error()) {
H A DExtractFunction.cpp401 if (OS.has_error()) {
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c2856 int has_error = 0;
2865 has_error = 1;
2873 has_error = 1;
2889 has_error = 1;
2897 has_error = 1;
2914 if (has_error)
2853 int has_error = 0; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp202 if (Out.has_error()) {
H A DFileUtilities.cpp315 if (OS.has_error()) {
H A Draw_ostream.cpp630 // has_error() and clear the error flag with clear_error() before
632 if (has_error())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp244 if (Out.os().has_error()) {
276 if (objFile.os().has_error()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp226 if (!Dumpstream->has_error())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h485 bool has_error() const { return bool(EC); } function in class:llvm::raw_fd_ostream
487 /// Set the flag read by has_error() to false. If the error flag is set at the
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc454 if (OS.has_error())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp408 if (dest.has_error()) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp6711 if (XarOut.has_error())

Completed in 167 milliseconds