/external/llvm-project/libcxx/test/std/containers/ |
D | map_allocator_requirement_test_templates.h | 44 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 …]
|
D | set_allocator_requirement_test_templates.h | 43 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/ |
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/llvm-project/libcxx/test/std/input.output/filesystems/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()
|
/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()
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/ |
D | swap.pass.cpp | 132 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/ |
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/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/ |
D | string_alloc.pass.cpp | 48 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/ |
D | swap.pass.cpp | 56 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/ |
D | swap.pass.cpp | 57 DisableAllocationGuard g; in main() 63 DisableAllocationGuard g; in main() 75 DisableAllocationGuard g; in main()
|
/external/libcxx/test/support/ |
D | count_new.hpp | 434 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/ |
D | move.pass.cpp | 45 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()
|
D | copy.pass.cpp | 54 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/ |
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()
|
/external/llvm-project/libcxx/test/support/ |
D | count_new.h | 440 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/ |
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()
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
D | path.concat.pass.cpp | 101 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/ |
D | index.pass.cpp | 131 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/ |
D | index.pass.cpp | 130 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/ |
D | alloc_rfunction.pass.cpp | 80 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/ |
D | alloc_rfunction.pass.cpp | 79 DisableAllocationGuard g; in main() 97 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()
|