Home | History | Annotate | Download | only in libstdc++-v3

Lines Matching refs:Aligned

9972       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
13522 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
54392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether static objects can be aligned to the cacheline size" >&5
54393 $as_echo_n "checking whether static objects can be aligned to the cacheline size... " >&6; }
54400 struct alignas(__GCC_DESTRUCTIVE_SIZE) Aligned { };
54401 alignas(Aligned) static char buf[sizeof(Aligned) * 16];