HomeSort by: relevance | last modified time | path
    Searched refs:SkipBinaryDigits (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 167 /// SkipBinaryDigits - Read and skip over any binary digits, up to End.
169 const char *SkipBinaryDigits(const char *ptr) {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
LiteralSupport.cpp 964 s = SkipBinaryDigits(s);

Completed in 16 milliseconds