Searched defs:Chars (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | StringRef.cpp | 237 StringRef::size_type StringRef::find_first_of(StringRef Chars, in find_first_of() argument 259 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of() argument 275 StringRef::size_type StringRef::find_last_of(StringRef Chars, in find_last_of() argument 300 find_last_not_of(StringRef Chars,size_t From) const find_last_not_of() argument [all...] |
H A D | GlobPattern.cpp | 174 StringRef Chars = S.substr(I, J - I); in create() local
|
H A D | ScaledNumber.cpp | 186 SmallVector<char, 24> Chars; in toStringAPFloat() local
|
H A D | raw_ostream.cpp | 484 static const char Chars[] = {C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, write_padding() local
|
/freebsd-src/contrib/googletest/googlemock/test/ |
H A D | gmock-internal-utils_test.cc | 590 typedef std::vector<char> Chars; in TEST() typedef
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.cpp | 183 for (unsigned Chars = 0;;) { in getStringSplit() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 2097 unsigned Chars = 1; LexUDSuffix() local
|