Searched refs:DECL_ALIGN_RAW (Results 1 – 3 of 3) sorted by relevance
2630 #define DECL_ALIGN_RAW(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.align) macro2635 (DECL_ALIGN_RAW (NODE) \2636 ? ((unsigned)1) << (DECL_ALIGN_RAW (NODE) - 1) : 0)2639 (DECL_ALIGN_RAW (NODE) = ffs_hwi (X))
1596 * tree.h (DECL_ALIGN_RAW): New.
11858 DECL_ALIGN_RAW (defn) = DECL_ALIGN_RAW (maybe_dup); in read_class_def()