/third_party/boost/boost/exception/ |
D | get_error_info.hpp | 34 template <class ErrorInfo> 39 typename ErrorInfo::value_type * 43 …red_ptr<exception_detail::error_info_base> eib = c->get(BOOST_EXCEPTION_STATIC_TYPEID(ErrorInfo)) ) in get() 46 BOOST_ASSERT( 0!=dynamic_cast<ErrorInfo *>(eib.get()) ); in get() 48 ErrorInfo * w = static_cast<ErrorInfo *>(eib.get()); in get() 107 template <class ErrorInfo> 109 typename ErrorInfo::value_type const * 112 return exception_detail::get_info<ErrorInfo>::get(x); in get_error_info() 114 template <class ErrorInfo> 116 typename ErrorInfo::value_type * [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/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/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/re2/re2/ |
D | set.h | 32 struct ErrorInfo { struct 62 ErrorInfo* error_info) const;
|
/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/flutter/skia/src/ports/skia_ohos/ |
D | FontConfig_ohos.h | 175 struct ErrorInfo { struct 176 ErrorInfo(int err, const char* text) : err(err), text(SkString(text)){} in ErrorInfo() function 177 ErrorInfo(int err, SkString& text) : err(err), text(std::move(text)){} in ErrorInfo() function 191 std::vector<ErrorInfo> errSet; // the errors happened argument
|
/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/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/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/jsoncpp/include/json/ |
D | reader.h | 183 class ErrorInfo { 190 typedef std::deque<ErrorInfo> Errors;
|
/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/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/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/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/MCA/ |
D | Support.h | 26 class InstructionError : public ErrorInfo<InstructionError<T>> {
|