Home
last modified time | relevance | path

Searched refs:LOCAL_DECL_ALIGNMENT (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Ddefaults.h1216 #ifndef LOCAL_DECL_ALIGNMENT
1217 #define LOCAL_DECL_ALIGNMENT(DECL) \ macro
H A Dcfgexpand.c212 unsigned int align = LOCAL_DECL_ALIGNMENT (decl); in align_local_variable()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddefaults.h1152 #ifndef LOCAL_DECL_ALIGNMENT
1153 #define LOCAL_DECL_ALIGNMENT(DECL) \ macro
H A Dtree-ssa-coalesce.c1556 var1 ? LOCAL_DECL_ALIGNMENT (var1) : TYPE_ALIGN (t1)) in gimple_can_coalesce_p()
1559 var2 ? LOCAL_DECL_ALIGNMENT (var2) : TYPE_ALIGN (t2))) in gimple_can_coalesce_p()
H A Dcfgexpand.c374 align = LOCAL_DECL_ALIGNMENT (decl); in align_local_variable()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h855 #define LOCAL_DECL_ALIGNMENT(DECL) \ macro
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h948 #define LOCAL_DECL_ALIGNMENT(DECL) \ macro
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi1141 @defmac LOCAL_DECL_ALIGNMENT (@var{decl})
H A Dtm.texi.in1119 @defmac LOCAL_DECL_ALIGNMENT (@var{decl})