Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/any/any.nonmembers/
Dmake_any.pass.cpp32 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/utilities/any/any.class/any.cons/
Din_place_type.pass.cpp39 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_in_place_type()
87 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_in_place_type_tracked()
Dcopy.pass.cpp61 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_copy()
Dvalue.pass.cpp80 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_copy_move_value()
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
Demplace.pass.cpp38 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_emplace_type()
88 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_emplace_type_tracked()
/external/libcxx/test/std/experimental/any/any.class/any.cons/
Dvalue.pass.cpp80 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_copy_move_value()
Dcopy.pass.cpp61 DisableAllocationGuard g(isSmallType<Type>()); ((void)g); in test_copy()
/external/libcxx/test/support/
Dexperimental_any_helpers.h38 bool isSmallType() { in isSmallType() function
Dany_helpers.h48 bool isSmallType() { in isSmallType() function