Home
last modified time | relevance | path

Searched defs:ErrorLoc (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/lib/TableGen/
DError.cpp54 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintError()
73 void PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintFatalError()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DError.cpp58 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintError()
75 void PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintFatalError()
/external/llvm-project/llvm/lib/TableGen/
DError.cpp103 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintError()
132 void PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintFatalError()
/external/llvm-project/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp996 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in generateImmOutOfRangeError() local
1042 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction() local
1059 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction() local
1069 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1076 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1166 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1172 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1178 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1182 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1186 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp800 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in generateImmOutOfRangeError() local
844 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction() local
861 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction() local
871 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
878 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
964 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
970 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
976 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
980 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
984 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
[all …]
/external/llvm-project/llvm/tools/llvm-rc/
DResourceScriptParser.h53 LocIter ErrorLoc, FileEnd; variable
/external/llvm/lib/AsmParser/
DLLLexer.cpp32 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { in Error()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp28 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { in Error()
/external/llvm-project/llvm/lib/AsmParser/
DLLLexer.cpp28 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { in Error()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp288 SMLoc ErrorLoc; in MatchAndEmitInstruction() local
/external/llvm-project/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp290 SMLoc ErrorLoc; in MatchAndEmitInstruction() local
/external/llvm-project/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp271 SMLoc ErrorLoc = Loc; in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp269 SMLoc ErrorLoc = Loc; in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp280 SMLoc ErrorLoc = Loc; in invalidOperand() local
/external/llvm-project/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp282 SMLoc ErrorLoc = Loc; in invalidOperand() local
/external/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp1182 SMLoc ErrorLoc = Parser.getTok().getLoc(); in ParseDirectiveInsn() local
1455 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp1031 SMLoc ErrorLoc = Parser.getTok().getLoc(); in ParseDirectiveInsn() local
1273 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction() local
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp574 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction() local
/external/llvm-project/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp615 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp613 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp854 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction() local
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp953 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction() local
/external/llvm-project/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp658 SMLoc ErrorLoc; in MatchAndEmitInstruction() local
/external/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp638 SMLoc ErrorLoc; in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp656 SMLoc ErrorLoc; in MatchAndEmitInstruction() local

12