| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | Handle.pm | 118 sub has_error($self, $error = undef) subroutine 285 return if $handle->has_error; 290 return if $handle->has_error;
|
| H A D | PkgAdd.pm | 405 return 1 if $n->has_error; 542 if ($old->has_error(OpenBSD::Handle::NOT_FOUND)) { 545 if ($old->has_error(OpenBSD::Handle::BAD_PACKAGE)) { 872 if ($handle->has_error(OpenBSD::Handle::ALREADY_INSTALLED)) { 876 if ($handle->has_error) { 882 $set->cleanup($handle->has_error);
|
| H A D | UpdateSet.pm | 125 sub has_error # forwarder subroutine 127 &OpenBSD::Handle::has_error;
|
| /openbsd-src/gnu/usr.bin/perl/dist/IO/t/ |
| H A D | io_sel.t | 120 IO::Select::has_error(); 127 IO::Select::has_error();
|
| /openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
| H A D | OptimizerDriver.cpp | 56 if (!Out.os().has_error()) { in writeProgramToFileAux() 73 if (!OS.has_error()) in writeProgramToFile() 160 if (OS.has_error()) { in runPasses()
|
| H A D | ExtractFunction.cpp | 401 if (OS.has_error()) { in extractMappedBlocksFromModule()
|
| /openbsd-src/gnu/usr.bin/perl/dist/IO/lib/IO/ |
| H A D | Select.pm | 160 sub has_error subroutine 162 warnings::warn("Call to deprecated method 'has_error', use 'has_exception'")
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | LockFileManager.cpp | 201 if (Out.has_error()) { in LockFileManager()
|
| H A D | FileUtilities.cpp | 313 if (OS.has_error()) { in writeFileAtomically()
|
| H A D | raw_ostream.cpp | 687 if (has_error()) in ~raw_fd_ostream()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
| H A D | AdbClient.cpp | 411 if (dst.has_error()) in ShellToFile() 452 if (dst.has_error()) in internalPullFile()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| H A D | PerfJITEventListener.cpp | 225 if (!Dumpstream->has_error()) in PerfJITEventListener()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 813 assert(!OS->has_error()); in finish() 814 if (OS->has_error()) { in finish()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/ |
| H A D | TraceHTR.cpp | 242 if (os.has_error()) { in Export()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | raw_ostream.h | 545 bool has_error() const { return bool(EC); } in has_error() function
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 233 if (Out.os().has_error()) { in writeMergedModules()
|
| /openbsd-src/gnu/usr.bin/perl/dist/IO/ |
| H A D | ChangeLog | 416 - Renamed has_error to be has_exception which is more correct, 417 has_error is a wrapper around has_exception with a warning if
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/ |
| H A D | ReducerWorkItem.cpp | 455 if (Out.os().has_error()) { in isReduced()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Program.inc | 555 if (OS.has_error())
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Program.inc | 540 if (OS.has_error())
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Core.cpp | 433 if (dest.has_error()) { in LLVMPrintModuleToFile()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 6956 if (XarOut.has_error()) in DumpBitcodeSection()
|