Home
last modified time | relevance | path

Searched refs:isSmallType (Results 1 – 7 of 7) sorted by relevance

/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()
/external/libcxx/test/std/utilities/any/any.class/any.cons/
Din_place_type.pass.cpp47 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_in_place_type()
95 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_in_place_type_tracked()
Dcopy.pass.cpp69 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_copy()
Dvalue.pass.cpp88 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_copy_move_value()
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
Demplace.pass.cpp46 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_emplace_type()
102 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_emplace_type_tracked()
/external/libcxx/test/support/
Dexperimental_any_helpers.h38 bool isSmallType() { in isSmallType() function
Dany_helpers.h48 bool isSmallType() { in isSmallType() function