Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DStringRef.cpp230 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 DGlobPattern.cpp85 StringRef Chars = S.substr(1, End - 1); in scan() local
H A DScaledNumber.cpp186 SmallVector<char, 24> Chars; in toStringAPFloat() local
H A Draw_ostream.cpp477 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 DBreakableToken.cpp183 for (unsigned Chars = 0;;) { in getStringSplit() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp150 SmallVector<UTF16, 128> Chars; in processString() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconv.d1100 alias Chars = AliasSeq!(char, wchar, dchar); in dg() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1863 unsigned Chars = 1; in LexUDSuffix() local