Searched defs:Chars (Results 1 – 7 of 7) sorted by relevance
/freebsd/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() 259 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of() 275 StringRef::size_type StringRef::find_last_of(StringRef Chars, in find_last_of() 300 StringRef::size_type StringRef::find_last_not_of(StringRef Chars, in find_last_not_of()
|
H A D | GlobPattern.cpp | 84 StringRef Chars = S.substr(1, End - 1); scan() local
|
H A D | ScaledNumber.cpp | 186 SmallVector<char, 24> Chars; in toStringAPFloat() local
|
H A D | raw_ostream.cpp | 478 static const char Chars[] = {C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, in write_padding() local
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-internal-utils_test.cc | 590 typedef std::vector<char> Chars; in TEST() typedef
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.cpp | 183 for (unsigned Chars = 0;;) { in getStringSplit() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 2142 unsigned Chars = 1; in LexUDSuffix() local
|