Home
last modified time | relevance | path

Searched refs:TYPE_ALIGN_OK (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/
HDexpr.c5762 && (TYPE_ALIGN_OK (TREE_TYPE (exp)) in get_inner_reference()
5763 || TYPE_ALIGN_OK (TREE_TYPE (TREE_OPERAND (exp, 0))))) in get_inner_reference()
7881 if (TYPE_ALIGN_OK (type)) in expand_expr_real_1()
HDemit-rtl.c1474 || TYPE_ALIGN_OK (type)) in set_mem_attributes_minus_bitpos()
HDtree.h1230 #define TYPE_ALIGN_OK(NODE) (TYPE_CHECK (NODE)->common.nothrow_flag) macro
HDChangeLog-20014693 * tree.h (TYPE_ALIGN_OK): New flag.
4700 (expand_expr, case ADDR_EXPR): Abort if TYPE_ALIGN_OK and need copy.