Searched refs:ErrorInfo (Results 26 - 50 of 63) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.h31 SMDiagnostic &ErrorInfo; member in class:llvm::LLLexer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.h31 class YAMLParseError : public ErrorInfo<YAMLParseError> {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheckImpl.h101 class OverflowError : public ErrorInfo<OverflowError> {
207 class UndefVarError : public ErrorInfo<UndefVarError> {
509 class ErrorDiagnostic : public ErrorInfo<ErrorDiagnostic> {
535 class NotFoundError : public ErrorInfo<NotFoundError> {
/freebsd-13-stable/sys/dev/ciss/
H A Dcissio.h162 u_int32_t ErrorInfo; member in struct:__anon11782::__anon11783
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h754 static void getErrorInfo(struct scudo_error_info *ErrorInfo, argument
759 *ErrorInfo = {};
820 auto *R = &ErrorInfo->reports[NextErrorReport++];
845 auto *R = &ErrorInfo->reports[NextErrorReport++];
853 sizeof(ErrorInfo->reports) / sizeof(ErrorInfo->reports[0]);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp106 uint64_t &ErrorInfo, FeatureBitset &MissingFeatures,
111 unsigned rv = MatchInstructionImpl(Operands, Inst, ErrorInfo,
971 uint64_t &ErrorInfo,
982 uint64_t &ErrorInfo,
987 uint64_t &ErrorInfo,
3403 MCStreamer &Out, uint64_t &ErrorInfo,
3406 return MatchAndEmitIntelInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo,
3408 return MatchAndEmitATTInstruction(IDLoc, Opcode, Operands, Out, ErrorInfo,
3499 uint64_t &ErrorInfo,
3523 unsigned OriginalError = MatchInstruction(Operands, Inst, ErrorInfo,
105 MatchInstruction(const OperandVector &Operands, MCInst &Inst, uint64_t &ErrorInfo, FeatureBitset &MissingFeatures, bool matchingInlineAsm, unsigned VariantID = 0) argument
3401 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
3496 MatchAndEmitATTInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
3729 MatchAndEmitIntelInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp177 uint64_t &ErrorInfo,
5915 uint64_t ErrorInfo) {
5916 if (ErrorInfo != ~0ULL && ErrorInfo < Operands.size()) {
5917 SMLoc ErrorLoc = Operands[ErrorInfo]->getStartLoc();
5928 uint64_t &ErrorInfo,
5932 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm);
5944 if (ErrorInfo != ~0ULL) {
5945 if (ErrorInfo >= Operands.size())
5948 ErrorLoc = Operands[ErrorInfo]
5914 RefineErrorLoc(const SMLoc Loc, const OperandVector &Operands, uint64_t ErrorInfo) argument
5925 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h323 class FailedToMaterialize : public ErrorInfo<FailedToMaterialize> {
337 class SymbolsNotFound : public ErrorInfo<SymbolsNotFound> {
352 class SymbolsCouldNotBeRemoved : public ErrorInfo<SymbolsCouldNotBeRemoved> {
369 class MissingSymbolDefinitions : public ErrorInfo<MissingSymbolDefinitions> {
388 class UnexpectedSymbolDefinitions : public ErrorInfo<UnexpectedSymbolDefinitions> {
H A DOrcRemoteTargetRPCAPI.h30 : public ErrorInfo<ResourceNotFound<ResourceIdT>> {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h47 /// the ErrorInfo template subclass instead.
125 /// class MyErrorInfo : public ErrorInfo<MyErrorInfo> {
343 /// class MyError : public ErrorInfo<MyError> {
350 class ErrorInfo : public ParentErrT { class in namespace:llvm
363 /// Special ErrorInfo subclass representing a list of ErrorInfos.
365 class ErrorList final : public ErrorInfo<ErrorList> {
385 // Used by ErrorInfo::classID.
427 /// ErrorInfo(s), if any, contained in E1, followed by the
428 /// ErrorInfo(s), if any, contained in E2.
785 /// ErrorInfo type
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp835 uint64_t &ErrorInfo,
840 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm);
879 if (ErrorInfo != ~0ULL) {
880 if (ErrorInfo >= Operands.size())
882 ErrorLoc = Operands[ErrorInfo]->getStartLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp75 uint64_t &ErrorInfo,
655 uint64_t &ErrorInfo,
660 switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) {
671 if (ErrorInfo != ~0U) {
672 if (ErrorInfo >= Operands.size())
675 ErrorLoc = ((LanaiOperand &)*Operands[ErrorInfo]).getStartLoc();
652 MatchAndEmitInstruction(SMLoc IdLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp92 struct MissingDeclContext : public llvm::ErrorInfo<MissingDeclContext> {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h42 class RuntimeDyldError : public ErrorInfo<RuntimeDyldError> {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h59 class IndexError : public llvm::ErrorInfo<IndexError> {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h154 class ReplacementError : public llvm::ErrorInfo<ReplacementError> {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp164 bool showMatchError(SMLoc Loc, unsigned ErrCode, uint64_t ErrorInfo,
188 uint64_t &ErrorInfo,
4206 uint64_t ErrorInfo,
4211 static_cast<const AArch64Operand &>(*Operands[ErrorInfo])
4532 uint64_t &ErrorInfo,
4822 MatchInstructionImpl(Operands, Inst, ErrorInfo, MissingFeatures,
4830 auto ShortFormNEONErrorInfo = ErrorInfo;
4835 MatchInstructionImpl(Operands, Inst, ErrorInfo, MissingFeatures,
4841 if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 &&
4845 ErrorInfo
4205 showMatchError(SMLoc Loc, unsigned ErrCode, uint64_t ErrorInfo, OperandVector &Operands) argument
4529 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp130 OperandVector &InstOperands, uint64_t &ErrorInfo,
135 uint64_t &ErrorInfo,
556 uint64_t &ErrorInfo,
560 MatchInstructionImpl(InstOperands, MCI, ErrorInfo, MatchingInlineAsm);
590 if (ErrorInfo != ~0U) {
591 if (ErrorInfo >= InstOperands.size())
594 ErrorLoc = (static_cast<HexagonOperand *>(InstOperands[ErrorInfo].get()))
616 uint64_t &ErrorInfo,
645 if (matchOneInstruction(*SubInst, IDLoc, Operands, ErrorInfo,
554 matchOneInstruction(MCInst &MCI, SMLoc IDLoc, OperandVector &InstOperands, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
613 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h37 class RPCFatalError : public ErrorInfo<RPCFatalError> {
44 class ConnectionClosed : public ErrorInfo<ConnectionClosed> {
59 : public ErrorInfo<BadFunctionCall<FnIdT, SeqNoT>, RPCFatalError> {
92 : public ErrorInfo<InvalidSequenceNumberForResponse<SeqNoT>, RPCFatalError> {
116 class ResponseAbandoned : public ErrorInfo<ResponseAbandoned> {
126 class CouldNotNegotiate : public ErrorInfo<CouldNotNegotiate> {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp68 uint64_t &ErrorInfo,
585 uint64_t &ErrorInfo,
589 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
616 if (ErrorInfo != ~0ULL) {
617 if (ErrorInfo >= Operands.size())
620 ErrorLoc = ((SparcOperand &)*Operands[ErrorInfo]).getStartLoc();
582 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp456 uint64_t &ErrorInfo,
1396 uint64_t &ErrorInfo,
1402 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
1426 if (ErrorInfo != ~0ULL) {
1427 if (ErrorInfo >= Operands.size())
1430 ErrorLoc = ((SystemZOperand &)*Operands[ErrorInfo]).getStartLoc();
1393 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp55 uint64_t &ErrorInfo,
735 MCStreamer &Out, uint64_t &ErrorInfo,
739 MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm);
752 if (ErrorInfo != ~0ULL) {
753 if (ErrorInfo >= Operands.size())
756 ErrorLoc = ((VEOperand &)*Operands[ErrorInfo]).getStartLoc();
733 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h51 class ImportError : public llvm::ErrorInfo<ImportError> {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp60 class ParseError : public llvm::ErrorInfo<ParseError> {
62 // Required field for all ErrorInfo derivatives.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h427 uint64_t &ErrorInfo,

Completed in 1285 milliseconds

123