Home
last modified time | relevance | path

Searched refs:_ALIGNAS (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__type_traits/
H A Daligned_storage.h54 struct _ALIGNAS(_Align) __fallback_overaligned {}; in _ALIGNAS() function
110 …struct _ALIGNAS(n) type { …
/freebsd-src/contrib/llvm-project/libcxx/include/
H A D__config324 # define _ALIGNAS(x) alignas(x)
334 # define _ALIGNAS(x) __attribute__((__aligned__(x)))