Searched refs:EXPECTED_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance
32 # define EXPECTED_ALIGNMENT 8 macro34 # define EXPECTED_ALIGNMENT alignof(AlignedType) macro37 static_assert(alignof(_Unwind_Exception) == EXPECTED_ALIGNMENT,48 assert(reinterpret_cast<uintptr_t>(&ref) % EXPECTED_ALIGNMENT == 0); in main()