Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlua.c263 #define has_error 1 /* bad option */ macro
295 return has_error; /* invalid option */ in collectargs()
302 return has_error; /* invalid option */ in collectargs()
307 return has_error; /* invalid option */ in collectargs()
313 return has_error; /* invalid option */ in collectargs()
322 return has_error; /* no next argument or it is another option */ in collectargs()
326 return has_error; in collectargs()
624 if (args == has_error) { /* bad arg? */ in pmain()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp56 if (!Out.os().has_error()) { in writeProgramToFileAux()
73 if (!OS.has_error()) in writeProgramToFile()
160 if (OS.has_error()) { in runPasses()
H A DExtractFunction.cpp400 if (OS.has_error()) { in extractMappedBlocksFromModule()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp201 if (Out.has_error()) { in LockFileManager()
H A Draw_ostream.cpp688 if (has_error()) in ~raw_fd_ostream()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp225 if (!Dumpstream->has_error()) in PerfJITEventListener()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp811 assert(!OS->has_error()); in finish()
812 if (OS->has_error()) { in finish()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp242 if (os.has_error()) { in Export()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp373 if (Tentative.Dumpstream->has_error()) in registerJITLoaderPerfStartImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h545 bool has_error() const { return bool(EC); } in has_error() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp233 if (Out.os().has_error()) { in writeMergedModules()
/freebsd/contrib/libucl/src/
H A Ducl_parser.c2645 bool has_error = false; in ucl_state_machine() local
2661 has_error = true; in ucl_state_machine()
2665 if (has_error) { in ucl_state_machine()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc555 if (OS.has_error())
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc550 if (OS.has_error())
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp427 if (dest.has_error()) { in LLVMPrintModuleToFile()