/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 60 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/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | Acceptor.cpp | 97 if (!llvm::errorToBool(Socket::DecodeHostAndPort(name).takeError())) in Create()
|
/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/llvm/lib/TargetParser/ |
H A D | RISCVTargetParser.cpp | 120 if (llvm::errorToBool(RII.takeError())) in getFeaturesForCPU()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Legalizer.cpp | 339 assert(!CSEInfo || !errorToBool(CSEInfo->verify())); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | RISCV.cpp | 256 if (!llvm::errorToBool(ParseResult.takeError())) in getRISCVABI()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | RISCV.cpp | 397 if (llvm::errorToBool(RII.takeError())) { in handleFullArchString()
|
/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 | 600 if (errorToBool(StatusOrErr.takeError())) in getAsDouble()
|
/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 | 220 if (!errorToBool(ISAInfo.takeError())) in AddRISCVTargetArgs()
|
H A D | Gnu.cpp | 1755 if (llvm::errorToBool(ParseResult.takeError())) in selectRISCVMultilib() 1792 if (llvm::errorToBool(MLConfigParseResult.takeError())) { in selectRISCVMultilib()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Error.h | 1099 inline bool errorToBool(Error Err) { in errorToBool() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVAsmPrinter.cpp | 458 if (!errorToBool(ParseResult.takeError())) { in emitStartOfAsmFile()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | OffloadBundler.cpp | 883 if (errorToBool(BinaryOrErr.takeError()) || !isa<ObjectFile>(*BinaryOrErr)) in CreateObjectFileHandler()
|
H A D | Driver.cpp | 690 if (!llvm::errorToBool(ISAInfo.takeError())) { in computeTargetTriple()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 1541 return !errorToBool(StatusOrErr.takeError()) ? *StatusOrErr in GetFloatValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 698 !errorToBool(pty.OpenFirstAvailablePrimary(O_RDWR | O_NOCTTY))) { in DoLaunch() 4713 if (errorToBool(raw.takeError())) in GetGDBServerRegisterInfoXMLAndProcess()
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 4315 if (!llvm::errorToBool(Socket::DecodeHostAndPort(host_port).takeError())) in LLGSArgToURL()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Driver.cpp | 258 if (errorToBool(fatLTOData.takeError())) in tryAddFatLTOFile()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 1984 if (errorToBool(StatusOrErr.takeError())) in parseFPImm()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 1512 if (errorToBool(StatusOrErr.takeError()) || *StatusOrErr != APFloat::opOK) in isExactFPImm() 3335 if (errorToBool(StatusOrErr.takeError())) in tryParseFPImm()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3280 } else if (errorToBool( in parseRealValue()
|
H A D | MasmParser.cpp | 3860 } else if (errorToBool( in parseRealValue()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 1111 if (!errorToBool(ParseResult.takeError())) in Release()
|