Searched refs:TARGET_VTABLE_ENTRY_ALIGN (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.h210 /* TARGET_VTABLE_ENTRY_ALIGN defaults to POINTER_SIZE, which is 20 for
213 #define TARGET_VTABLE_ENTRY_ALIGN 16
211 #define TARGET_VTABLE_ENTRY_ALIGN macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.h208 /* TARGET_VTABLE_ENTRY_ALIGN defaults to POINTER_SIZE, which is 20 for
211 #define TARGET_VTABLE_ENTRY_ALIGN 16
209 #define TARGET_VTABLE_ENTRY_ALIGN macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddefaults.h848 #ifndef TARGET_VTABLE_ENTRY_ALIGN
849 #define TARGET_VTABLE_ENTRY_ALIGN POINTER_SIZE macro
854 specified by TARGET_VTABLE_ENTRY_ALIGN), set this to the number of
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddefaults.h849 #ifndef TARGET_VTABLE_ENTRY_ALIGN
850 #define TARGET_VTABLE_ENTRY_ALIGN POINTER_SIZE macro
855 specified by TARGET_VTABLE_ENTRY_ALIGN), set this to the number of
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.h137 #define TARGET_VTABLE_ENTRY_ALIGN 8 macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.h137 #define TARGET_VTABLE_ENTRY_ALIGN 8 macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.h226 #define TARGET_VTABLE_ENTRY_ALIGN 64
223 #define TARGET_VTABLE_ENTRY_ALIGN macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.h226 #define TARGET_VTABLE_ENTRY_ALIGN 64
223 #define TARGET_VTABLE_ENTRY_ALIGN macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc2101 SET_DECL_ALIGN (decl->vtblsym, TARGET_VTABLE_ENTRY_ALIGN);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc2202 SET_DECL_ALIGN (vtblsym->csym, TARGET_VTABLE_ENTRY_ALIGN);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c798 SET_DECL_ALIGN (decl, TARGET_VTABLE_ENTRY_ALIGN);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc830 SET_DECL_ALIGN (decl, TARGET_VTABLE_ENTRY_ALIGN);

Completed in 372 milliseconds