Searched refs:IntEnd (Results 1 – 3 of 3) sorted by relevance
435 const char *IntEnd = CurPtr[-1] == 'i' ? 0 : StartChar; in LexIdentifier() local440 if (!IntEnd && !isdigit(*CurPtr)) IntEnd = CurPtr; in LexIdentifier()452 if (IntEnd == 0) IntEnd = CurPtr; in LexIdentifier()453 if (IntEnd != StartChar) { in LexIdentifier()454 CurPtr = IntEnd; in LexIdentifier()
453 const char *IntEnd = CurPtr[-1] == 'i' ? nullptr : StartChar; in LexIdentifier() local458 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()
455 const char *IntEnd = CurPtr[-1] == 'i' ? nullptr : StartChar; in LexIdentifier() local460 if (!IntEnd && !isdigit(static_cast<unsigned char>(*CurPtr))) in LexIdentifier()461 IntEnd = CurPtr; in LexIdentifier()476 if (!IntEnd) IntEnd = CurPtr; in LexIdentifier()477 if (IntEnd != StartChar) { in LexIdentifier()478 CurPtr = IntEnd; in LexIdentifier()