Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp60 return !errorToBool(BCData.takeError()); in isBitcodeFile()
71 return !errorToBool(BCData.takeError()); in isBitcodeFile()
87 if (errorToBool(BCOrErr.takeError())) in isBitcodeForTarget()
100 if (errorToBool(BCOrErr.takeError())) in getProducerString()
/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp97 if (!llvm::errorToBool(Socket::DecodeHostAndPort(name).takeError())) in Create()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp130 bool IsInvalid = llvm::errorToBool(validateEditRange(Range, SM)); in getFileRangeForEdit()
142 llvm::errorToBool(validateRange(Range, SM, /*AllowSystemHeaders=*/true)); in getFileRange()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp221 if (!llvm::errorToBool(ParseResult.takeError())) in getRISCVABI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp339 assert(!CSEInfo || !errorToBool(CSEInfo->verify())); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp395 if (llvm::errorToBool(RII.takeError())) { in handleFullArchString()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp175 return !llvm::errorToBool(c.takeError()); in DecodeNextSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp600 if (errorToBool(StatusOrErr.takeError())) in getAsDouble()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp350 return !errorToBool(std::move(Err)); in extractValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp223 if (!errorToBool(ISAInfo.takeError())) in AddRISCVTargetArgs()
H A DGnu.cpp1750 if (llvm::errorToBool(ParseResult.takeError())) in selectRISCVMultilib()
1787 if (llvm::errorToBool(MLConfigParseResult.takeError())) { in selectRISCVMultilib()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp398 if (!errorToBool(ParseResult.takeError())) { in emitStartOfAsmFile()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1071 inline bool errorToBool(Error Err) { in errorToBool() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp825 if (errorToBool(BinaryOrErr.takeError()) || !isa<ObjectFile>(*BinaryOrErr)) in CreateObjectFileHandler()
H A DDriver.cpp676 if (!llvm::errorToBool(ISAInfo.takeError())) { in computeTargetTriple()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1506 return !errorToBool(StatusOrErr.takeError()) ? *StatusOrErr in GetFloatValue()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp698 !errorToBool(pty.OpenFirstAvailablePrimary(O_RDWR | O_NOCTTY))) { in DoLaunch()
4541 if (errorToBool(raw.takeError())) in GetGDBServerRegisterInfoXMLAndProcess()
H A DGDBRemoteCommunicationServerLLGS.cpp4313 if (!llvm::errorToBool(Socket::DecodeHostAndPort(host_port).takeError())) in LLGSArgToURL()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DDriver.cpp256 if (errorToBool(fatLTOData.takeError())) in tryAddFatLTOFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1939 if (errorToBool(StatusOrErr.takeError())) in parseFPImm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1492 if (errorToBool(StatusOrErr.takeError()) || *StatusOrErr != APFloat::opOK) in isExactFPImm()
3306 if (errorToBool(StatusOrErr.takeError())) in tryParseFPImm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3278 } else if (errorToBool( in parseRealValue()
H A DMasmParser.cpp3859 } else if (errorToBool( in parseRealValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1071 if (!errorToBool(ParseResult.takeError())) in Release()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3029 if (errorToBool(RealVal.convertFromString(Num, roundMode).takeError())) in parseImm()

12