Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h169 const char *SkipBinaryDigits(const char *ptr) { in SkipBinaryDigits() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp964 s = SkipBinaryDigits(s); in ParseNumberStartingWithZero()