| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | Acceptor.cpp | 97 if (!llvm::errorToBool(Socket::DecodeHostAndPort(name).takeError())) in Create()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | SourceCode.cpp | 130 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 D | RISCV.cpp | 221 if (!llvm::errorToBool(ParseResult.takeError())) in getRISCVABI()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Legalizer.cpp | 339 assert(!CSEInfo || !errorToBool(CSEInfo->verify())); in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | RISCV.cpp | 395 if (llvm::errorToBool(RII.takeError())) { in handleFullArchString()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 175 return !llvm::errorToBool(c.takeError()); in DecodeNextSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | StringRef.cpp | 600 if (errorToBool(StatusOrErr.takeError())) in getAsDouble()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.cpp | 350 return !errorToBool(std::move(Err)); in extractValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Flang.cpp | 223 if (!errorToBool(ISAInfo.takeError())) in AddRISCVTargetArgs()
|
| H A D | Gnu.cpp | 1750 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 D | RISCVAsmPrinter.cpp | 398 if (!errorToBool(ParseResult.takeError())) { in emitStartOfAsmFile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Error.h | 1071 inline bool errorToBool(Error Err) { in errorToBool() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 825 if (errorToBool(BinaryOrErr.takeError()) || !isa<ObjectFile>(*BinaryOrErr)) in CreateObjectFileHandler()
|
| H A D | Driver.cpp | 676 if (!llvm::errorToBool(ISAInfo.takeError())) { in computeTargetTriple()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1506 return !errorToBool(StatusOrErr.takeError()) ? *StatusOrErr in GetFloatValue()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 698 !errorToBool(pty.OpenFirstAvailablePrimary(O_RDWR | O_NOCTTY))) { in DoLaunch() 4541 if (errorToBool(raw.takeError())) in GetGDBServerRegisterInfoXMLAndProcess()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 4313 if (!llvm::errorToBool(Socket::DecodeHostAndPort(host_port).takeError())) in LLGSArgToURL()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Driver.cpp | 256 if (errorToBool(fatLTOData.takeError())) in tryAddFatLTOFile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 1939 if (errorToBool(StatusOrErr.takeError())) in parseFPImm()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 1492 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 D | AsmParser.cpp | 3278 } else if (errorToBool( in parseRealValue()
|
| H A D | MasmParser.cpp | 3859 } else if (errorToBool( in parseRealValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 1071 if (!errorToBool(ParseResult.takeError())) in Release()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 3029 if (errorToBool(RealVal.convertFromString(Num, roundMode).takeError())) in parseImm()
|