Home
last modified time | relevance | path

Searched refs:errorToBool (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp56 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 DSourceCode.cpp179 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 DRISCV.cpp472 if (llvm::errorToBool(RII.takeError())) in populateNegativeRISCVFeatures()
484 if (llvm::errorToBool(RII.takeError())) { in handleFullArchString()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp136 if (llvm::errorToBool(RII.takeError())) in getFeaturesForCPU()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp226 if (!llvm::errorToBool(ParseResult.takeError())) in getRISCVABI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp337 assert(!CSEInfo || !errorToBool(CSEInfo->verify())); in runOnMachineFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp175 return !llvm::errorToBool(c.takeError()); in DecodeNextSection()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp601 if (errorToBool(StatusOrErr.takeError())) in getAsDouble()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp132 if (!llvm::errorToBool(host_port.takeError())) { in parse_listen_host_port()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp183 return !errorToBool(m_pipe.Write("i", 1).takeError()); in InterruptRead()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp350 return !errorToBool(std::move(Err)); in extractValue()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp300 if (!errorToBool(ISAInfo.takeError())) in AddRISCVTargetArgs()
H A DGnu.cpp1631 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 DError.h1113 inline bool errorToBool(Error Err) { in errorToBool() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp561 if (!errorToBool(ParseResult.takeError())) { in emitStartOfAsmFile()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp897 if (errorToBool(BinaryOrErr.takeError()) || !isa<ObjectFile>(*BinaryOrErr)) in CreateObjectFileHandler()
H A DToolChain.cpp333 if (!llvm::errorToBool(ISAInfo.takeError())) in getRISCVMultilibFlags()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1581 return !errorToBool(StatusOrErr.takeError()) ? *StatusOrErr in GetFloatValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp708 !errorToBool(pty.OpenFirstAvailablePrimary(O_RDWR | O_NOCTTY))) { in DoLaunch()
4848 if (errorToBool(raw.takeError())) in GetGDBServerRegisterInfoXMLAndProcess()
H A DGDBRemoteCommunicationServerLLGS.cpp4325 if (!llvm::errorToBool(Socket::DecodeHostAndPort(host_port).takeError())) in LLGSArgToURL()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2051 if (errorToBool(StatusOrErr.takeError())) in parseFPImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1538 if (errorToBool(StatusOrErr.takeError()) || *StatusOrErr != APFloat::opOK) in isExactFPImm()
3402 if (errorToBool(StatusOrErr.takeError())) in tryParseFPImm()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp237 if (errorToBool(fatLTOData.takeError())) in tryAddFatLTOFile()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3225 } else if (errorToBool( in parseRealValue()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4734 return !errorToBool(m_pipe.Write(&ch, 1).takeError()); in Interrupt()

12