Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp46 uint64_t &ErrorInfo,
344 uint64_t ErrorInfo) { in RefineErrorLoc() argument
345 if (ErrorInfo != ~0ULL && ErrorInfo < Operands.size()) { in RefineErrorLoc()
346 SMLoc ErrorLoc = Operands[ErrorInfo]->getStartLoc(); in RefineErrorLoc()
357 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
361 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
376 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction()
377 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
380 ErrorLoc = ((XtensaOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
387 return Error(RefineErrorLoc(IDLoc, Operands, ErrorInfo), in MatchAndEmitInstruction()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp63 bool generateImmOutOfRangeError(OperandVector &Operands, uint64_t ErrorInfo,
70 uint64_t &ErrorInfo,
652 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError() argument
654 SMLoc ErrorLoc = ((CSKYOperand &)*Operands[ErrorInfo]).getStartLoc(); in generateImmOutOfRangeError()
661 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
666 auto Result = MatchInstructionImpl(Operands, Inst, ErrorInfo, MissingFeatures, in MatchAndEmitInstruction()
694 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction()
695 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
698 ErrorLoc = ((CSKYOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
711 if (ErrorInfo != ~0U && ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
[all …]
/openbsd-src/gnu/llvm/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) {}
/openbsd-src/gnu/llvm/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) {}
/openbsd-src/gnu/llvm/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) {}
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h45 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) {}
/openbsd-src/gnu/llvm/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) {}
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp58 uint64_t &ErrorInfo,
66 bool generateImmOutOfRangeError(OperandVector &Operands, uint64_t ErrorInfo,
1244 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError() argument
1246 SMLoc ErrorLoc = ((LoongArchOperand &)*Operands[ErrorInfo]).getStartLoc(); in generateImmOutOfRangeError()
1253 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
1258 auto Result = MatchInstructionImpl(Operands, Inst, ErrorInfo, MissingFeatures, in MatchAndEmitInstruction()
1286 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction()
1287 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
1290 ErrorLoc = ((LoongArchOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
1303 if (ErrorInfo != ~0ULL && ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp82 bool generateImmOutOfRangeError(OperandVector &Operands, uint64_t ErrorInfo,
87 uint64_t &ErrorInfo,
1060 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError() argument
1062 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in generateImmOutOfRangeError()
1069 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
1074 auto Result = MatchInstructionImpl(Operands, Inst, ErrorInfo, MissingFeatures, in MatchAndEmitInstruction()
1104 if (ErrorInfo != ~0ULL) { in MatchAndEmitInstruction()
1105 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
1108 ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
1121 if (ErrorInfo != ~0ULL && ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp56 uint64_t &ErrorInfo,
90 uint64_t const &ErrorInfo);
91 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
288 uint64_t const &ErrorInfo) { in invalidOperand() argument
292 if (ErrorInfo != ~0U) { in invalidOperand()
293 if (ErrorInfo >= Operands.size()) { in invalidOperand()
296 AVROperand const &Op = (AVROperand const &)*Operands[ErrorInfo]; in invalidOperand()
313 uint64_t const &ErrorInfo) { in missingFeature() argument
326 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
330 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp11661 bool checkStmt(Stmt *S, ErrorInfoTy &ErrorInfo);
11689 bool checkCondUpdateStmt(IfStmt *S, ErrorInfoTy &ErrorInfo);
11692 bool checkCondExprStmt(Stmt *S, ErrorInfoTy &ErrorInfo);
11695 bool checkType(ErrorInfoTy &ErrorInfo) const;
11697 static bool CheckValue(const Expr *E, ErrorInfoTy &ErrorInfo, in CheckValue() argument
11703 ErrorInfo.Error = ErrorTy::XNotLValue; in CheckValue()
11704 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = E->getExprLoc(); in CheckValue()
11705 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = E->getSourceRange(); in CheckValue()
11711 ErrorInfo.Error = ErrorTy::NotScalar; in CheckValue()
11712 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = E->getExprLoc(); in CheckValue()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DError.h26 class ClusteringError : public ErrorInfo<ClusteringError> {
41 class SnippetCrash : public ErrorInfo<SnippetCrash> {
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h47 class DuplicateDefinition : public ErrorInfo<DuplicateDefinition> {
59 class JITSymbolNotFound : public ErrorInfo<JITSymbolNotFound> {
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp43 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
996 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DError.h52 class BinaryError : public ErrorInfo<BinaryError, ECError> {
66 class GenericBinaryError : public ErrorInfo<GenericBinaryError, BinaryError> {
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp39 uint64_t &ErrorInfo,
289 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
297 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) { in MatchAndEmitInstruction()
311 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction()
312 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
315 ErrorLoc = ((BPFOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp54 scudo_error_info ErrorInfo; in LLVMFuzzerTestOneInput() local
55 AllocatorT::getErrorInfo(&ErrorInfo, FaultAddr, StackDepot.data(), in LLVMFuzzerTestOneInput()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h54 const ErrorInfoBase &ErrorInfo,
99 bool printError(const Request &Request, const ErrorInfoBase &ErrorInfo,
150 bool printError(const Request &Request, const ErrorInfoBase &ErrorInfo,
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp45 uint64_t &ErrorInfo,
259 uint64_t &ErrorInfo, in MatchAndEmitInstruction() argument
263 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm); in MatchAndEmitInstruction()
274 if (ErrorInfo != ~0U) { in MatchAndEmitInstruction()
275 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction()
278 ErrorLoc = ((MSP430Operand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp269 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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DUnimplementedError.h16 class UnimplementedError : public llvm::ErrorInfo<UnimplementedError> {
/openbsd-src/gnu/llvm/llvm/include/llvm/DWP/
H A DDWPError.h9 class DWPError : public ErrorInfo<DWPError> {
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h109 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> {
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeGenError.h21 struct ByteCodeGenError : public llvm::ErrorInfo<ByteCodeGenError> {
/openbsd-src/gnu/llvm/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h39 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> {

1234