Home
last modified time | relevance | path

Searched defs:OverAligned (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dinalloca-overaligned.cpp13 struct __declspec(align(64)) OverAligned { struct
26 int receive_inalloca_overaligned(NonTrivial nt, OverAligned o) { in receive_inalloca_overaligned() argument
/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DDefaultOperatorNewAlignmentCheck.cpp51 bool OverAligned = SpecifiedAlignment > DefaultNewAlignment; in check() local
/llvm-project/libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/
H A Dallocate.cxx20.pass.cpp38 static const std::size_t OverAligned = MaxAligned * 2; variable
/llvm-project/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
H A Dallocate.pass.cpp34 static const std::size_t OverAligned = MaxAligned * 2; variable
H A Dallocate_at_least.pass.cpp33 static const std::size_t OverAligned = MaxAligned * 2; variable
/llvm-project/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
H A Ddelete_align_val_t_replace.pass.cpp24 constexpr auto OverAligned = __STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2; variable
/llvm-project/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
H A Ddelete_align_val_t_replace.pass.cpp24 constexpr auto OverAligned = __STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2; variable
/llvm-project/libcxx/test/std/language.support/support.dynamic/new.delete/
H A Dtypes.h54 struct alignas(__STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2) OverAligned { struct
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dtypes.h70 struct alignas(alignof(std::max_align_t) * 2) OverAligned { }; struct
/llvm-project/clang/test/CodeGen/PowerPC/
H A Daix-struct-arg.c35 } __attribute__((aligned(32))) OverAligned; typedef