Searched defs:alignof (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/tests/cxx/unwind/
H A Dalignment.pass.cpp23 static_assert(alignof(_Unwind_Exception) == alignof(MaxAligned), variable
/barrelfish-master/lib/cxx/cxx/support/win32/
H A Dthread_win32.cpp18 static_assert(alignof(__libcpp_mutex_t) == alignof(SRWLOCK), ""); variable
22 static_assert(alignof(__libcpp_recursive_mutex_t) == alignof(CRITICAL_SECTION), variable
26 static_assert(alignof(__libcpp_condvar_t) == alignof(CONDITION_VARIABLE), ""); variable
29 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), ""); variable
32 static_assert(alignof(__libcpp_thread_id) == alignof(DWOR variable
35 static_assert(alignof(__libcpp_thread_t) == alignof(HANDLE), ""); variable
38 static_assert(alignof(__libcpp_tls_key) == alignof(DWORD), ""); variable
[all...]

Completed in 90 milliseconds