Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary.prop.query/
Dalignment_of.pass.cpp21 const unsigned AlignofResult = TEST_ALIGNOF(T); in test_alignment_of() local
22 static_assert( AlignofResult == A, "Golden value does not match result of alignof keyword"); in test_alignment_of()
23 static_assert( std::alignment_of<T>::value == AlignofResult, ""); in test_alignment_of()