Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp290 static const char *findLastDigit(const char *CurPtr, unsigned DefaultRadix) { in findLastDigit() function
421 CurPtr = findLastDigit(CurPtr, 16); in LexDigit()