Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLLexer.cpp430 const char *IntEnd = CurPtr[-1] == 'i' ? 0 : StartChar; in LexIdentifier() local
435 if (!IntEnd && !isdigit(static_cast<unsigned char>(*CurPtr))) in LexIdentifier()
436 IntEnd = CurPtr; in LexIdentifier()
450 if (IntEnd == 0) IntEnd = CurPtr; in LexIdentifier()
451 if (IntEnd != StartChar) { in LexIdentifier()
452 CurPtr = IntEnd; in LexIdentifier()