/external/libcxx/test/std/containers/ |
D | map_allocator_requirement_test_templates.h | 46 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 …]
|
D | set_allocator_requirement_test_templates.h | 45 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/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/ |
D | source.pass.cpp | 53 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()
|
D | move.pass.cpp | 35 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/input.output/filesystems/class.path/path.member/path.native.obs/ |
D | string_alloc.pass.cpp | 45 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/libcxx/test/support/ |
D | count_new.hpp | 434 struct DisableAllocationGuard { struct 435 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable) in DisableAllocationGuard() argument 447 ~DisableAllocationGuard() { in ~DisableAllocationGuard() argument 454 DisableAllocationGuard(DisableAllocationGuard const&); argument 455 DisableAllocationGuard& operator=(DisableAllocationGuard const&);
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/ |
D | swap.pass.cpp | 57 DisableAllocationGuard g; in main() 63 DisableAllocationGuard g; in main() 75 DisableAllocationGuard g; in main()
|
/external/libcxx/test/std/utilities/any/any.class/any.cons/ |
D | move.pass.cpp | 48 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()
|
D | copy.pass.cpp | 57 DisableAllocationGuard g; ((void)g); // No allocations should occur. in test_copy_empty() 69 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_copy()
|
D | default.pass.cpp | 43 DisableAllocationGuard g; ((void)g); in main()
|
D | in_place_type.pass.cpp | 47 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_in_place_type() 95 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_in_place_type_tracked()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
D | path.concat.pass.cpp | 99 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()
|
D | path.append.pass.cpp | 109 DisableAllocationGuard g; in doAppendSourceAllocTest() 119 DisableAllocationGuard g; in doAppendSourceAllocTest() 129 DisableAllocationGuard g; in doAppendSourceAllocTest() 138 DisableAllocationGuard g; in doAppendSourceAllocTest()
|
D | path.compare.pass.cpp | 94 DisableAllocationGuard g; // none of these operations should allocate in test_compare_basic() 113 DisableAllocationGuard g; // none of these operations should allocate in test_compare_basic()
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.elem/ |
D | index.pass.cpp | 131 DisableAllocationGuard g; in main() 143 DisableAllocationGuard g; in main() 156 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 | 128 DisableAllocationGuard g; in main() 149 DisableAllocationGuard guard; in main()
|
/external/libcxx/test/std/utilities/any/any.nonmembers/ |
D | make_any.pass.cpp | 40 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_make_any_type() 78 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 | 96 DisableAllocationGuard g; in main() 108 DisableAllocationGuard g; in main()
|
D | index_rv_key.pass.cpp | 74 DisableAllocationGuard g; in main()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
D | move.pass.cpp | 35 DisableAllocationGuard g; in main()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/ |
D | swap.pass.cpp | 39 DisableAllocationGuard g; in main()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/ |
D | generic_string_alloc.pass.cpp | 47 DisableAllocationGuard g; in main()
|
/external/libcxx/test/std/experimental/memory/memory.resource.global/ |
D | null_memory_resource.pass.cpp | 88 DisableAllocationGuard g; // null_memory_resource shouldn't allocate. in test_allocate()
|