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 DAsmLexer.h141 const std::string &getErr() { return Err; } in getErr() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp772 std::string SavedErr = getErr(); in peekTokens()
H A DAsmParser.cpp895 Error(Lexer.getErrLoc(), Lexer.getErr()); in Lex()
3209 return TokError(Lexer.getErr()); in parseRealValue()
H A DMasmParser.cpp1122 Error(Lexer.getErrLoc(), Lexer.getErr()); in Lex()
3354 return TokError(Lexer.getErr()); in parseRealValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1926 return Error(getLexer().getErrLoc(), getLexer().getErr()); in ParseIntelExpression()