Home
last modified time | relevance | path

Searched defs:TStorage (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/compiler-rt/test/ubsan/TestCases/TypeCheck/
H A Dvptr.cpp76 char TStorage[sizeof(T)]; in main() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DErrorOr.h262 AlignedCharArrayUnion<storage_type> TStorage; member
H A DError.h676 AlignedCharArrayUnion<storage_type> TStorage; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DErrorOr.h255 AlignedCharArrayUnion<storage_type> TStorage; member
DError.h723 AlignedCharArrayUnion<storage_type> TStorage; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DErrorOr.h255 AlignedCharArrayUnion<storage_type> TStorage; member
DError.h723 AlignedCharArrayUnion<storage_type> TStorage; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DErrorOr.h256 AlignedCharArrayUnion<storage_type> TStorage; member
H A DError.h719 AlignedCharArrayUnion<storage_type> TStorage; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DErrorOr.h255 AlignedCharArrayUnion<storage_type> TStorage; member
DError.h723 AlignedCharArrayUnion<storage_type> TStorage; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DErrorOr.h255 AlignedCharArrayUnion<storage_type> TStorage; member
DError.h723 AlignedCharArrayUnion<storage_type> TStorage; member
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DErrorOr.h272 AlignedCharArrayUnion<storage_type> TStorage; member
H A DError.h817 AlignedCharArrayUnion<storage_type> TStorage; member
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DErrorOr.h272 AlignedCharArrayUnion<storage_type> TStorage; member
H A DError.h852 AlignedCharArrayUnion<storage_type> TStorage; member
/aosp_15_r20/frameworks/av/media/codec2/tests/
H A DC2ComponentInterface_test.cpp347 using TStorage = typename _c2_reduce_enum_to_underlying_type<TField>::type; in getTestValues() typedef