/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewError.h | 43 class CodeViewError : public ErrorInfo<CodeViewError, StringError> { 45 using ErrorInfo<CodeViewError, 46 StringError>::ErrorInfo; // inherit constructors 47 CodeViewError(const Twine &S) : ErrorInfo(S, cv_error_code::unspecified) {} in CodeViewError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/ |
H A D | MSFError.h | 43 class MSFError : public ErrorInfo<MSFError, StringError> { 45 using ErrorInfo<MSFError, StringError>::ErrorInfo; // inherit constructors 46 MSFError(const Twine &S) : ErrorInfo(S, msf_error_code::unspecified) {} in MSFError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIAError.h | 42 class DIAError : public ErrorInfo<DIAError, StringError> { 44 using ErrorInfo<DIAError, StringError>::ErrorInfo; 45 DIAError(const Twine &S) : ErrorInfo(S, dia_error_code::unspecified) {} in DIAError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
H A D | GenericError.h | 43 class PDBError : public ErrorInfo<PDBError, StringError> { 45 using ErrorInfo<PDBError, StringError>::ErrorInfo; // inherit constructors 46 PDBError(const Twine &S) : ErrorInfo(S, pdb_error_code::unspecified) {} in PDBError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawError.h | 50 class RawError : public ErrorInfo<RawError, StringError> { 52 using ErrorInfo<RawError, StringError>::ErrorInfo; // inherit constructors 53 RawError(const Twine &S) : ErrorInfo(S, raw_error_code::unspecified) {} in RawError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 68 bool generateImmOutOfRangeError(OperandVector &Operands, uint64_t ErrorInfo, 73 uint64_t &ErrorInfo, 798 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError() 800 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in generateImmOutOfRangeError() 811 uint64_t &ErrorInfo, in MatchAndEmitInstruction() 817 MatchInstructionImpl(Operands, Inst, ErrorInfo, MissingFeatures, in MatchAndEmitInstruction() 845 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction() 846 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 849 ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() 862 if (ErrorInfo ! in MatchAndEmitInstruction() 797 generateImmOutOfRangeError( OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, Twine Msg = �) generateImmOutOfRangeError() argument 808 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) MatchAndEmitInstruction() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 52 uint64_t &ErrorInfo, 83 uint64_t const &ErrorInfo); 84 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo); 279 uint64_t const &ErrorInfo) { in invalidOperand() 283 if (ErrorInfo != ~0U) { in invalidOperand() 284 if (ErrorInfo >= Operands.size()) { in invalidOperand() 287 AVROperand const &Op = (AVROperand const &)*Operands[ErrorInfo]; in invalidOperand() 304 uint64_t const &ErrorInfo) { in missingFeature() 317 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() 321 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAs in MatchAndEmitInstruction() 277 invalidOperand(SMLoc const &Loc, OperandVector const &Operands, uint64_t const &ErrorInfo) invalidOperand() argument 303 missingFeature(llvm::SMLoc const &Loc, uint64_t const &ErrorInfo) missingFeature() argument 315 MatchAndEmitInstruction(SMLoc Loc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) MatchAndEmitInstruction() argument [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | OpenArchive.cpp | 1259 ErrorInfo.ClearErrors();
1263 ErrorInfo.ErrorFlags = GetOpenArcErrorFlags(prop, &ErrorInfo.ErrorFlags_Defined);
1268 ErrorInfo.WarningFlags = GetOpenArcErrorFlags(prop);
1275 ErrorInfo.ErrorMessage = (prop.vt == VT_BSTR ? prop.bstrVal : L"Unknown error");
1282 ErrorInfo.WarningMessage = (prop.vt == VT_BSTR ? prop.bstrVal : L"Unknown warning");
1285 if (openRes == S_OK || ErrorInfo.IsArc_After_NonOpen())
1308 ErrorInfo.ThereIsTail = true;
1309 ErrorInfo.TailSize = FileSize - endPos;
1312 ErrorInfo [all...] |
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontConfig_ohos.h | 187 struct ErrorInfo { struct in FontConfig_OHOS 188 ErrorInfo(int err, const char* text) : err(err), text(SkString(text)){} in ErrorInfo() function 189 ErrorInfo(int err, SkString& text) : err(err), text(std::move(text)){} in ErrorInfo() function 203 std::vector<ErrorInfo> errSet; // the errors happened
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcError.h | 45 class DuplicateDefinition : public ErrorInfo<DuplicateDefinition> { 57 class JITSymbolNotFound : public ErrorInfo<JITSymbolNotFound> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | Error.h | 51 class BinaryError : public ErrorInfo<BinaryError, ECError> { 65 class GenericBinaryError : public ErrorInfo<GenericBinaryError, BinaryError> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/ |
H A D | BPFAsmParser.cpp | 38 uint64_t &ErrorInfo, 285 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() 293 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction() 307 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction() 308 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 311 ErrorLoc = ((BPFOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() 283 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) MatchAndEmitInstruction() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 45 uint64_t &ErrorInfo, 255 uint64_t &ErrorInfo, in MatchAndEmitInstruction() 259 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction() 270 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction() 271 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 274 ErrorLoc = ((MSP430Operand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() 252 MatchAndEmitInstruction(SMLoc Loc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) MatchAndEmitInstruction() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 100 uint64_t &ErrorInfo, FeatureBitset &MissingFeatures, in MatchInstruction() 105 unsigned rv = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchInstruction() 936 uint64_t &ErrorInfo, 947 uint64_t &ErrorInfo, 952 uint64_t &ErrorInfo, 3106 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() 3109 return MatchAndEmitIntelInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo, in MatchAndEmitInstruction() 3111 return MatchAndEmitATTInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo, in MatchAndEmitInstruction() 3202 uint64_t &ErrorInfo, in MatchAndEmitATTInstruction() 3226 unsigned OriginalError = MatchInstruction(Operands, Inst, ErrorInfo, in MatchAndEmitATTInstruction() 99 MatchInstruction(const OperandVector &Operands, MCInst &Inst, uint64_t &ErrorInfo, FeatureBitset &MissingFeatures, bool matchingInlineAsm, unsigned VariantID = 0) MatchInstruction() argument 3104 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) MatchAndEmitInstruction() argument 3199 MatchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) MatchAndEmitATTInstruction() argument 3405 MatchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) MatchAndEmitIntelInstruction() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | BinaryStreamError.h | 27 class BinaryStreamError : public ErrorInfo<BinaryStreamError> {
|
H A D | FileUtilities.h | 85 class AtomicFileWriteError : public llvm::ErrorInfo<AtomicFileWriteError> {
|
H A D | SymbolRemappingReader.h | 69 class SymbolRemappingParseError : public ErrorInfo<SymbolRemappingParseError> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsManifest/ |
H A D | WindowsManifestMerger.h | 38 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 177 uint64_t &ErrorInfo, 5723 uint64_t ErrorInfo) { in RefineErrorLoc() 5724 if (ErrorInfo != ~0ULL && ErrorInfo < Operands.size()) { in RefineErrorLoc() 5725 SMLoc ErrorLoc = Operands[ErrorInfo]->getStartLoc(); in RefineErrorLoc() 5736 uint64_t &ErrorInfo, in MatchAndEmitInstruction() 5740 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction() 5752 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction() 5753 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 5756 ErrorLoc = Operands[ErrorInfo] in MatchAndEmitInstruction() 5722 RefineErrorLoc(const SMLoc Loc, const OperandVector &Operands, uint64_t ErrorInfo) RefineErrorLoc() argument 5733 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) MatchAndEmitInstruction() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 821 uint64_t &ErrorInfo, 826 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); 855 if (ErrorInfo != ~0ULL) { 856 if (ErrorInfo >= Operands.size()) 858 ErrorLoc = Operands[ErrorInfo]->getStartLoc();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
H A D | Support.h | 26 class InstructionError : public ErrorInfo<InstructionError<T>> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/ |
H A D | RemarkParser.h | 26 class EndOfFileError : public ErrorInfo<EndOfFileError> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileCheckImpl.h | 59 class UndefVarError : public ErrorInfo<UndefVarError> { 318 class ErrorDiagnostic : public ErrorInfo<ErrorDiagnostic> { 344 class NotFoundError : public ErrorInfo<NotFoundError> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | RemarkStreamer.h | 61 struct RemarkSetupErrorInfo : public ErrorInfo<ThisError> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 73 uint64_t &ErrorInfo, 653 uint64_t &ErrorInfo, in MatchAndEmitInstruction() 658 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction() 669 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction() 670 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 673 ErrorLoc = ((LanaiOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() 650 MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) MatchAndEmitInstruction() argument
|