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

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

Completed in 82 milliseconds