Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp58 return !errorToBool(BCData.takeError()); in isBitcodeFile()
69 return !errorToBool(BCData.takeError()); in isBitcodeFile()
85 if (errorToBool(BCOrErr.takeError())) in isBitcodeForTarget()
98 if (errorToBool(BCOrErr.takeError())) in getProducerString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStringRef.cpp592 if (errorToBool(StatusOrErr.takeError())) in getAsDouble()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp307 if (errorToBool(std::move(Err))) in extract()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h1024 inline bool errorToBool(Error Err) { in errorToBool() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1226 if (errorToBool(StatusOrErr.takeError()) || *StatusOrErr != APFloat::opOK) in isExactFPImm()
2583 if (errorToBool(StatusOrErr.takeError())) { in tryParseFPImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3133 } else if (errorToBool( in parseRealValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2366 if (errorToBool(RealVal.convertFromString(Num, roundMode).takeError())) { in parseImm()