Home
last modified time | relevance | path

Searched defs:Chars (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp237 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 DGlobPattern.cpp174 StringRef Chars = S.substr(I, J - I); in create() local
H A DScaledNumber.cpp186 SmallVector<char, 24> Chars; in toStringAPFloat() local
H A Draw_ostream.cpp484 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 Dgmock-internal-utils_test.cc590 typedef std::vector<char> Chars; in TEST() typedef
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp183 for (unsigned Chars = 0;;) { in getStringSplit() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2097 unsigned Chars = 1; LexUDSuffix() local