Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp43 uint64_t &ErrorInfo,
341 uint64_t ErrorInfo) { in RefineErrorLoc() argument
342 if (ErrorInfo != ~0ULL && ErrorInfo < Operands.size()) { in RefineErrorLoc()
343 SMLoc ErrorLoc = Operands[ErrorInfo]->getStartLoc(); in RefineErrorLoc()
373 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction()
374 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
384 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in MatchAndEmitInstruction()
387 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in MatchAndEmitInstruction()
391 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in MatchAndEmitInstruction()
394 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in MatchAndEmitInstruction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp55 uint64_t &ErrorInfo,
1335 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction()
1336 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
1352 if (ErrorInfo != ~0ULL && ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
1403 Operands, ErrorInfo, /*Lower=*/0, in MatchAndEmitInstruction()
1451 Operands, ErrorInfo, /*Lower=*/-(1 << 11), in MatchAndEmitInstruction()
1457 Operands, ErrorInfo, /*Lower=*/-(1 << 11), in MatchAndEmitInstruction()
1481 Operands, ErrorInfo, /*Lower=*/-(1 << 19), in MatchAndEmitInstruction()
1487 Operands, ErrorInfo, /*Lower=*/-(1 << 19), in MatchAndEmitInstruction()
1493 Operands, ErrorInfo, /*Lower=*/-(1 << 19), in MatchAndEmitInstruction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp695 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction()
696 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
712 if (ErrorInfo != ~0U && ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
758 Operands, ErrorInfo, 0, (1 << 5) - 2, in MatchAndEmitInstruction()
762 Operands, ErrorInfo, 0, (1 << 12) - 2, in MatchAndEmitInstruction()
766 Operands, ErrorInfo, 0, (1 << 5) - 4, in MatchAndEmitInstruction()
770 Operands, ErrorInfo, 0, (1 << 7) - 2, in MatchAndEmitInstruction()
774 Operands, ErrorInfo, 0, (1 << 7) - 4, in MatchAndEmitInstruction()
778 Operands, ErrorInfo, 0, (1 << 8) - 4, in MatchAndEmitInstruction()
782 Operands, ErrorInfo, 0, (1 << 8) - 8, in MatchAndEmitInstruction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A 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) {}
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DGenericError.h42 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) {}
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewError.h41 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) {}
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h48 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) {}
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h46 class MSFError : public ErrorInfo<MSFError, StringError> {
48 using ErrorInfo<MSFError, StringError>::ErrorInfo; // inherit constructors
49 MSFError(const Twine &S) : ErrorInfo(S, msf_error_code::unspecified) {}
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1397 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction()
1398 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
1414 if (ErrorInfo != ~0ULL && ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
1493 Operands, ErrorInfo, 1, (1 << 5) - 1, in MatchAndEmitInstruction()
1497 Operands, ErrorInfo, 0, (1 << 7) - 4, in MatchAndEmitInstruction()
1501 Operands, ErrorInfo, 0, (1 << 8) - 4, in MatchAndEmitInstruction()
1505 Operands, ErrorInfo, 0, (1 << 8) - 8, in MatchAndEmitInstruction()
1513 Operands, ErrorInfo, 0, (1 << 9) - 8, in MatchAndEmitInstruction()
1517 Operands, ErrorInfo, 4, (1 << 10) - 4, in MatchAndEmitInstruction()
3055 uint64_t ErrorInfo; in parseDirectiveInsn() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp56 uint64_t &ErrorInfo,
89 uint64_t const &ErrorInfo);
90 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
287 uint64_t const &ErrorInfo) { in invalidOperand() argument
291 if (ErrorInfo != ~0U) { in invalidOperand()
292 if (ErrorInfo >= Operands.size()) { in invalidOperand()
295 AVROperand const &Op = (AVROperand const &)*Operands[ErrorInfo]; in invalidOperand()
312 uint64_t const &ErrorInfo) { in missingFeature() argument
329 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
335 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp39 uint64_t &ErrorInfo,
306 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
314 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
328 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction()
329 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
332 ErrorLoc = ((BPFOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
340 return Error(Operands[ErrorInfo]->getStartLoc(), in MatchAndEmitInstruction()
343 return Error(Operands[ErrorInfo]->getStartLoc(), in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11972 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = E->getExprLoc(); in CheckValue()
12095 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = S->getBeginLoc(); in checkCondExprStmt()
12120 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = in checkCondExprStmt()
12129 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = in checkCondExprStmt()
12360 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = S->getBeginLoc(); in checkForm3()
12400 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = in checkForm3()
12481 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = BO->getExprLoc(); in checkForm45()
12544 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = S->getBeginLoc(); in checkStmt()
12561 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = in checkStmt()
13178 << ErrorInfo.Error << ErrorInfo.NoteRange; in ActOnOpenMPAtomicDirective()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h47 class DuplicateDefinition : public ErrorInfo<DuplicateDefinition> {
59 class JITSymbolNotFound : public ErrorInfo<JITSymbolNotFound> {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h52 class BinaryError : public ErrorInfo<BinaryError, ECError> {
66 class GenericBinaryError : public ErrorInfo<GenericBinaryError, BinaryError> {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp43 const uint64_t &ErrorInfo);
44 bool missingFeature(const SMLoc &Loc, const uint64_t &ErrorInfo);
76 uint64_t &ErrorInfo,
992 uint64_t const &ErrorInfo) { in invalidOperand() argument
996 if (ErrorInfo != ~0U) { in invalidOperand()
997 if (ErrorInfo >= Operands.size()) { in invalidOperand()
1000 auto const &Op = (M68kOperand const &)*Operands[ErrorInfo]; in invalidOperand()
1015 uint64_t const &ErrorInfo) { in missingFeature() argument
1030 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
1040 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp50 scudo_error_info ErrorInfo; in LLVMFuzzerTestOneInput() local
51 AllocatorT::getErrorInfo(&ErrorInfo, FaultAddr, StackDepot.data(), in LLVMFuzzerTestOneInput()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h54 const ErrorInfoBase &ErrorInfo) = 0;
101 const ErrorInfoBase &ErrorInfo) override;
153 const ErrorInfoBase &ErrorInfo) override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp45 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h105 class OverflowError : public ErrorInfo<OverflowError> {
167 class UndefVarError : public ErrorInfo<UndefVarError> {
487 class ErrorDiagnostic : public ErrorInfo<ErrorDiagnostic> {
521 class NotFoundError : public ErrorInfo<NotFoundError> {
545 class ErrorReported final : public ErrorInfo<ErrorReported> {
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp49 [&](const llvm::ErrorInfoBase &ErrorInfo, llvm::StringRef ErrorBanner) { in symbolize_error_handler() argument
51 ErrorInfo.log(OS); in symbolize_error_handler()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUnimplementedError.h16 class UnimplementedError : public llvm::ErrorInfo<UnimplementedError> {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWPError.h9 class DWPError : public ErrorInfo<DWPError> {
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp275 const ErrorInfoBase &ErrorInfo) { in printError() argument
276 ErrHandler(ErrorInfo, Request.ModuleName); in printError()
392 const ErrorInfoBase &ErrorInfo) { in printError() argument
393 json::Object Json = toJSON(Request, ErrorInfo.message()); in printError()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeGenError.h21 struct ByteCodeGenError : public llvm::ErrorInfo<ByteCodeGenError> {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h28 class TextAPIError : public llvm::ErrorInfo<TextAPIError> {

1234