Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLLexer.cpp454 const char *IntEnd = CurPtr[-1] == 'i' ? nullptr : StartChar; in LexIdentifier() local
459 if (!IntEnd && !isdigit(static_cast<unsigned char>(*CurPtr))) in LexIdentifier()
460 IntEnd = CurPtr; in LexIdentifier()
475 if (!IntEnd) IntEnd = CurPtr; in LexIdentifier()
476 if (IntEnd != StartChar) { in LexIdentifier()
477 CurPtr = IntEnd; in LexIdentifier()