/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 113 case SignedChar: return "signed char"; in getTypeName() 131 case SignedChar: in getTypeConstantSuffix() 154 case SignedChar: in getTypeFormatModifier() 172 case SignedChar: in getTypeWidth() 188 return IsSigned ? SignedChar : UnsignedChar; in getIntTypeByWidth() 203 return IsSigned ? SignedChar : UnsignedChar; in getLeastIntTypeByWidth() 243 case SignedChar: in getTypeAlign() 261 case SignedChar: in isTypeSigned()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
D | abs.pass.cpp | 52 >::type SignedChar; in main() typedef 56 test_abs<SignedChar, int>(); in main()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | char_formatting_test.cc | 78 TEST(CharFormatting, SignedChar) { in TEST() argument
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 126 SignedChar, enumerator 250 case SignedChar: in getCorrespondingUnsignedType()
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 682 DefineTypeSize("__SCHAR_MAX__", TargetInfo::SignedChar, TI, Builder); in InitializePredefinedMacros() 769 DefineExactWidthIntType(TargetInfo::SignedChar, TI, Builder); in InitializePredefinedMacros() 785 DefineExactWidthIntTypeSize(TargetInfo::SignedChar, TI, Builder); in InitializePredefinedMacros()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-printers-test.cc | 323 TEST(PrintCharTest, SignedChar) { in TEST() argument 508 TEST(PrintCharPointerTest, SignedChar) { in TEST() argument
|
/external/cronet/third_party/boringssl/src/third_party/googletest/test/ |
D | googletest-printers-test.cc | 323 TEST(PrintCharTest, SignedChar) { in TEST() argument 508 TEST(PrintCharPointerTest, SignedChar) { in TEST() argument
|
/external/googletest/googletest/test/ |
D | googletest-printers-test.cc | 351 TEST(PrintCharTest, SignedChar) { in TEST() argument 622 TEST(PrintCharPointerTest, SignedChar) { in TEST() argument
|
/external/cronet/third_party/googletest/src/googletest/test/ |
D | googletest-printers-test.cc | 342 TEST(PrintCharTest, SignedChar) { in TEST() argument 636 TEST(PrintCharPointerTest, SignedChar) { in TEST() argument
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
D | ext_inst.debuginfo_test.cpp | 392 CASE_IIE(TypeBasic, SignedChar),
|
D | ext_inst.cldebug100_test.cpp | 598 CASE_IIE(TypeBasic, SignedChar),
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | ext_inst.debuginfo_test.cpp | 392 CASE_IIE(TypeBasic, SignedChar),
|
D | ext_inst.cldebug100_test.cpp | 598 CASE_IIE(TypeBasic, SignedChar),
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.debuginfo_test.cpp | 392 CASE_IIE(TypeBasic, SignedChar),
|
D | ext_inst.cldebug100_test.cpp | 598 CASE_IIE(TypeBasic, SignedChar),
|
/external/python/cffi/c/ |
D | test_c.py | 4079 SignedChar = new_primitive_type("signed char") 4080 SignedCharA = new_array_type(new_pointer_type(SignedChar), None) 4094 SignedChar = new_primitive_type("signed char") 4095 SignedCharA = new_array_type(new_pointer_type(SignedChar), None)
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 6696 case TargetInfo::SignedChar: return SignedCharTy; in getFromTargetType()
|
/external/libabigail/tests/data/test-diff-dwarf-abixml/ |
D | test0-pr19026-libvtkIOSQL-6.1.so.1.abi | 2572 …<var-decl name='SignedChar' type-id='type-id-22' visibility='default' filepath='/var/tmp/gamblin2/…
|