Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dadjust-alignment.cc71 unsigned align = LOCAL_DECL_ALIGNMENT (var); in execute()
Ddefaults.h1138 #ifndef LOCAL_DECL_ALIGNMENT
1139 #define LOCAL_DECL_ALIGNMENT(DECL) \ macro
Dtree-ssa-coalesce.cc1559 var1 ? LOCAL_DECL_ALIGNMENT (var1) : TYPE_ALIGN (t1)) in gimple_can_coalesce_p()
1562 var2 ? LOCAL_DECL_ALIGNMENT (var2) : TYPE_ALIGN (t2))) in gimple_can_coalesce_p()
Dcfgexpand.cc380 align = LOCAL_DECL_ALIGNMENT (decl); in align_local_variable()
DChangeLog-200931994 * cfgexpand.c (get_decl_align_unit): Use LOCAL_DECL_ALIGNMENT macro.
31995 * defaults.h (LOCAL_DECL_ALIGNMENT): Define if not yet defined.
31996 * config/i386/i386.h (LOCAL_DECL_ALIGNMENT): Define.
32001 * doc/tm.texi (LOCAL_DECL_ALIGNMENT): Document.
DChangeLog-20105535 (STACK_SLOT_ALIGNMENT, LOCAL_DECL_ALIGNMENT, PUSH_ROUNDING): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.h859 #define LOCAL_DECL_ALIGNMENT(DECL) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi.in1105 @defmac LOCAL_DECL_ALIGNMENT (@var{decl})
Dtm.texi1224 @defmac LOCAL_DECL_ALIGNMENT (@var{decl})
Dgccint.info33461 -- Macro: LOCAL_DECL_ALIGNMENT (DECL)
55930 * LOCAL_DECL_ALIGNMENT: Storage Layout. (line 330)