Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp495 const char *IntEnd = CurPtr[-1] == 'i' ? nullptr : StartChar; in LexIdentifier() local
500 if (!IntEnd && !isdigit(static_cast<unsigned char>(*CurPtr))) in LexIdentifier()
501 IntEnd = CurPtr; in LexIdentifier()
516 if (!IntEnd) IntEnd = CurPtr; in LexIdentifier()
517 if (IntEnd != StartChar) { in LexIdentifier()
518 CurPtr = IntEnd; in LexIdentifier()