Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dmin_allocator.h148 static bool construct_called; member
171 static bool construct_called; member
H A Dcontainer_test_types.h281 int construct_called; variable
H A Dcontrolled_allocators.h85 int construct_called = 0; member
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared_construct.pass.cpp26 static bool construct_called = false; variable