/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | ccur-GAS.h | 85 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/gcc/gcc/config/crx/ |
H A D | crx.h | 99 #define CONSTANT_ALIGNMENT(CONSTANT, ALIGN) \ macro
|
/openbsd/gnu/gcc/gcc/config/stormy16/ |
H A D | stormy16.h | 102 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/gcc/gcc/config/fr30/ |
H A D | fr30.h | 99 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | varasm.c | 974 #ifdef CONSTANT_ALIGNMENT 975 align = CONSTANT_ALIGNMENT (exp, align); 1553 #ifdef CONSTANT_ALIGNMENT 1555 align = CONSTANT_ALIGNMENT (DECL_INITIAL (decl), align); 2833 #ifdef CONSTANT_ALIGNMENT 2834 align = CONSTANT_ALIGNMENT (exp, align); 3226 #ifdef CONSTANT_ALIGNMENT 3227 align = CONSTANT_ALIGNMENT (make_tree ((*lang_hooks.types.type_for_mode)
|
/openbsd/gnu/gcc/gcc/config/mt/ |
H A D | mt.h | 182 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/fr30/ |
H A D | fr30.h | 116 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/gcc/gcc/config/score/ |
H A D | score.h | 138 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/stormy16/ |
H A D | stormy16.h | 121 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/gcc/gcc/config/arc/ |
H A D | arc.h | 173 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/gcc/gcc/config/mmix/ |
H A D | mmix.h | 224 #define CONSTANT_ALIGNMENT(CONSTANT, BASIC_ALIGN) \ macro
|
/openbsd/gnu/gcc/gcc/config/s390/ |
H A D | s390.h | 193 #define CONSTANT_ALIGNMENT(EXP, ALIGN) (ALIGN) < 16 ? 16 : (ALIGN) macro
|
/openbsd/gnu/gcc/gcc/config/mcore/ |
H A D | mcore.h | 199 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arc/ |
H A D | arc.h | 248 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mmix/ |
H A D | mmix.h | 325 #define CONSTANT_ALIGNMENT(CONSTANT, BASIC_ALIGN) \ macro
|
/openbsd/gnu/gcc/gcc/ |
H A D | varasm.c | 864 #ifdef CONSTANT_ALIGNMENT in align_variable() 866 align = CONSTANT_ALIGNMENT (DECL_INITIAL (decl), align); in align_variable() 2757 #ifdef CONSTANT_ALIGNMENT in get_constant_alignment() 2758 align = CONSTANT_ALIGNMENT (exp, align); in get_constant_alignment() 3216 #ifdef CONSTANT_ALIGNMENT in force_const_mem() 3220 align = CONSTANT_ALIGNMENT (make_tree (type, x), align); in force_const_mem()
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | alpha.h | 376 #define CONSTANT_ALIGNMENT(EXP, ALIGN) MAX ((ALIGN), BITS_PER_WORD) macro
|
/openbsd/gnu/gcc/gcc/config/cris/ |
H A D | cris.h | 380 #define CONSTANT_ALIGNMENT(CONSTANT, BASIC_ALIGN) \ macro
|
/openbsd/gnu/gcc/gcc/config/bfin/ |
H A D | bfin.h | 199 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/gcc/gcc/config/iq2000/ |
H A D | iq2000.h | 120 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/gcc/gcc/config/m88k/ |
H A D | m88k.h | 185 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i960/ |
H A D | i960.h | 413 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mcore/ |
H A D | mcore.h | 297 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/ |
H A D | s390.h | 149 #define CONSTANT_ALIGNMENT(EXP, ALIGN) (ALIGN) < 16 ? 16 : (ALIGN) macro
|
/openbsd/gnu/gcc/gcc/config/xtensa/ |
H A D | xtensa.h | 198 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ macro
|