Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp350 assert(!CSEInfo || !errorToBool(CSEInfo->verify())); in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp97 bool IsInvalid = llvm::errorToBool(validateEditRange(Range, SM)); in getRangeForEdit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp178 return !llvm::errorToBool(c.takeError()); in DecodeNextSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp583 if (errorToBool(StatusOrErr.takeError())) in getAsDouble()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp373 return !errorToBool(std::move(Err)); in extractValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1062 inline bool errorToBool(Error Err) { in errorToBool() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1094 return !errorToBool(StatusOrErr.takeError()) ? *StatusOrErr in GetFloatValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1356 if (errorToBool(StatusOrErr.takeError()) || *StatusOrErr != APFloat::opOK) in isExactFPImm()
2961 if (errorToBool(StatusOrErr.takeError())) { in tryParseFPImm()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp827 !errorToBool(pty.OpenFirstAvailablePrimary(O_RDWR | O_NOCTTY))) { in DoLaunch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3251 } else if (errorToBool( in parseRealValue()
H A DMasmParser.cpp3913 } else if (errorToBool( in parseRealValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2764 if (errorToBool(RealVal.convertFromString(Num, roundMode).takeError())) { in parseImm()