| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/AsmParser/ |
| H A D | LoongArchAsmParser.cpp | 43 uint64_t &ErrorInfo, 439 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 472 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction() 473 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 489 if (ErrorInfo != ~0ULL && ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 504 return generateImmOutOfRangeError(Operands, ErrorInfo, /*Lower=*/0, in MatchAndEmitInstruction() 507 return generateImmOutOfRangeError(Operands, ErrorInfo, /*Lower=*/1, in MatchAndEmitInstruction() 510 return generateImmOutOfRangeError(Operands, ErrorInfo, /*Lower=*/0, in MatchAndEmitInstruction() 513 return generateImmOutOfRangeError(Operands, ErrorInfo, /*Lower=*/0, in MatchAndEmitInstruction() 516 return generateImmOutOfRangeError(Operands, ErrorInfo, /*Lower=*/0, in MatchAndEmitInstruction() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 693 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction() 694 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 710 if (ErrorInfo != ~0U && ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 756 Operands, ErrorInfo, 0, (1 << 5) - 2, in MatchAndEmitInstruction() 760 Operands, ErrorInfo, 0, (1 << 12) - 2, in MatchAndEmitInstruction() 764 Operands, ErrorInfo, 0, (1 << 5) - 4, in MatchAndEmitInstruction() 768 Operands, ErrorInfo, 0, (1 << 7) - 2, in MatchAndEmitInstruction() 772 Operands, ErrorInfo, 0, (1 << 7) - 4, in MatchAndEmitInstruction() 776 Operands, ErrorInfo, 0, (1 << 8) - 4, in MatchAndEmitInstruction() 780 Operands, ErrorInfo, 0, (1 << 8) - 8, in MatchAndEmitInstruction() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | GenericError.h | 42 class PDBError : public ErrorInfo<PDBError, StringError> { 44 using ErrorInfo<PDBError, StringError>::ErrorInfo; // inherit constructors 45 PDBError(const Twine &S) : ErrorInfo(S, pdb_error_code::unspecified) {}
|
| /llvm-project-15.0.7/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) {}
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewError.h | 41 class CodeViewError : public ErrorInfo<CodeViewError, StringError> { 43 using ErrorInfo<CodeViewError, 44 StringError>::ErrorInfo; // inherit constructors 45 CodeViewError(const Twine &S) : ErrorInfo(S, cv_error_code::unspecified) {}
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MSFError.h | 45 class MSFError : public ErrorInfo<MSFError, StringError> { 47 using ErrorInfo<MSFError, StringError>::ErrorInfo; // inherit constructors 48 MSFError(const Twine &S) : ErrorInfo(S, msf_error_code::unspecified) {}
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | RawError.h | 48 class RawError : public ErrorInfo<RawError, StringError> { 50 using ErrorInfo<RawError, StringError>::ErrorInfo; // inherit constructors 51 RawError(const Twine &S) : ErrorInfo(S, raw_error_code::unspecified) {}
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 1104 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction() 1105 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 1121 if (ErrorInfo != ~0ULL && ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 1172 Operands, ErrorInfo, 1, (1 << 5) - 1, in MatchAndEmitInstruction() 1176 Operands, ErrorInfo, 0, (1 << 7) - 4, in MatchAndEmitInstruction() 1180 Operands, ErrorInfo, 0, (1 << 8) - 4, in MatchAndEmitInstruction() 1184 Operands, ErrorInfo, 0, (1 << 8) - 8, in MatchAndEmitInstruction() 1192 Operands, ErrorInfo, 0, (1 << 9) - 8, in MatchAndEmitInstruction() 1196 Operands, ErrorInfo, 4, (1 << 10) - 4, in MatchAndEmitInstruction() 2291 uint64_t ErrorInfo; in parseDirectiveInsn() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 55 uint64_t &ErrorInfo, 88 uint64_t const &ErrorInfo); 89 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo); 286 uint64_t const &ErrorInfo) { in invalidOperand() argument 290 if (ErrorInfo != ~0U) { in invalidOperand() 291 if (ErrorInfo >= Operands.size()) { in invalidOperand() 294 AVROperand const &Op = (AVROperand const &)*Operands[ErrorInfo]; in invalidOperand() 311 uint64_t const &ErrorInfo) { in missingFeature() argument 328 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction() 334 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction() [all …]
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 11577 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = E->getExprLoc(); in CheckValue() 11702 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = S->getBeginLoc(); in checkCondExprStmt() 11727 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = in checkCondExprStmt() 11736 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = in checkCondExprStmt() 11967 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = S->getBeginLoc(); in checkForm3() 12007 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = in checkForm3() 12088 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = BO->getExprLoc(); in checkForm45() 12151 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = S->getBeginLoc(); in checkStmt() 12168 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = in checkStmt() 12762 << ErrorInfo.Error << ErrorInfo.NoteRange; in ActOnOpenMPAtomicDirective() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | Error.h | 26 class ClusteringError : public ErrorInfo<ClusteringError> { 41 class SnippetCrash : public ErrorInfo<SnippetCrash> {
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | OrcError.h | 47 class DuplicateDefinition : public ErrorInfo<DuplicateDefinition> { 59 class JITSymbolNotFound : public ErrorInfo<JITSymbolNotFound> {
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 43 const uint64_t &ErrorInfo); 44 bool missingFeature(const SMLoc &Loc, const uint64_t &ErrorInfo); 78 uint64_t &ErrorInfo, 954 uint64_t const &ErrorInfo) { in invalidOperand() argument 958 if (ErrorInfo != ~0U) { in invalidOperand() 959 if (ErrorInfo >= Operands.size()) { in invalidOperand() 962 auto const &Op = (M68kOperand const &)*Operands[ErrorInfo]; in invalidOperand() 977 uint64_t const &ErrorInfo) { in missingFeature() argument 992 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 1002 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | Error.h | 52 class BinaryError : public ErrorInfo<BinaryError, ECError> { 66 class GenericBinaryError : public ErrorInfo<GenericBinaryError, BinaryError> {
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 39 uint64_t &ErrorInfo, 288 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 296 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction() 310 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction() 311 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 314 ErrorLoc = ((BPFOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/fuzz/ |
| H A D | get_error_info_fuzzer.cpp | 55 scudo_error_info ErrorInfo; in LLVMFuzzerTestOneInput() local 56 AllocatorT::getErrorInfo(&ErrorInfo, FaultAddr, StackDepot.data(), in LLVMFuzzerTestOneInput()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | DIPrinter.h | 55 const ErrorInfoBase &ErrorInfo, 100 bool printError(const Request &Request, const ErrorInfoBase &ErrorInfo, 151 bool printError(const Request &Request, const ErrorInfoBase &ErrorInfo,
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ErrorTest.cpp | 25 class CustomError : public ErrorInfo<CustomError> { 59 class CustomSubError : public ErrorInfo<CustomSubError, CustomError> { 426 int ErrorInfo = 0; in TEST() local 433 [&](const CustomError &CE) { ErrorInfo = CE.getInfo(); }); in TEST() 435 EXPECT_EQ(ErrorInfo, 7) in TEST() 1018 class TestDebugError : public ErrorInfo<TestDebugError, StringError> { 1020 using ErrorInfo<TestDebugError, StringError >::ErrorInfo; // inherit constructors 1021 TestDebugError(const Twine &S) : ErrorInfo(S, test_error_code::unspecified) {} in TestDebugError()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 45 uint64_t &ErrorInfo, 258 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument 262 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction() 273 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction() 274 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 277 ErrorLoc = ((MSP430Operand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
|
| /llvm-project-15.0.7/llvm/lib/FileCheck/ |
| H A D | FileCheckImpl.h | 109 class OverflowError : public ErrorInfo<OverflowError> { 215 class UndefVarError : public ErrorInfo<UndefVarError> { 536 class ErrorDiagnostic : public ErrorInfo<ErrorDiagnostic> { 570 class NotFoundError : public ErrorInfo<NotFoundError> { 594 class ErrorReported final : public ErrorInfo<ErrorReported> {
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 269 const ErrorInfoBase &ErrorInfo, in printError() argument 272 ErrorInfo.log(ES); in printError() 378 const ErrorInfoBase &ErrorInfo, in printError() argument 380 json::Object Json = toJSON(Request, ErrorInfo.message()); in printError()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | UnimplementedError.h | 16 class UnimplementedError : public llvm::ErrorInfo<UnimplementedError> {
|
| /llvm-project-15.0.7/llvm/include/llvm/DWP/ |
| H A D | DWPError.h | 9 class DWPError : public ErrorInfo<DWPError> {
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 926 static void getErrorInfo(struct scudo_error_info *ErrorInfo, in getErrorInfo() argument 931 *ErrorInfo = {}; in getErrorInfo() 942 getInlineErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo() 948 getRingBufferErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo() 954 getInlineErrorInfo(ErrorInfo, NextErrorReport, FaultAddr, Depot, in getErrorInfo() 1277 static void getInlineErrorInfo(struct scudo_error_info *ErrorInfo, in getInlineErrorInfo() argument 1339 auto *R = &ErrorInfo->reports[NextErrorReport++]; in getInlineErrorInfo() 1359 static void getRingBufferErrorInfo(struct scudo_error_info *ErrorInfo, in getRingBufferErrorInfo() argument 1404 if (ErrorInfo->reports[J].allocation_address == UntaggedEntryPtr) { in getRingBufferErrorInfo() 1413 auto *R = &ErrorInfo->reports[NextErrorReport++]; in getRingBufferErrorInfo()
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | ByteCodeGenError.h | 21 struct ByteCodeGenError : public llvm::ErrorInfo<ByteCodeGenError> {
|