Home
last modified time | relevance | path

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

123

/external/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct.pass.cpp27 static bool constructed; member
39 bool B::constructed = false; member in B
43 static bool constructed; member
55 bool C::constructed = false; member in C
59 static bool constructed; member
72 bool D::constructed = false; member in D
76 static bool constructed; member
89 bool E::constructed = false; member in E
93 static bool constructed; member
112 bool F::constructed = false; member in F
[all …]
Ddestroy.pass.cpp27 static bool constructed; member
33 bool B::constructed = false; member in B
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct.pass.cpp27 static bool constructed; member
39 bool B::constructed = false; member in B
43 static bool constructed; member
55 bool C::constructed = false; member in C
59 static bool constructed; member
72 bool D::constructed = false; member in D
76 static bool constructed; member
89 bool E::constructed = false; member in E
93 static bool constructed; member
112 bool F::constructed = false; member in F
Ddestroy.pass.cpp27 static bool constructed; member
33 bool B::constructed = false; member in B
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/
Duninitialized_default_construct.pass.cpp26 static int constructed; member
34 int Counted::constructed = 0; member in Counted
39 static int constructed; member
54 int ThrowsCounted::constructed = 0; member in ThrowsCounted
Duninitialized_default_construct_n.pass.cpp26 static int constructed; member
34 int Counted::constructed = 0; member in Counted
39 static int constructed; member
54 int ThrowsCounted::constructed = 0; member in ThrowsCounted
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/
Duninitialized_value_construct.pass.cpp26 static int constructed; member
34 int Counted::constructed = 0; member in Counted
39 static int constructed; member
54 int ThrowsCounted::constructed = 0; member in ThrowsCounted
Duninitialized_value_construct_n.pass.cpp26 static int constructed; member
34 int Counted::constructed = 0; member in Counted
38 static int constructed; member
53 int ThrowsCounted::constructed = 0; member in ThrowsCounted
/external/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/
Duninitialized_default_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
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
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.move/
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
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
/external/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/
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
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
/external/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.move/
Duninitialized_move_n.pass.cpp25 static int constructed; member
34 int Counted::constructed = 0; member in Counted
38 static int constructed; member
54 int ThrowsCounted::constructed = 0; member in ThrowsCounted
Duninitialized_move.pass.cpp25 static int constructed; member
34 int Counted::constructed = 0; member in Counted
38 static int constructed; member
54 int ThrowsCounted::constructed = 0; member in ThrowsCounted
/external/libcxx/test/std/language.support/support.exception/propagation/
Drethrow_exception.pass.cpp20 static int constructed; member
28 int A::constructed = 0; member in A
Dmake_exception_ptr.pass.cpp20 static int constructed; member
28 int A::constructed = 0; member in A
Dcurrent_exception.pass.cpp24 static int constructed; member
31 int A::constructed = 0; member in A
/external/llvm-project/libcxx/test/std/language.support/support.exception/propagation/
Drethrow_exception.pass.cpp21 static int constructed; member
29 int A::constructed = 0; member in A
Dmake_exception_ptr.pass.cpp21 static int constructed; member
29 int A::constructed = 0; member in A
Dcurrent_exception.pass.cpp25 static int constructed; member
32 int A::constructed = 0; member in A
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.pass.cpp42 static int constructed; in TEST_ALIGNAS() local
48 int AlignedType<Align>::constructed = 0; member in AlignedType<Align>
/external/llvm-project/libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/
Dallocate.cxx2a.pass.cpp43 static int constructed; in TEST_ALIGNAS() local
49 int AlignedType<Align>::constructed = 0; member in AlignedType<Align>
/external/llvm-project/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.pass.cpp43 static int constructed; in TEST_ALIGNAS() local
49 int AlignedType<Align>::constructed = 0; member in AlignedType<Align>

123