Home
last modified time | relevance | path

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

/third_party/boost/libs/type_traits/test/
Dtricky_partial_spec_test.cpp49 #define ALIGNOF(x) align_calc<x>::get() macro
Dalignment_of_test.cpp77 #define ALIGNOF(x) align_calc< x>::get() macro
Dalignment_of_a2_test.cpp82 #define ALIGNOF(x) align_calc< x>::get() macro
/third_party/popt/src/
Dpopt.c23 #define ALIGNOF(x) alignof(x) macro
25 #define ALIGNOF(x) __alignof__(x) macro
27 #define ALIGNOF(x) sizeof(x) macro
/third_party/icu/icu4c/source/test/cintltst/
Dccapitst.c39 #define ALIGNOF(type) offsetof (struct { char c; type member; }, member) macro