Searched refs:ALIGNOF_EXPR_STD_P (Results 1 – 7 of 7) sorted by relevance
4106 else if (ALIGNOF_EXPR_STD_P (t1) != ALIGNOF_EXPR_STD_P (t2)) in cp_tree_equal()
3184 if (!ALIGNOF_EXPR_STD_P (expr)) in write_expression()
1927 ALIGNOF_EXPR_STD_P (value) = true; in cxx_sizeof_or_alignof_type()2050 ALIGNOF_EXPR_STD_P (e) = std_alignof; in cxx_alignof_expr()
1145 and pass it to cxx_sizeof_or_alignof_type. Set ALIGNOF_EXPR_STD_P1925 ALIGNOF_EXPR_STD_P differ.
5421 #define ALIGNOF_EXPR_STD_P(NODE) \ macro
17391 ALIGNOF_EXPR_STD_P (r) = ALIGNOF_EXPR_STD_P (t); in tsubst_copy()20556 && ALIGNOF_EXPR_STD_P (t)); in tsubst_copy_and_build()
3254 * cp-tree.h (ALIGNOF_EXPR_STD_P): New.