Searched refs:cxx_alignof (Results 1 – 7 of 7) sorted by relevance
148 FEATURE(cxx_alignof, LangOpts.CPlusPlus11)
2149 return TYPE_P (t) ? cxx_alignof (t) : c_alignof_expr (t);
4450 #define cxx_alignof(T) cxx_sizeof_or_alignof_type (T, ALIGNOF_EXPR, true) macro
3585 (cxx_alignof): Likewise.3611 (finish_alignof): Use cxx_alignof.3612 * cp-tree.h (cxx_sizeof, cxx_alignof): New macros.
2182 (cxx_alignof): Likewise.2208 (finish_alignof): Use cxx_alignof.2209 * cp-tree.h (cxx_sizeof, cxx_alignof): New macros.
5976 * cp-tree.h (cxx_alignof): Remove.
994 Use ``__has_feature(cxx_alignof)`` or ``__has_extension(cxx_alignof)`` to