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

/external/llvm/include/llvm/Support/
H A DYAMLTraits.h328 static const char OctalChars[] = "01234567"; local
330 S.drop_front().find_first_not_of(OctalChars) == StringRef::npos)
334 S.drop_front(2).find_first_not_of(OctalChars) == StringRef::npos)

Completed in 146 milliseconds