Home
last modified time | relevance | path

Searched refs:UnsignedChar (Results 1 – 18 of 18) sorted by relevance

/external/clang/lib/Basic/
DTargetInfo.cpp114 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()
DTargets.cpp8005 WCharType = UnsignedChar; in XCoreTargetInfo()
/external/llvm/utils/unittest/googletest/src/
Dgtest-printers.cc149 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/
Dgtest-printers.cc149 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/
Dgtest-printers.cc145 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/
Dgtest-printers.cc145 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/
Dgtest-printers.cc141 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/
Dgtest-printers.cc145 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/
Dgtest-printers.cc145 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/
Dgtest-printers.cc144 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/
DTargetInfo.h127 UnsignedChar, enumerator
251 return UnsignedChar; in getCorrespondingUnsignedType()
/external/google-breakpad/src/testing/gtest/test/
Dgtest-printers_test.cc303 TEST(PrintCharTest, UnsignedChar) { in TEST() argument
469 TEST(PrintCharPointerTest, UnsignedChar) { in TEST() argument
/external/clang/lib/Frontend/
DInitPreprocessor.cpp783 DefineExactWidthIntType(TargetInfo::UnsignedChar, TI, Builder); in InitializePredefinedMacros()
784 DefineExactWidthIntTypeSize(TargetInfo::UnsignedChar, TI, Builder); in InitializePredefinedMacros()
/external/googletest/googletest/test/
Dgoogletest-printers-test.cc307 TEST(PrintCharTest, UnsignedChar) { in TEST() argument
471 TEST(PrintCharPointerTest, UnsignedChar) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/
Dext_inst.debuginfo_test.cpp393 CASE_IIE(TypeBasic, UnsignedChar),
/external/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.debuginfo_test.cpp393 CASE_IIE(TypeBasic, UnsignedChar),
/external/epid-sdk/ext/gtest/
Dgtest-all.cc9955 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/
DASTContext.cpp6697 case TargetInfo::UnsignedChar: return UnsignedCharTy; in getFromTargetType()