Searched defs:Chars (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | StringRef.cpp | 230 StringRef::size_type StringRef::find_first_of(StringRef Chars, in find_first_of() 255 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of() 271 StringRef::size_type StringRef::find_last_of(StringRef Chars, in find_last_of() 296 StringRef::size_type StringRef::find_last_not_of(StringRef Chars, in find_last_not_of()
|
H A D | GlobPattern.cpp | 85 StringRef Chars = S.substr(1, End - 1); in scan() local
|
H A D | ScaledNumber.cpp | 186 SmallVector<char, 24> Chars; in toStringAPFloat() local
|
H A D | raw_ostream.cpp | 477 static const char Chars[] = {C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, in write_padding() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | BreakableToken.cpp | 183 for (unsigned Chars = 0;;) { in getStringSplit() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.cpp | 150 SmallVector<UTF16, 128> Chars; in processString() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | conv.d | 1100 alias Chars = AliasSeq!(char, wchar, dchar); in dg() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | Lexer.cpp | 1863 unsigned Chars = 1; in LexUDSuffix() local
|