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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp247 static unsigned doHexLookAhead(const char *&CurPtr, unsigned DefaultRadix, function
328 unsigned Radix = doHexLookAhead(CurPtr, 10, LexMasmIntegers);
416 unsigned Radix = doHexLookAhead(CurPtr, 8, LexMasmIntegers);

Completed in 96 milliseconds