Searched defs:ConstexprDisableAllocationGuard (Results 1 – 1 of 1) sorted by relevance
478 struct ConstexprDisableAllocationGuard { struct479 …TEST_CONSTEXPR_CXX14 explicit ConstexprDisableAllocationGuard(bool disable = true) : m_disabled(di… in m_disabled() argument497 TEST_CONSTEXPR_CXX20 ~ConstexprDisableAllocationGuard() { in ~ConstexprDisableAllocationGuard() argument505 ConstexprDisableAllocationGuard& operator=(ConstexprDisableAllocationGuard const&); argument