Searched refs:LOCAL_ALIGNMENT (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dcfgexpand.c87 #ifndef LOCAL_ALIGNMENT
88 #define LOCAL_ALIGNMENT(TYPE, ALIGNMENT) ALIGNMENT macro
161 align = LOCAL_ALIGNMENT (TREE_TYPE (decl), align);
H A Dfunction.c70 #ifndef LOCAL_ALIGNMENT
71 #define LOCAL_ALIGNMENT(TYPE, ALIGNMENT) ALIGNMENT macro
430 alignment = LOCAL_ALIGNMENT (type, alignment);
646 align = LOCAL_ALIGNMENT (type, align);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h712 #define LOCAL_ALIGNMENT(TYPE, ALIGN) ix86_local_alignment ((TYPE), (ALIGN))
710 #define LOCAL_ALIGNMENT macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h507 #define LOCAL_ALIGNMENT(TYPE, ALIGN) \
506 #define LOCAL_ALIGNMENT macro

Completed in 136 milliseconds