Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcount_new.hpp294 struct RequireAllocationGuard { struct
295 explicit RequireAllocationGuard(std::size_t RequireAtLeast = 1) in RequireAllocationGuard() function
306 ~RequireAllocationGuard() { in ~RequireAllocationGuard() argument
318 RequireAllocationGuard(RequireAllocationGuard const&); argument
319 RequireAllocationGuard& operator=(RequireAllocationGuard const&);
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/
Dpath.append.pass.cpp143 RequireAllocationGuard g; // requires 1 or more allocations occur by default in doAppendSourceAllocTest()
154 RequireAllocationGuard g; in doAppendSourceAllocTest()
Dpath.concat.pass.cpp144 RequireAllocationGuard g; // requires 1 or more allocations occur by default in doConcatSourceAllocTest()
155 RequireAllocationGuard g; in doConcatSourceAllocTest()