Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLLexer.cpp453 const char *IntEnd = CurPtr[-1] == 'i' ? nullptr : StartChar; in LexIdentifier() local
458 if (!IntEnd && !isdigit(static_cast<unsigned char>(*CurPtr))) in LexIdentifier()
459 IntEnd = CurPtr; in LexIdentifier()
473 if (!IntEnd) IntEnd = CurPtr; in LexIdentifier()
474 if (IntEnd != StartChar) { in LexIdentifier()
475 CurPtr = IntEnd; in LexIdentifier()