Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/test/
Dtest_exception_address_alignment.pass.cpp41 struct MinAligned { }; struct
42 static_assert(alignof(MinAligned) == 1 && sizeof(MinAligned) == 1, "");
47 throw MinAligned{}; in main()
48 } catch (MinAligned const& ref) { in main()
/external/libcxxabi/test/
Dtest_exception_address_alignment.pass.cpp40 struct MinAligned { }; struct
41 static_assert(alignof(MinAligned) == 1 && sizeof(MinAligned) == 1, "");
46 throw MinAligned{}; in main()
47 } catch (MinAligned const& ref) { in main()