Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcount_new.hpp458 struct RequireAllocationGuard { struct
459 explicit RequireAllocationGuard(std::size_t RequireAtLeast = 1) in RequireAllocationGuard() argument
470 ~RequireAllocationGuard() { in ~RequireAllocationGuard() argument
482 RequireAllocationGuard(RequireAllocationGuard const&); argument
483 RequireAllocationGuard& operator=(RequireAllocationGuard const&);
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.append.pass.cpp153 RequireAllocationGuard g; // requires 1 or more allocations occur by default in doAppendSourceAllocTest()
164 RequireAllocationGuard g; in doAppendSourceAllocTest()
Dpath.concat.pass.cpp143 RequireAllocationGuard g; // requires 1 or more allocations occur by default in doConcatSourceAllocTest()
154 RequireAllocationGuard g; in doConcatSourceAllocTest()