Lines Matching full:__alignof__
73 unsigned foo(unsigned x) { return __alignof__((x)) + sizeof(x); }