Lines Matching refs:FooRaw
17 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));
56 static_assert(alignof(FooShared) == alignof(FooRaw));
57 static_assert(offsetof(FooShared, ptr) == offsetof(FooRaw, ptr));
68 struct FooRaw { struct
75 static_assert(sizeof(FooShared) == sizeof(FooRaw));
76 static_assert(alignof(FooShared) == alignof(FooRaw));
77 static_assert(offsetof(FooShared, ptr) == offsetof(FooRaw, ptr));
88 struct __attribute__((packed)) FooRaw { struct
95 static_assert(sizeof(FooShared) == sizeof(FooRaw));
96 static_assert(alignof(FooShared) == alignof(FooRaw));
97 static_assert(offsetof(FooShared, ptr) == offsetof(FooRaw, ptr));
108 struct FooRaw { struct
115 static_assert(sizeof(FooShared) == sizeof(FooRaw));
116 static_assert(alignof(FooShared) == alignof(FooRaw));
117 static_assert(offsetof(FooShared, ptr) == offsetof(FooRaw, ptr));
128 struct FooRaw { struct
135 static_assert(sizeof(FooShared) == sizeof(FooRaw));
136 static_assert(alignof(FooShared) == alignof(FooRaw));
137 static_assert(offsetof(FooShared, ptr) == offsetof(FooRaw, ptr));