Home
last modified time | relevance | path

Searched defs:TYPE_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dntdef.h167 #define TYPE_ALIGNMENT(t) __alignof(t) macro
169 #define TYPE_ALIGNMENT(t) FIELD_OFFSET(struct { char x; t test; }, test) macro
Dwinnt.h127 #define TYPE_ALIGNMENT(t) __alignof__ (t) macro