Searched refs:align_expr (Results 1 – 2 of 2) sorted by relevance
1971 tree align_expr; in common_handle_aligned_attribute() local1980 align_expr = TREE_VALUE (args); in common_handle_aligned_attribute()1981 if (align_expr && TREE_CODE (align_expr) != IDENTIFIER_NODE in common_handle_aligned_attribute()1982 && TREE_CODE (align_expr) != FUNCTION_DECL) in common_handle_aligned_attribute()1983 align_expr = default_conversion (align_expr); in common_handle_aligned_attribute()1986 align_expr = size_int (ATTRIBUTE_ALIGNED_VALUE / BITS_PER_UNIT); in common_handle_aligned_attribute()2001 int pow2align = check_user_alignment (align_expr, objfile, in common_handle_aligned_attribute()
2298 tree align_expr; in common_handle_aligned_attribute() local2307 align_expr = TREE_VALUE (args); in common_handle_aligned_attribute()2308 if (align_expr && TREE_CODE (align_expr) != IDENTIFIER_NODE in common_handle_aligned_attribute()2309 && TREE_CODE (align_expr) != FUNCTION_DECL) in common_handle_aligned_attribute()2310 align_expr = default_conversion (align_expr); in common_handle_aligned_attribute()2313 align_expr = size_int (ATTRIBUTE_ALIGNED_VALUE / BITS_PER_UNIT); in common_handle_aligned_attribute()2328 int pow2align = check_user_alignment (align_expr, objfile, in common_handle_aligned_attribute()