Home
last modified time | relevance | path

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

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