Home
last modified time | relevance | path

Searched refs:AssertSameType (Results 1 – 8 of 8) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_blocked_range.cpp65 utils::AssertSameType( r.empty(), true ); in SerialTest()
66 utils::AssertSameType( range_type::size_type(), std::size_t() ); in SerialTest()
67 …utils::AssertSameType( static_cast<range_type::const_iterator*>(nullptr), static_cast<AbstractValu… in SerialTest()
68 utils::AssertSameType( r.begin(), MakeAbstractValueType(0) ); in SerialTest()
69 utils::AssertSameType( r.end(), MakeAbstractValueType(0) ); in SerialTest()
73 utils::AssertSameType( r.is_divisible(), true ); in SerialTest()
H A Dconformance_blocked_range3d.cpp93 utils::AssertSameType( r.is_divisible(), true ); in SerialTest()
95 utils::AssertSameType( r.empty(), true ); in SerialTest()
97 …utils::AssertSameType( static_cast<range_type::page_range_type::const_iterator*>(nullptr), static_… in SerialTest()
98 …utils::AssertSameType( static_cast<range_type::row_range_type::const_iterator*>(nullptr), static_c… in SerialTest()
99 …utils::AssertSameType( static_cast<range_type::col_range_type::const_iterator*>(nullptr), static_c… in SerialTest()
101 … utils::AssertSameType( r.pages(), oneapi::tbb::blocked_range<page_type>( page_i, page_j, 1 )); in SerialTest()
102 … utils::AssertSameType( r.rows(), oneapi::tbb::blocked_range<row_type>( row_i, row_j, 1 )); in SerialTest()
103 … utils::AssertSameType( r.cols(), oneapi::tbb::blocked_range<col_type>( col_i, col_j, 1 )); in SerialTest()
H A Dconformance_blocked_range2d.cpp84 utils::AssertSameType( r.is_divisible(), true ); in SerialTest()
85 utils::AssertSameType( r.empty(), true ); in SerialTest()
86 …utils::AssertSameType( static_cast<range_type::row_range_type::const_iterator*>(nullptr), static_c… in SerialTest()
87 …utils::AssertSameType( static_cast<range_type::col_range_type::const_iterator*>(nullptr), static_c… in SerialTest()
88 … utils::AssertSameType( r.rows(), oneapi::tbb::blocked_range<row_type>( row_i, row_j, 1 )); in SerialTest()
89 … utils::AssertSameType( r.cols(), oneapi::tbb::blocked_range<col_type>( col_i, col_j, 1 )); in SerialTest()
H A Dconformance_blocked_rangeNd.cpp172 utils::AssertSameType(r.is_divisible(), bool()); in SerialTest()
173 utils::AssertSameType(r.empty(), bool()); in SerialTest()
174 utils::AssertSameType(range_t::ndims(), 0U); in SerialTest()
H A Dconformance_allocators.cpp37 AssertSameType(allocator.max_size(), typename std::allocator_traits<Allocator>::size_type(0));
H A Dconformance_concurrent_vector.cpp586 void AssertSameType( const T& /*x*/, const T& /*y*/ ) {} in AssertSameType() function
599AssertSameType( static_cast<typename Iterator::difference_type*>(nullptr), static_cast<std::ptrdif… in TestIteratorTraits()
600AssertSameType( static_cast<typename Iterator::value_type*>(nullptr), static_cast<T*>(nullptr) ); in TestIteratorTraits()
601 AssertSameType( static_cast<typename Iterator::pointer*>(nullptr), static_cast<T**>(nullptr) ); in TestIteratorTraits()
602AssertSameType( static_cast<typename Iterator::iterator_category*>(nullptr), static_cast<std::rand… in TestIteratorTraits()
/oneTBB/test/common/
H A Dutils_assert.h45 void AssertSameType( const T& /*x*/, const T& /*y*/ ) {} in AssertSameType() function
H A Dallocator_test_common.h36 void AssertSameType( const T& /*x*/, const T& /*y*/ ) {} in AssertSameType() function
139 AssertSameType(a.max_size(), typename A::size_type(0)); in TestBrokenAllocator()