/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 114 case UnsignedChar: return "unsigned char"; in getTypeName() 136 case UnsignedChar: in getTypeConstantSuffix() 155 case UnsignedChar: return "hh"; in getTypeFormatModifier() 173 case UnsignedChar: return getCharWidth(); in getTypeWidth() 188 return IsSigned ? SignedChar : UnsignedChar; in getIntTypeByWidth() 203 return IsSigned ? SignedChar : UnsignedChar; in getLeastIntTypeByWidth() 244 case UnsignedChar: return getCharAlign(); in getTypeAlign() 267 case UnsignedChar: in isTypeSigned()
|
D | Targets.cpp | 8005 WCharType = UnsignedChar; in XCoreTargetInfo()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-printers.cc | 149 template <typename UnsignedChar, typename Char> 187 *os << String::Format("\\x%X", static_cast<UnsignedChar>(c)); in PrintAsCharLiteralTo() 219 template <typename UnsignedChar, typename Char> 223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo() 240 static_cast<UnsignedChar>(c)).c_str(); in PrintCharAndCodeTo()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest-printers.cc | 149 template <typename UnsignedChar, typename Char> 187 *os << String::Format("\\x%X", static_cast<UnsignedChar>(c)); in PrintAsCharLiteralTo() 219 template <typename UnsignedChar, typename Char> 223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo() 240 static_cast<UnsignedChar>(c)).c_str(); in PrintCharAndCodeTo()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-printers.cc | 145 template <typename UnsignedChar, typename Char> 183 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c)); in PrintAsCharLiteralTo() 216 template <typename UnsignedChar, typename Char> 220 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo() 236 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c)); in PrintCharAndCodeTo()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-printers.cc | 145 template <typename UnsignedChar, typename Char> 183 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c)); in PrintAsCharLiteralTo() 216 template <typename UnsignedChar, typename Char> 220 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo() 236 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c)); in PrintCharAndCodeTo()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-printers.cc | 141 template <typename UnsignedChar, typename Char> 179 *os << String::Format("\\x%X", static_cast<UnsignedChar>(c)); in PrintAsCharLiteralTo() 211 template <typename UnsignedChar, typename Char> 215 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo() 232 static_cast<UnsignedChar>(c)).c_str(); in PrintCharAndCodeTo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-printers.cc | 145 template <typename UnsignedChar, typename Char> 183 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c)); in PrintAsCharLiteralTo() 216 template <typename UnsignedChar, typename Char> 220 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo() 236 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c)); in PrintCharAndCodeTo()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-printers.cc | 145 template <typename UnsignedChar, typename Char> 185 << static_cast<int>(static_cast<UnsignedChar>(c)); in PrintAsCharLiteralTo() 219 template <typename UnsignedChar, typename Char> 223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo() 239 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c)); in PrintCharAndCodeTo()
|
/external/googletest/googletest/src/ |
D | gtest-printers.cc | 144 template <typename UnsignedChar, typename Char> 184 << static_cast<int>(static_cast<UnsignedChar>(c)); in PrintAsCharLiteralTo() 218 template <typename UnsignedChar, typename Char> 222 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo() 238 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c)); in PrintCharAndCodeTo()
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 127 UnsignedChar, enumerator 251 return UnsignedChar; in getCorrespondingUnsignedType()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-printers_test.cc | 303 TEST(PrintCharTest, UnsignedChar) { in TEST() argument 469 TEST(PrintCharPointerTest, UnsignedChar) { in TEST() argument
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 783 DefineExactWidthIntType(TargetInfo::UnsignedChar, TI, Builder); in InitializePredefinedMacros() 784 DefineExactWidthIntTypeSize(TargetInfo::UnsignedChar, TI, Builder); in InitializePredefinedMacros()
|
/external/googletest/googletest/test/ |
D | googletest-printers-test.cc | 307 TEST(PrintCharTest, UnsignedChar) { in TEST() argument 471 TEST(PrintCharPointerTest, UnsignedChar) { in TEST() argument
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | ext_inst.debuginfo_test.cpp | 393 CASE_IIE(TypeBasic, UnsignedChar),
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.debuginfo_test.cpp | 393 CASE_IIE(TypeBasic, UnsignedChar),
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 9955 template <typename UnsignedChar, typename Char> 9993 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c)); in PrintAsCharLiteralTo() 10026 template <typename UnsignedChar, typename Char> 10030 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo() 10046 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c)); in PrintCharAndCodeTo()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 6697 case TargetInfo::UnsignedChar: return UnsignedCharTy; in getFromTargetType()
|