Home
last modified time | relevance | path

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

/external/libffi/testsuite/libffi.bhaible/
Dalignof.h31 # define alignof_slot(type) offsetof (alignof_helper<type>, __slot2) macro
33 # define alignof_slot(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) macro