Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DStringRef.cpp237 find_first_of(StringRef Chars,size_t From) const find_first_of() argument
259 find_first_not_of(StringRef Chars,size_t From) const find_first_not_of() argument
275 find_last_of(StringRef Chars,size_t From) const 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.cpp478 static const char Chars[] = {C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, write_padding() local
/llvm-project/clang-tools-extra/clangd/index/dex/
H A DTrigram.cpp134 std::string Chars; in generateQueryTrigrams() local
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp246 replaceWithVar(SourceRange Chars,llvm::StringRef VarName) const replaceWithVar() argument
/llvm-project/bolt/runtime/
H A Dcommon.h168 const char *Chars = "0123456789abcdef"; in intToStr() local
/llvm-project/llvm/unittests/ADT/
H A DSTLExtrasTest.cpp209 char Chars[] = {'X', 'D'}; TEST() local
276 std::string Chars = "abc"; TEST() local
[all...]
/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp183 for (unsigned Chars = 0;;) { in getStringSplit() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-basic.cpp930 char Chars[N]; in fundamentalTypesTest() local
/llvm-project/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp150 SmallVector<UTF16, 128> Chars; in processString() local
/llvm-project/clang/lib/Lex/
H A DLexer.cpp2142 unsigned Chars = 1; LexUDSuffix() local