Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c1971 tree align_expr; in common_handle_aligned_attribute() local
1980 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc2298 tree align_expr; in common_handle_aligned_attribute() local
2307 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()