/external/libcxx/test/std/containers/ |
D | map_allocator_requirement_test_templates.h | 50 DisableAllocationGuard g; in testMapInsert() 63 DisableAllocationGuard g; in testMapInsert() 76 DisableAllocationGuard g; in testMapInsert() 89 DisableAllocationGuard g; in testMapInsert() 101 DisableAllocationGuard g; in testMapInsert() 114 DisableAllocationGuard g; in testMapInsert() 126 DisableAllocationGuard g; in testMapInsert() 139 DisableAllocationGuard g; in testMapInsert() 153 DisableAllocationGuard g; in testMapInsert() 181 DisableAllocationGuard g; in testMapInsertHint() [all …]
|
D | set_allocator_requirement_test_templates.h | 47 DisableAllocationGuard g; in testSetInsert() 60 DisableAllocationGuard g; in testSetInsert() 73 DisableAllocationGuard g; in testSetInsert() 86 DisableAllocationGuard g; in testSetInsert() 99 DisableAllocationGuard g; in testSetInsert() 111 DisableAllocationGuard g; in testSetInsert() 124 DisableAllocationGuard g; in testSetInsert() 138 DisableAllocationGuard g; in testSetInsert() 161 DisableAllocationGuard g; in testSetEmplace() 174 DisableAllocationGuard g; in testSetEmplace() [all …]
|
/external/libcxx/test/support/ |
D | count_new.hpp | 269 struct DisableAllocationGuard { struct 270 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in DisableAllocationGuard() function 282 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument 289 DisableAllocationGuard(DisableAllocationGuard const&); argument 290 DisableAllocationGuard& operator=(DisableAllocationGuard const&);
|
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/ |
D | source.pass.cpp | 54 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()
|
D | move.pass.cpp | 36 DisableAllocationGuard g; in main()
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/ |
D | swap.pass.cpp | 127 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/experimental/filesystem/class.path/path.member/path.native.obs/ |
D | string_alloc.pass.cpp | 46 DisableAllocationGuard g; in doShortStringTest() 57 DisableAllocationGuard g; in doShortStringTest() 67 DisableAllocationGuard g; in doShortStringTest() 98 DisableAllocationGuard g; in doLongStringTest() 108 DisableAllocationGuard g; in doLongStringTest()
|
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/ |
D | swap.pass.cpp | 58 DisableAllocationGuard g; in main() 64 DisableAllocationGuard g; in main() 76 DisableAllocationGuard g; in main()
|
/external/libcxx/test/std/experimental/any/any.class/any.cons/ |
D | move.pass.cpp | 40 DisableAllocationGuard g; ((void)g); in test_move_does_not_throw() 56 DisableAllocationGuard g; ((void)g); // no allocations should be performed. in test_move_empty() 76 DisableAllocationGuard g; ((void)g); in test_move()
|
D | copy.pass.cpp | 49 DisableAllocationGuard g; ((void)g); // No allocations should occur. in test_copy_empty() 61 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_copy()
|
D | default.pass.cpp | 34 DisableAllocationGuard g; ((void)g); in main()
|
/external/libcxx/test/std/utilities/any/any.class/any.cons/ |
D | move.pass.cpp | 40 DisableAllocationGuard g; ((void)g); in test_move_does_not_throw() 56 DisableAllocationGuard g; ((void)g); // no allocations should be performed. in test_move_empty() 76 DisableAllocationGuard g; ((void)g); in test_move()
|
D | copy.pass.cpp | 49 DisableAllocationGuard g; ((void)g); // No allocations should occur. in test_copy_empty() 61 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_copy()
|
D | default.pass.cpp | 43 DisableAllocationGuard g; ((void)g); in main()
|
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/ |
D | path.concat.pass.cpp | 100 DisableAllocationGuard g; in doConcatSourceAllocTest() 110 DisableAllocationGuard g; in doConcatSourceAllocTest() 120 DisableAllocationGuard g; in doConcatSourceAllocTest() 129 DisableAllocationGuard g; in doConcatSourceAllocTest() 361 DisableAllocationGuard g; in main() 373 DisableAllocationGuard g; in main()
|
D | path.append.pass.cpp | 99 DisableAllocationGuard g; in doAppendSourceAllocTest() 109 DisableAllocationGuard g; in doAppendSourceAllocTest() 119 DisableAllocationGuard g; in doAppendSourceAllocTest() 128 DisableAllocationGuard g; in doAppendSourceAllocTest()
|
D | path.compare.pass.cpp | 91 DisableAllocationGuard g; // none of these operations should allocate in main() 105 DisableAllocationGuard g; // none of these operations should allocate in main()
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.elem/ |
D | index.pass.cpp | 132 DisableAllocationGuard g; in main() 144 DisableAllocationGuard g; in main() 157 DisableAllocationGuard g; in main()
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | alloc_rfunction.pass.cpp | 79 DisableAllocationGuard g; in main() 97 DisableAllocationGuard guard; in main()
|
D | copy_move.pass.cpp | 123 DisableAllocationGuard g; in main() 140 DisableAllocationGuard guard; in main()
|
/external/libcxx/test/std/utilities/any/any.nonmembers/ |
D | make_any.pass.cpp | 32 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_make_any_type() 70 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_make_any_type_tracked()
|
/external/libcxx/test/std/containers/associative/map/map.access/ |
D | index_key.pass.cpp | 97 DisableAllocationGuard g; in main() 109 DisableAllocationGuard g; in main()
|
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/ |
D | move.pass.cpp | 36 DisableAllocationGuard g; in main()
|
/external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/ |
D | swap.pass.cpp | 40 DisableAllocationGuard g; in main()
|
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.generic.obs/ |
D | generic_string_alloc.pass.cpp | 49 DisableAllocationGuard g; in main()
|