Home
last modified time | relevance | path

Searched refs:ALIGNOF_EXPR_STD_P (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtree.cc4106 else if (ALIGNOF_EXPR_STD_P (t1) != ALIGNOF_EXPR_STD_P (t2)) in cp_tree_equal()
Dmangle.cc3184 if (!ALIGNOF_EXPR_STD_P (expr)) in write_expression()
Dtypeck.cc1927 ALIGNOF_EXPR_STD_P (value) = true; in cxx_sizeof_or_alignof_type()
2050 ALIGNOF_EXPR_STD_P (e) = std_alignof; in cxx_alignof_expr()
DChangeLog-20201145 and pass it to cxx_sizeof_or_alignof_type. Set ALIGNOF_EXPR_STD_P
1925 ALIGNOF_EXPR_STD_P differ.
Dcp-tree.h5421 #define ALIGNOF_EXPR_STD_P(NODE) \ macro
Dpt.cc17391 ALIGNOF_EXPR_STD_P (r) = ALIGNOF_EXPR_STD_P (t); in tsubst_copy()
20556 && ALIGNOF_EXPR_STD_P (t)); in tsubst_copy_and_build()
DChangeLog-20183254 * cp-tree.h (ALIGNOF_EXPR_STD_P): New.