Home
last modified time | relevance | path

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

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