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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dalign.C23 #define alignof(type) (alignmentof<type> ()) macro
[all...]
H A Daggregates.C23 #define alignof(type) (alignmentof<type> ()) macro
H A Dbitfields.C25 #define alignof(type) (alignmentof<type> ()) macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dstdalign.h15 #define alignof _Alignof macro
/openbsd-current/gnu/llvm/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h78 allocate_bytes(size_t __nbytes, size_t __alignment = alignof(max_align_t)) { argument
82 void deallocate_bytes(void* __ptr, size_t __nbytes, size_t __alignment = alignof(max_align_t)) { argument
/openbsd-current/gnu/llvm/libcxx/src/support/win32/
H A Dthread_win32.cpp19 static_assert(alignof(__libcpp_mutex_t) == alignof(SRWLOCK), ""); variable
23 static_assert(alignof(__libcpp_recursive_mutex_t) == alignof(CRITICAL_SECTION), variable
27 static_assert(alignof(__libcpp_condvar_t) == alignof(CONDITION_VARIABLE), ""); variable
30 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), ""); variable
33 static_assert(alignof(__libcpp_thread_id) == alignof(DWOR variable
36 static_assert(alignof(__libcpp_thread_t) == alignof(HANDLE), ""); variable
39 static_assert(alignof(__libcpp_tls_key) == alignof(DWORD), ""); variable
[all...]
/openbsd-current/gnu/gcc/intl/
H A Ddcigettext.c114 # define alignof(TYPE) __alignof__ (TYPE) macro
116 # define alignof(TYPE) \ macro
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Ddcigettext.c100 # define alignof(TYPE) __alignof__ (TYPE) macro
102 # define alignof(TYPE) \ macro
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Ddcigettext.c114 # define alignof(TYPE) __alignof__ (TYPE) macro
116 # define alignof(TYPE) \ macro
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y2020 alignof: label
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp1129 COMPILER_CHECK(alignof(siginfo_t) == alignof(__sanitizer_siginfo)); variable

Completed in 265 milliseconds