Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Daligned_storage.h50 struct _ALIGNAS(_Align) __fallback_overaligned {}; in _ALIGNAS() function
113 struct _ALIGNAS(n) type\
/llvm-project-15.0.7/libcxx/
H A D.clang-format21 '_ALIGNAS',
/llvm-project-15.0.7/libcxx/include/
H A D__config417 # define _ALIGNAS(x) alignas(x)
426 # define _ALIGNAS(x) __attribute__((__aligned__(x)))