Home
last modified time | relevance | path

Searched refs:ErrorInfo (Results 1 – 25 of 73) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp68 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/
DMSFError.h43 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/
DGenericError.h43 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/
DDIAError.h42 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/
DCodeViewError.h43 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/
DRawError.h50 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/
DAVRAsmParser.cpp52 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/
DOpenArchive.cpp1259 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/
DFontConfig_ohos.h186 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/
DBPFAsmParser.cpp38 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/
DOrcError.h45 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/
DError.h51 class BinaryError : public ErrorInfo<BinaryError, ECError> {
65 class GenericBinaryError : public ErrorInfo<GenericBinaryError, BinaryError> {
/third_party/typescript/src/testRunner/parallel/
Dshared.ts20 export interface ErrorInfo { interface
32 errors: ErrorInfo[];
Dhost.ts44 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/
DMSP430AsmParser.cpp45 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/
DMipsAsmParser.cpp177 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/
DFileCheckImpl.h59 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/
DX86AsmParser.cpp100 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/
DWindowsManifestMerger.h38 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamError.h27 class BinaryStreamError : public ErrorInfo<BinaryStreamError> {
DSymbolRemappingReader.h69 class SymbolRemappingParseError : public ErrorInfo<SymbolRemappingParseError> {
DFileUtilities.h85 class AtomicFileWriteError : public llvm::ErrorInfo<AtomicFileWriteError> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp821 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/
DLanaiAsmParser.cpp73 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/
DSupport.h26 class InstructionError : public ErrorInfo<InstructionError<T>> {

123