Home
last modified time | relevance | path

Searched refs:DisableAllocationGuard (Results 1 – 25 of 58) sorted by relevance

123

/external/llvm-project/libcxx/test/std/containers/
Dmap_allocator_requirement_test_templates.h44 DisableAllocationGuard g; in testMapInsert()
57 DisableAllocationGuard g; in testMapInsert()
70 DisableAllocationGuard g; in testMapInsert()
83 DisableAllocationGuard g; in testMapInsert()
95 DisableAllocationGuard g; in testMapInsert()
108 DisableAllocationGuard g; in testMapInsert()
120 DisableAllocationGuard g; in testMapInsert()
133 DisableAllocationGuard g; in testMapInsert()
147 DisableAllocationGuard g; in testMapInsert()
175 DisableAllocationGuard g; in testMapInsertHint()
[all …]
Dset_allocator_requirement_test_templates.h43 DisableAllocationGuard g; in testSetInsert()
56 DisableAllocationGuard g; in testSetInsert()
69 DisableAllocationGuard g; in testSetInsert()
82 DisableAllocationGuard g; in testSetInsert()
95 DisableAllocationGuard g; in testSetInsert()
107 DisableAllocationGuard g; in testSetInsert()
120 DisableAllocationGuard g; in testSetInsert()
134 DisableAllocationGuard g; in testSetInsert()
155 DisableAllocationGuard g; in testSetEmplace()
168 DisableAllocationGuard g; in testSetEmplace()
[all …]
/external/libcxx/test/std/containers/
Dmap_allocator_requirement_test_templates.h46 DisableAllocationGuard g; in testMapInsert()
59 DisableAllocationGuard g; in testMapInsert()
72 DisableAllocationGuard g; in testMapInsert()
85 DisableAllocationGuard g; in testMapInsert()
97 DisableAllocationGuard g; in testMapInsert()
110 DisableAllocationGuard g; in testMapInsert()
122 DisableAllocationGuard g; in testMapInsert()
135 DisableAllocationGuard g; in testMapInsert()
149 DisableAllocationGuard g; in testMapInsert()
177 DisableAllocationGuard g; in testMapInsertHint()
[all …]
Dset_allocator_requirement_test_templates.h45 DisableAllocationGuard g; in testSetInsert()
58 DisableAllocationGuard g; in testSetInsert()
71 DisableAllocationGuard g; in testSetInsert()
84 DisableAllocationGuard g; in testSetInsert()
97 DisableAllocationGuard g; in testSetInsert()
109 DisableAllocationGuard g; in testSetInsert()
122 DisableAllocationGuard g; in testSetInsert()
136 DisableAllocationGuard g; in testSetInsert()
157 DisableAllocationGuard g; in testSetEmplace()
170 DisableAllocationGuard g; in testSetEmplace()
[all …]
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
Dsource.pass.cpp54 DisableAllocationGuard g; in RunTestCase()
66 DisableAllocationGuard g; in RunTestCase()
80 DisableAllocationGuard g; in RunTestCase()
92 DisableAllocationGuard g; in RunTestCase()
107 DisableAllocationGuard g; in RunTestCase()
117 DisableAllocationGuard g; in RunTestCase()
127 DisableAllocationGuard g; in RunTestCase()
222 DisableAllocationGuard g; ((void)g); in RunStringMoveTest()
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
Dsource.pass.cpp53 DisableAllocationGuard g; in RunTestCase()
65 DisableAllocationGuard g; in RunTestCase()
79 DisableAllocationGuard g; in RunTestCase()
91 DisableAllocationGuard g; in RunTestCase()
106 DisableAllocationGuard g; in RunTestCase()
116 DisableAllocationGuard g; in RunTestCase()
126 DisableAllocationGuard g; in RunTestCase()
221 DisableAllocationGuard g; ((void)g); in RunStringMoveTest()
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
Dswap.pass.cpp132 DisableAllocationGuard guard; in main()
143 DisableAllocationGuard guard; in main()
151 DisableAllocationGuard guard; in main()
159 DisableAllocationGuard guard; in main()
168 DisableAllocationGuard guard; in main()
179 DisableAllocationGuard guard; in main()
190 DisableAllocationGuard guard; in main()
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
Dswap.pass.cpp127 DisableAllocationGuard guard; in main()
138 DisableAllocationGuard guard; in main()
146 DisableAllocationGuard guard; in main()
154 DisableAllocationGuard guard; in main()
163 DisableAllocationGuard guard; in main()
174 DisableAllocationGuard guard; in main()
185 DisableAllocationGuard guard; in main()
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/
Dstring_alloc.pass.cpp45 DisableAllocationGuard g; in doShortStringTest()
56 DisableAllocationGuard g; in doShortStringTest()
66 DisableAllocationGuard g; in doShortStringTest()
97 DisableAllocationGuard g; in doLongStringTest()
107 DisableAllocationGuard g; in doLongStringTest()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/
Dstring_alloc.pass.cpp48 DisableAllocationGuard g; in doShortStringTest()
59 DisableAllocationGuard g; in doShortStringTest()
69 DisableAllocationGuard g; in doShortStringTest()
100 DisableAllocationGuard g; in doLongStringTest()
110 DisableAllocationGuard g; in doLongStringTest()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
Dswap.pass.cpp56 DisableAllocationGuard g; in main()
62 DisableAllocationGuard g; in main()
74 DisableAllocationGuard g; in main()
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
Dswap.pass.cpp57 DisableAllocationGuard g; in main()
63 DisableAllocationGuard g; in main()
75 DisableAllocationGuard g; in main()
/external/libcxx/test/support/
Dcount_new.hpp434 struct DisableAllocationGuard { struct
435 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in DisableAllocationGuard() function
447 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument
454 DisableAllocationGuard(DisableAllocationGuard const&); argument
455 DisableAllocationGuard& operator=(DisableAllocationGuard const&);
/external/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/
Dmove.pass.cpp45 DisableAllocationGuard g; ((void)g); in test_move_does_not_throw()
61 DisableAllocationGuard g; ((void)g); // no allocations should be performed. in test_move_empty()
81 DisableAllocationGuard g; ((void)g); in test_move()
Dcopy.pass.cpp54 DisableAllocationGuard g; ((void)g); // No allocations should occur. in test_copy_empty()
66 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_copy()
/external/libcxx/test/std/utilities/any/any.class/any.cons/
Dmove.pass.cpp48 DisableAllocationGuard g; ((void)g); in test_move_does_not_throw()
64 DisableAllocationGuard g; ((void)g); // no allocations should be performed. in test_move_empty()
84 DisableAllocationGuard g; ((void)g); in test_move()
Dcopy.pass.cpp57 DisableAllocationGuard g; ((void)g); // No allocations should occur. in test_copy_empty()
69 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_copy()
/external/llvm-project/libcxx/test/support/
Dcount_new.h440 struct DisableAllocationGuard { struct
441 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in m_disabled() argument
453 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument
460 DisableAllocationGuard(DisableAllocationGuard const&);
461 DisableAllocationGuard& operator=(DisableAllocationGuard const&); argument
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.concat.pass.cpp99 DisableAllocationGuard g; in doConcatSourceAllocTest()
109 DisableAllocationGuard g; in doConcatSourceAllocTest()
119 DisableAllocationGuard g; in doConcatSourceAllocTest()
128 DisableAllocationGuard g; in doConcatSourceAllocTest()
360 DisableAllocationGuard g; in main()
372 DisableAllocationGuard g; in main()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.concat.pass.cpp101 DisableAllocationGuard g; in doConcatSourceAllocTest()
111 DisableAllocationGuard g; in doConcatSourceAllocTest()
121 DisableAllocationGuard g; in doConcatSourceAllocTest()
130 DisableAllocationGuard g; in doConcatSourceAllocTest()
362 LIBCPP_ONLY(DisableAllocationGuard g); in main()
374 LIBCPP_ONLY(DisableAllocationGuard g); in main()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
Dindex.pass.cpp131 DisableAllocationGuard g; in main()
143 DisableAllocationGuard g; in main()
156 DisableAllocationGuard g; in main()
/external/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
Dindex.pass.cpp130 DisableAllocationGuard g; in main()
142 DisableAllocationGuard g; in main()
155 DisableAllocationGuard g; in main()
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_rfunction.pass.cpp80 DisableAllocationGuard g; in main()
98 DisableAllocationGuard guard; in main()
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_rfunction.pass.cpp79 DisableAllocationGuard g; in main()
97 DisableAllocationGuard guard; in main()
/external/libcxx/test/std/utilities/any/any.nonmembers/
Dmake_any.pass.cpp40 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_make_any_type()
78 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_make_any_type_tracked()

123