Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dcount_new.h436 struct DisableAllocationGuard { struct
437 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in m_disabled() argument
449 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument
457 DisableAllocationGuard& operator=(DisableAllocationGuard const&); argument