Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__type_traits/
H A Daligned_storage.h50 struct _ALIGNAS(_Align) __fallback_overaligned {}; in _ALIGNAS() function
109 struct _ALIGNAS(n) type\
/openbsd-src/gnu/llvm/libcxx/
H A D.clang-format21 '_ALIGNAS',
/openbsd-src/gnu/llvm/libcxx/include/
H A D__config426 # define _ALIGNAS(x) alignas(x)
436 # define _ALIGNAS(x) __attribute__((__aligned__(x)))