Home
last modified time | relevance | path

Searched refs:getErr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h133 const std::string &getErr() { in getErr() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp692 std::string SavedErr = getErr(); in peekTokens()
H A DAsmParser.cpp911 Error(Lexer.getErrLoc(), Lexer.getErr()); in Lex()
3264 return TokError(Lexer.getErr()); in parseRealValue()
H A DMasmParser.cpp1231 Error(Lexer.getErrLoc(), Lexer.getErr()); in Lex()
3829 return TokError(Lexer.getErr()); in parseRealValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1905 return Error(getLexer().getErrLoc(), getLexer().getErr()); in ParseIntelExpression()