HomeSort by: relevance | last modified time | path
    Searched refs:CharType (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
gmock.cc 141 // The type parameter CharType can be instantiated to either char or
143 template <typename CharType>
144 void InitGoogleMockImpl(int* argc, CharType** argv) {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-printers.cc 258 // Prints the given array of characters to the ostream. CharType must be either
262 template <typename CharType>
268 const CharType* begin, size_t len, ostream* os) {
269 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\"";
274 const CharType cur = begin[index];
292 // 'begin'. CharType must be either char or wchar_t.
293 template <typename CharType>
299 const CharType* begin, size_t len, ostream* os) {
gtest.cc 5993 // other parts of Google Test. The type parameter CharType can be
5995 template <typename CharType>
5996 void ParseGoogleTestFlagsOnlyImpl(int* argc, CharType** argv) {
6069 // The type parameter CharType can be instantiated to either char or
6071 template <typename CharType>
6072 void InitGoogleTestImpl(int* argc, CharType** argv) {
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Program.cpp 25 PrimType CharType;
28 CharType = PT_Sint8;
31 CharType = PT_Uint16;
34 CharType = PT_Uint32;
41 Descriptor *Desc = allocateDescriptor(S, CharType, S->getLength() + 1,
59 switch (CharType) {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 331 #define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \
333 class FormatForComparison<CharType*, OtherOperand> { \
335 static ::std::string Format(CharType* value) { \
350 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \
352 class FormatForComparison<CharType*, OtherStringType> { \
354 static ::std::string Format(CharType* value) { \
gtest-matchers.h 635 template <typename CharType>
636 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const {
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
encoding.d 855 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)
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 687 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 {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 3380 QualType CharType = CAT->getElementType();
3381 assert(CharType->isIntegerType() && "unexpected character type");
3384 CharType->isUnsignedIntegerType());
3400 QualType CharType = CAT->getElementType();
3401 assert(CharType->isIntegerType() && "unexpected character type");
3407 CharType->isUnsignedIntegerType());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 10565 const QualType CharType = CharExpr->getType();
10566 if (!CharType->isAnyCharacterType() &&
10567 CharType->isIntegerType() &&

Completed in 49 milliseconds