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

/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp219 static unsigned doLookAhead(const char *&CurPtr, unsigned DefaultRadix) { function
257 unsigned Radix = doLookAhead(CurPtr, 10);
344 unsigned Radix = doLookAhead(CurPtr, 8);

Completed in 41 milliseconds