| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 56 return !errorToBool(BCData.takeError()); in isBitcodeFile() 67 return !errorToBool(BCData.takeError()); in isBitcodeFile() 83 if (errorToBool(BCOrErr.takeError())) in isBitcodeForTarget() 96 if (errorToBool(BCOrErr.takeError())) in getProducerString()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | SourceCode.cpp | 179 bool IsInvalid = llvm::errorToBool(validateEditRange(Range, SM)); in getFileRangeForEdit() 191 llvm::errorToBool(validateRange(Range, SM, /*AllowSystemHeaders=*/true)); in getFileRange()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | RISCV.cpp | 472 if (llvm::errorToBool(RII.takeError())) in populateNegativeRISCVFeatures() 484 if (llvm::errorToBool(RII.takeError())) { in handleFullArchString()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | RISCVTargetParser.cpp | 136 if (llvm::errorToBool(RII.takeError())) in getFeaturesForCPU()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | RISCV.cpp | 226 if (!llvm::errorToBool(ParseResult.takeError())) in getRISCVABI()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Legalizer.cpp | 337 assert(!CSEInfo || !errorToBool(CSEInfo->verify())); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 175 return !llvm::errorToBool(c.takeError()); in DecodeNextSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | StringRef.cpp | 601 if (errorToBool(StatusOrErr.takeError())) in getAsDouble()
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 132 if (!llvm::errorToBool(host_port.takeError())) { in parse_listen_host_port()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 183 return !errorToBool(m_pipe.Write("i", 1).takeError()); in InterruptRead()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.cpp | 350 return !errorToBool(std::move(Err)); in extractValue()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Flang.cpp | 300 if (!errorToBool(ISAInfo.takeError())) in AddRISCVTargetArgs()
|
| H A D | Gnu.cpp | 1631 if (llvm::errorToBool(ParseResult.takeError())) in selectRISCVMultilib() 1668 if (llvm::errorToBool(MLConfigParseResult.takeError())) { in selectRISCVMultilib()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Error.h | 1113 inline bool errorToBool(Error Err) { in errorToBool() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 561 if (!errorToBool(ParseResult.takeError())) { in emitStartOfAsmFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 897 if (errorToBool(BinaryOrErr.takeError()) || !isa<ObjectFile>(*BinaryOrErr)) in CreateObjectFileHandler()
|
| H A D | ToolChain.cpp | 333 if (!llvm::errorToBool(ISAInfo.takeError())) in getRISCVMultilibFlags()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1581 return !errorToBool(StatusOrErr.takeError()) ? *StatusOrErr in GetFloatValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 708 !errorToBool(pty.OpenFirstAvailablePrimary(O_RDWR | O_NOCTTY))) { in DoLaunch() 4848 if (errorToBool(raw.takeError())) in GetGDBServerRegisterInfoXMLAndProcess()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 4325 if (!llvm::errorToBool(Socket::DecodeHostAndPort(host_port).takeError())) in LLGSArgToURL()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2051 if (errorToBool(StatusOrErr.takeError())) in parseFPImm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 1538 if (errorToBool(StatusOrErr.takeError()) || *StatusOrErr != APFloat::opOK) in isExactFPImm() 3402 if (errorToBool(StatusOrErr.takeError())) in tryParseFPImm()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Driver.cpp | 237 if (errorToBool(fatLTOData.takeError())) in tryAddFatLTOFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3225 } else if (errorToBool( in parseRealValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 4734 return !errorToBool(m_pipe.Write(&ch, 1).takeError()); in Interrupt()
|