Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcxx1z-aligned-allocation.cpp23 #define OVERALIGNED alignas(__STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2) macro
27 struct OVERALIGNED A { A(); int n[128]; };
67 struct OVERALIGNED B {
102 struct OVERALIGNED C {
153 struct OVERALIGNED D {
185 struct OVERALIGNED F {
206 struct OVERALIGNED G {
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dstd-align-val-t-in-operator-new.cpp26 #define OVERALIGNED alignas(__STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2) macro
28 struct OVERALIGNED A {