Home
last modified time | relevance | path

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

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