Home
last modified time | relevance | path

Searched refs:LexError (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp64 LexError("constant bigger than 64 bits detected"); in atoull()
79 LexError("constant bigger than 64 bits detected"); in HexIntToVal()
102 LexError("constant bigger than 128 bits detected"); in HexToIntPair()
121 LexError("constant bigger than 128 bits detected"); in FP80HexToIntPair()
277 LexError("unterminated comment"); in SkipCComment()
285 LexError("unterminated comment"); in SkipCComment()
315 LexError("end of file in COMDAT variable name"); in LexDollar()
322 LexError("NUL character is not allowed in names"); in LexDollar()
344 LexError("end of file in string constant"); in ReadString()
384 LexError("invalid value number (too large)"); in LexUIntID()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h124 void LexError(LocTy ErrorLoc, const Twine &Msg) { in LexError() function
127 void LexError(const Twine &Msg) { LexError(getLoc(), Msg); } in LexError() function
/freebsd/contrib/flex/
H A DChangeLog8969 * flex.1: LexError(), C++ experiment warning, credits