/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
H A D | construct.pass.cpp | 26 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 D | destroy.pass.cpp | 26 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 D | uninitialized_default_construct.pass.cpp | 25 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 D | uninitialized_default_construct_n.pass.cpp | 25 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 D | uninitialized_value_construct.pass.cpp | 25 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 D | uninitialized_value_construct_n.pass.cpp | 25 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 D | rethrow_exception.pass.cpp | 21 static int constructed; member 29 int A::constructed = 0; member in A
|
H A D | make_exception_ptr.pass.cpp | 21 static int constructed; member 29 int A::constructed = 0; member in A
|
H A D | current_exception.pass.cpp | 25 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 D | allocate.cxx20.pass.cpp | 43 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 D | uninitialized_move.pass.cpp | 26 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 D | uninitialized_move_n.pass.cpp | 26 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 D | allocate.pass.cpp | 40 static int constructed; in TEST_ALIGNAS() local 46 int AlignedType<Align>::constructed = 0; member in AlignedType<Align>
|
H A D | allocate_at_least.pass.cpp | 38 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 D | construct_pair.pass.cpp | 27 int constructed = 0; variable
|
H A D | construct_types.pass.cpp | 39 bool constructed; member
|
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
H A D | nullopt_t.pass.cpp | 27 enum class State { inactive, constructed, destroyed }; in test() enumerator
|
H A D | optional_U.pass.cpp | 241 enum class state_t { inactive, constructed, copy_assigned, move_assigned }; in test() enumerator
|
/llvm-project/llvm/unittests/ADT/ |
H A D | PagedVectorTest.cpp | 161 static int constructed; member 168 int TestHelper2::constructed = 0; member in llvm::TestHelper2
|
H A D | SmallVectorTest.cpp | 36 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 D | construct_piecewise_pair.pass.cpp | 60 bool constructed = false; member
|
/llvm-project/libcxx/test/support/ |
H A D | allocators.h | 147 static bool constructed; variable
|
H A D | archetypes.h | 40 static int constructed; member [all...] |
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.cpp | 293 atomic_uint8_t constructed; member
|