Searched defs:Align4 (Results 1 – 2 of 2) sorted by relevance
95 struct __declspec(align(4)) Align4 { unsigned long long x; }; struct
42 Attribute Align4 = Attribute::get(C, Attribute::Alignment, 4); TEST() local