Home
last modified time | relevance | path

Searched refs:CharType (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc262 template <typename CharType>
268 const CharType* begin, size_t len, ostream* os) { in PrintCharsAsStringTo()
269 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo()
274 const CharType cur = begin[index]; in PrintCharsAsStringTo()
293 template <typename CharType>
299 const CharType* begin, size_t len, ostream* os) { in UniversalPrintCharArray()
H A Dgtest.cc5995 template <typename CharType>
5996 void ParseGoogleTestFlagsOnlyImpl(int* argc, CharType** argv) { in ParseGoogleTestFlagsOnlyImpl()
6071 template <typename CharType>
6072 void InitGoogleTestImpl(int* argc, CharType** argv) { in InitGoogleTestImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DProgram.cpp25 PrimType CharType; in createGlobalString() local
28 CharType = PT_Sint8; in createGlobalString()
31 CharType = PT_Uint16; in createGlobalString()
34 CharType = PT_Uint32; in createGlobalString()
41 Descriptor *Desc = allocateDescriptor(S, CharType, S->getLength() + 1, in createGlobalString()
59 switch (CharType) { in createGlobalString()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock.cc143 template <typename CharType>
144 void InitGoogleMockImpl(int* argc, CharType** argv) { in InitGoogleMockImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h331 #define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \ argument
333 class FormatForComparison<CharType*, OtherOperand> { \
335 static ::std::string Format(CharType* value) { \
350 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \ argument
352 class FormatForComparison<CharType*, OtherStringType> { \
354 static ::std::string Format(CharType* value) { \
H A Dgtest-matchers.h635 template <typename CharType>
636 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const { in MatchAndExplain()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dencoding.d855 template EncoderInstance(CharType : AsciiChar)
938 template EncoderInstance(CharType : Latin1Char)
1015 private template EncoderInstance(CharType : Latin2Char)
1095 private template EncoderInstance(CharType : Windows1250Char)
1188 private template EncoderInstance(CharType : Windows1251Char)
1283 template EncoderInstance(CharType : Windows1252Char)
1323 template EncoderInstance(CharType : char)
1489 template EncoderInstance(CharType : wchar)
1586 template EncoderInstance(CharType : dchar)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dencoding.d797 template EncoderInstance(CharType : AsciiChar)
880 template EncoderInstance(CharType : Latin1Char)
957 private template EncoderInstance(CharType : Latin2Char)
1037 private template EncoderInstance(CharType : Windows1250Char)
1130 template EncoderInstance(CharType : Windows1252Char)
1170 template EncoderInstance(CharType : char)
1336 template EncoderInstance(CharType : wchar)
1433 template EncoderInstance(CharType : dchar)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h687 template <typename CharType>
688 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const {
757 template <typename CharType>
758 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const {
814 template <typename CharType>
815 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const {
870 template <typename CharType>
871 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const {
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp3380 QualType CharType = CAT->getElementType(); in extractStringLiteralCharacter() local
3381 assert(CharType->isIntegerType() && "unexpected character type"); in extractStringLiteralCharacter()
3384 CharType->isUnsignedIntegerType()); in extractStringLiteralCharacter()
3400 QualType CharType = CAT->getElementType(); in expandStringLiteral() local
3401 assert(CharType->isIntegerType() && "unexpected character type"); in expandStringLiteral()
3407 CharType->isUnsignedIntegerType()); in expandStringLiteral()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d11694 foreach (CharType; AliasSeq!(char, wchar, dchar))
11696 auto appSink = appender!(CharType[])();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp10565 const QualType CharType = CharExpr->getType(); in diagnoseStringPlusChar() local
10566 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
10567 CharType->isIntegerType() && in diagnoseStringPlusChar()