Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dstdalign.h29 #define alignof _Alignof macro
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Daligned_storage.pass.cpp258 #define alignof __alignof__ in main() macro
/external/mesa3d/src/util/
Dmacros.h356 #define alignof(t) _Alignof(t) macro
358 #define alignof(t) __alignof(t) macro
360 #define alignof(t) __alignof__(t) macro
/external/python/cffi/doc/source/
Dref.rst333 .. _ffi-offsetof:
334 .. _ffi-addressof:
/external/boringssl/src/crypto/
Dinternal.h126 #define alignof __alignof macro
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp25 #define alignof macro
/external/e2fsprogs/intl/
Ddcigettext.c114 # define alignof(TYPE) __alignof__ (TYPE) macro
116 # define alignof(TYPE) \ macro
/external/python/cffi/cffi/
Dapi.py219 def alignof(self, cdecl): member in FFI
Dbackend_ctypes.py994 def alignof(self, BType): member in CTypesBackend