HomeSort by relevance Sort by last modified time
    Searched refs:SkipBinaryDigits (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
LiteralSupport.h 141 /// SkipBinaryDigits - Read and skip over any binary digits, up to End.
143 const char *SkipBinaryDigits(const char *ptr) {
  /external/clang/lib/Lex/
LiteralSupport.cpp 824 s = SkipBinaryDigits(s);
    [all...]

Completed in 55 milliseconds