Home | History | Annotate | Download | only in docs

Lines Matching full:alignof

1126 <tr><td colspan="4" class="doc" id="unaryExprOrTypeTraitExpr0"><pre>Matches sizeof (C99), alignof (C++11) and vec_step (OpenCL)
1130 int y = sizeof(x) + alignof(x);
1132 matches sizeof(x) and alignof(x)
2783 int s = sizeof(x) + alignof(x)
4492 alignof.
4705 int a, c; float b; int s = sizeof(a) + sizeof(b) + alignof(c);
4707 matches sizeof(a) and alignof(c)