/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/ |
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() argument 800 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in generateImmOutOfRangeError() 811 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 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 != ~0U && ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/ |
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) {}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
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) {}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
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) {}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
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) {}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
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) {}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
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() argument 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() argument 317 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 321 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction() [all …]
|
/third_party/lzma/CPP/7zip/UI/Common/ |
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.UnexpecedEnd = true; 1506 ErrorInfo.IgnoreTail = true; [all …]
|
/third_party/skia/src/ports/skia_ohos/ |
D | FontConfig_ohos.h | 186 struct ErrorInfo { struct 187 ErrorInfo(int err, const char* text) : err(err), text(SkString(text)){} in ErrorInfo() argument 188 ErrorInfo(int err, SkString& text) : err(err), text(std::move(text)){} in ErrorInfo() function 202 std::vector<ErrorInfo> errSet; // the errors happened argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/ |
D | BPFAsmParser.cpp | 38 uint64_t &ErrorInfo, 285 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
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/ |
D | Error.h | 51 class BinaryError : public ErrorInfo<BinaryError, ECError> { 65 class GenericBinaryError : public ErrorInfo<GenericBinaryError, BinaryError> {
|
/third_party/typescript/src/testRunner/parallel/ |
D | shared.ts | 20 export interface ErrorInfo { interface 32 errors: ErrorInfo[];
|
D | host.ts | 44 info: ErrorInfo | TestInfo; 45 constructor(info: ErrorInfo | TestInfo) { 238 let errorResults: ErrorInfo[] = []; 481 function rebuildSuite(failures: ErrorInfo[], passes: TestInfo[]) { 483 for (const result of [...failures, ...passes] as (ErrorInfo | TestInfo)[]) { 495 function rebuildError(result: ErrorInfo) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
D | MSP430AsmParser.cpp | 45 uint64_t &ErrorInfo, 255 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 177 uint64_t &ErrorInfo, 5723 uint64_t ErrorInfo) { in RefineErrorLoc() argument 5724 if (ErrorInfo != ~0ULL && ErrorInfo < Operands.size()) { in RefineErrorLoc() 5725 SMLoc ErrorLoc = Operands[ErrorInfo]->getStartLoc(); in RefineErrorLoc() 5736 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 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]->getStartLoc(); in MatchAndEmitInstruction() 5779 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in MatchAndEmitInstruction() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
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/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 100 uint64_t &ErrorInfo, FeatureBitset &MissingFeatures, in MatchInstruction() argument 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() argument 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() argument 3226 unsigned OriginalError = MatchInstruction(Operands, Inst, ErrorInfo, in MatchAndEmitATTInstruction() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsManifest/ |
D | WindowsManifestMerger.h | 38 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryStreamError.h | 27 class BinaryStreamError : public ErrorInfo<BinaryStreamError> {
|
D | SymbolRemappingReader.h | 69 class SymbolRemappingParseError : public ErrorInfo<SymbolRemappingParseError> {
|
D | FileUtilities.h | 85 class AtomicFileWriteError : public llvm::ErrorInfo<AtomicFileWriteError> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 821 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 826 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction() 855 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction() 856 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 858 ErrorLoc = Operands[ErrorInfo]->getStartLoc(); in MatchAndEmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 73 uint64_t &ErrorInfo, 653 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | Support.h | 26 class InstructionError : public ErrorInfo<InstructionError<T>> {
|