Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp222 static unsigned doLookAhead(const char *&CurPtr, unsigned DefaultRadix) { in doLookAhead() function
260 unsigned Radix = doLookAhead(CurPtr, 10); in LexDigit()
347 unsigned Radix = doLookAhead(CurPtr, 8); in LexDigit()