Home
last modified time | relevance | path

Searched defs:__alignment (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/experimental/__simd/
H A Daligned_tag.h26 static constexpr size_t __alignment = alignof(_Up); member
39 static constexpr size_t __alignment = memory_alignment_v<_Tp, remove_const_t<_Up>>; member
53 static constexpr size_t __alignment = _Np; member
/llvm-project/libcxx/include/__memory/
H A Daligned_alloc.h30 __libcpp_aligned_alloc(std::size_t __alignment,std::size_t __size) __libcpp_aligned_alloc() argument
/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmm_malloc.h26 static __inline void *_mm_malloc(size_t __size, size_t __alignment) { in _mm_malloc()
/llvm-project/libcxx/include/__format/
H A Dparser_std_format_spec.h177 enum class __alignment : uint8_t { enum
[all...]