HomeSort by: relevance | last modified time | path
    Searched defs:TARGET_VTABLE_ENTRY_ALIGN (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.h 208 /* TARGET_VTABLE_ENTRY_ALIGN defaults to POINTER_SIZE, which is 20 for
211 #define TARGET_VTABLE_ENTRY_ALIGN 16
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.h 208 /* TARGET_VTABLE_ENTRY_ALIGN defaults to POINTER_SIZE, which is 20 for
211 #define TARGET_VTABLE_ENTRY_ALIGN 16
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.h 138 #define TARGET_VTABLE_ENTRY_ALIGN 8
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.h 226 #define TARGET_VTABLE_ENTRY_ALIGN 64
  /src/external/gpl3/gcc/dist/gcc/
defaults.h 849 #ifndef TARGET_VTABLE_ENTRY_ALIGN
850 #define TARGET_VTABLE_ENTRY_ALIGN POINTER_SIZE
855 specified by TARGET_VTABLE_ENTRY_ALIGN), set this to the number of
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.h 137 #define TARGET_VTABLE_ENTRY_ALIGN 8
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.h 226 #define TARGET_VTABLE_ENTRY_ALIGN 64
  /src/external/gpl3/gcc.old/dist/gcc/
defaults.h 849 #ifndef TARGET_VTABLE_ENTRY_ALIGN
850 #define TARGET_VTABLE_ENTRY_ALIGN POINTER_SIZE
855 specified by TARGET_VTABLE_ENTRY_ALIGN), set this to the number of

Completed in 62 milliseconds