Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/
H A Dgeneric_string_alloc.pass.cpp53 Alloc::disable_default_constructor = true; in doAllocTest()
58 Alloc::disable_default_constructor = false; in doAllocTest()
/llvm-project-15.0.7/libcxx/test/libcxx/input.output/filesystems/class.path/path.member/path.native.obs/
H A Dstring_alloc.pass.cpp81 MAlloc::disable_default_constructor = true; in doShortStringTest()
133 MAlloc::disable_default_constructor = true; in doLongStringTest()
/llvm-project-15.0.7/libcxx/test/support/
H A Dmin_allocator.h89 static bool disable_default_constructor; member
98 disable_default_constructor = false; in reset()
108 bool malloc_allocator_base::disable_default_constructor = false;
117 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); } in malloc_allocator()