Searched defs:ALIGNOF (Results 1 – 5 of 5) sorted by relevance
49 #define ALIGNOF(x) align_calc<x>::get() macro
77 #define ALIGNOF(x) align_calc< x>::get() macro
82 #define ALIGNOF(x) align_calc< x>::get() macro
23 #define ALIGNOF(x) alignof(x) macro25 #define ALIGNOF(x) __alignof__(x) macro27 #define ALIGNOF(x) sizeof(x) macro
39 #define ALIGNOF(type) offsetof (struct { char c; type member; }, member) macro