Home
last modified time | relevance | path

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

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