Home
last modified time | relevance | path

Searched refs:align_expr (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.c5780 tree align_expr = (args ? TREE_VALUE (args) local
5794 while (TREE_CODE (align_expr) == NOP_EXPR
5795 || TREE_CODE (align_expr) == CONVERT_EXPR
5796 || TREE_CODE (align_expr) == NON_LVALUE_EXPR)
5797 align_expr = TREE_OPERAND (align_expr, 0);
5799 if (TREE_CODE (align_expr) != INTEGER_CST)
5804 else if ((i = tree_log2 (align_expr)) == -1)
/openbsd-src/gnu/gcc/gcc/
H A Dc-common.c4714 tree align_expr = (args ? TREE_VALUE (args) in handle_aligned_attribute() local
4727 if (TREE_CODE (align_expr) != INTEGER_CST) in handle_aligned_attribute()
4732 else if ((i = tree_log2 (align_expr)) == -1) in handle_aligned_attribute()