/llvm-project/llvm/lib/Support/ |
H A D | StringRef.cpp | 237 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 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 | 478 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 D | Trigram.cpp | 134 std::string Chars; in generateQueryTrigrams() local
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | ExtractVariable.cpp | 246 replaceWithVar(SourceRange Chars,llvm::StringRef VarName) const replaceWithVar() argument
|
/llvm-project/bolt/runtime/ |
H A D | common.h | 168 const char *Chars = "0123456789abcdef"; in intToStr() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | STLExtrasTest.cpp | 209 char Chars[] = {'X', 'D'}; TEST() local 276 std::string Chars = "abc"; TEST() local [all...] |
/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.cpp | 183 for (unsigned Chars = 0;;) { in getStringSplit() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | loop-convert-basic.cpp | 930 char Chars[N]; in fundamentalTypesTest() local
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.cpp | 150 SmallVector<UTF16, 128> Chars; in processString() local
|
/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 2142 unsigned Chars = 1; LexUDSuffix() local
|