Home
last modified time | relevance | path

Searched refs:DECL_ALIGN_RAW (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.h2630 #define DECL_ALIGN_RAW(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.align) macro
2635 (DECL_ALIGN_RAW (NODE) \
2636 ? ((unsigned)1) << (DECL_ALIGN_RAW (NODE) - 1) : 0)
2639 (DECL_ALIGN_RAW (NODE) = ffs_hwi (X))
DChangeLog-20201596 * tree.h (DECL_ALIGN_RAW): New.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc11858 DECL_ALIGN_RAW (defn) = DECL_ALIGN_RAW (maybe_dup); in read_class_def()