Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/intrusive_shared_ptr_src/
H A Dabi.size_alignment.cpp17 struct FooRaw { struct
21 static_assert(sizeof(FooShared) == sizeof(FooRaw));
22 static_assert(alignof(FooShared) == alignof(FooRaw));
23 static_assert(offsetof(FooShared, ptr) == offsetof(FooRaw, ptr));
32 struct FooRaw { struct
37 static_assert(sizeof(FooShared) == sizeof(FooRaw));
38 static_assert(alignof(FooShared) == alignof(FooRaw));
39 static_assert(offsetof(FooShared, ptr) == offsetof(FooRaw, ptr));
49 struct FooRaw { struct
55 static_assert(sizeof(FooShared) == sizeof(FooRaw));
[all …]