Home
last modified time | relevance | path

Searched defs:S12_256 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dnew_delete_test.cpp54 struct alignas(256) S12_256 { int a, b, c; }; argument
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Daligned_delete_test.cpp52 struct alignas(256) S12_256 { int a, b, c; }; argument
/llvm-project/compiler-rt/test/scudo/
H A Daligned-new.cpp60 struct alignas(256) S12_256 { struct
78 delete break_optimization(new S12_256); in main() argument