Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct.pass.cpp26 static bool constructed; member
37 bool B::constructed = false; member in B
40 static bool constructed; member
51 bool C::constructed = false; member in C
54 static bool constructed; member
66 bool D::constructed = false; member in D
69 static bool constructed; member
81 bool E::constructed = false; member in E
84 static bool constructed; member
101 bool F::constructed = false; member in F
[all …]
H A Ddestroy.pass.cpp26 static bool constructed; member
32 bool B::constructed = false; member in B
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/
H A Duninitialized_default_construct.pass.cpp25 static int constructed; member
32 int Counted::constructed = 0; member in Counted
37 static int constructed; member
51 int ThrowsCounted::constructed = 0; member in ThrowsCounted
H A Duninitialized_default_construct_n.pass.cpp25 static int constructed; member
33 int Counted::constructed = 0; member in Counted
38 static int constructed; member
53 int ThrowsCounted::constructed = 0; member in ThrowsCounted
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/
H A Duninitialized_value_construct.pass.cpp25 static int constructed; member
33 int Counted::constructed = 0; member in Counted
38 static int constructed; member
53 int ThrowsCounted::constructed = 0; member in ThrowsCounted
H A Duninitialized_value_construct_n.pass.cpp25 static int constructed; member
33 int Counted::constructed = 0; member in Counted
37 static int constructed; member
52 int ThrowsCounted::constructed = 0; member in ThrowsCounted
/llvm-project/libcxx/test/std/language.support/support.exception/propagation/
H A Drethrow_exception.pass.cpp21 static int constructed; member
29 int A::constructed = 0; member in A
H A Dmake_exception_ptr.pass.cpp21 static int constructed; member
29 int A::constructed = 0; member in A
H A Dcurrent_exception.pass.cpp25 static int constructed; member
32 int A::constructed = 0; member in A
/llvm-project/libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/
H A Dallocate.cxx20.pass.cpp43 static int constructed; in TEST_ALIGNAS() local
49 int AlignedType<Align>::constructed = 0; member in AlignedType<Align>
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.move/
H A Duninitialized_move.pass.cpp26 static int constructed; member
35 int Counted::constructed = 0; member in Counted
39 static int constructed; member
55 int ThrowsCounted::constructed = 0; member in ThrowsCounted
H A Duninitialized_move_n.pass.cpp26 static int constructed; member
35 int Counted::constructed = 0; member in Counted
39 static int constructed; member
55 int ThrowsCounted::constructed = 0; member in ThrowsCounted
/llvm-project/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
H A Dallocate.pass.cpp40 static int constructed; in TEST_ALIGNAS() local
46 int AlignedType<Align>::constructed = 0; member in AlignedType<Align>
H A Dallocate_at_least.pass.cpp38 static int constructed; member
44 int AlignedType<Align>::constructed = 0; member in AlignedType<Align>
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/
H A Dconstruct_pair.pass.cpp27 int constructed = 0; variable
H A Dconstruct_types.pass.cpp39 bool constructed; member
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dnullopt_t.pass.cpp27 enum class State { inactive, constructed, destroyed }; in test() enumerator
H A Doptional_U.pass.cpp241 enum class state_t { inactive, constructed, copy_assigned, move_assigned }; in test() enumerator
/llvm-project/llvm/unittests/ADT/
H A DPagedVectorTest.cpp161 static int constructed; member
168 int TestHelper2::constructed = 0; member in llvm::TestHelper2
H A DSmallVectorTest.cpp36 bool constructed; member in __anon05d956530111::Constructable
/llvm-project/libcxx/test/libcxx/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/
H A Dconstruct_piecewise_pair.pass.cpp60 bool constructed = false; member
/llvm-project/libcxx/test/support/
H A Dallocators.h147 static bool constructed; variable
H A Darchetypes.h40 static int constructed; member
[all...]
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp293 atomic_uint8_t constructed; member