Lines Matching full:alignof
913 <tr><td colspan="4" class="doc" id="unaryExprOrTypeTraitExpr0"><pre>Matches sizeof (C99), alignof (C++11) and vec_step (OpenCL)
917 int y = sizeof(x) + alignof(x);
919 matches sizeof(x) and alignof(x)
1912 int s = sizeof(x) + alignof(x)
3240 alignof.
3342 int a, c; float b; int s = sizeof(a) + sizeof(b) + alignof(c);
3344 matches sizeof(a) and alignof(c)