Home | History | Annotate | Download | only in Sema

Lines Matching full:alignof

3182     // sizeof(function)/alignof(function) is allowed as an extension.
3188 // Allow sizeof(void)/alignof(void) as an extension.
3316 // C++ [expr.alignof]p3: "When alignof is applied to a reference type, the
3419 /// \brief Build a sizeof or alignof expression given a type operand.
3440 /// \brief Build a sizeof or alignof expression given an expression
3482 /// expr and the same for @c alignof and @c __alignof
12023 /// during overload resolution or within sizeof/alignof/typeof/typeid.