Home
last modified time | relevance | path

Searched refs:bar (Results 1 – 6 of 6) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_queue.cpp79 ClassWithVectorType bar(i); in TestVectorTypes() local
80 q1.push(bar); in TestVectorTypes()
90 ClassWithVectorType bar(i); in TestVectorTypes() local
91 CHECK((*ci == bar)); in TestVectorTypes()
99 ClassWithVectorType bar(i); in TestVectorTypes() local
100 CHECK((!b || tmp==bar)); in TestVectorTypes()
H A Dtest_concurrent_vector.cpp127 ClassWithVectorType bar(j); in TestVectorTypes() local
128 REQUIRE( v[j]==bar ); in TestVectorTypes()
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp42 CHECK((pref.bar()==i)); in CheckConstIterator()
45 CHECK((u[i].bar()==i)); in CheckConstIterator()
46 REQUIRE( u.begin()[i].bar()==i ); in CheckConstIterator()
103 pref.bar() = i; in TestSequentialFor()
132 REQUIRE( here==u[i].bar() ); in TestSequentialFor()
135 REQUIRE( prev==u[i-1].bar() ); in TestSequentialFor()
237 CHECK((cv[j].bar()==~j)); in CheckVector()
266 v[j].bar() = ~j; in TestResizeAndCopy()
297 REQUIRE( u[i].bar()==i ); in TestCopyAssignment()
301 v[i].bar() = ~i; in TestCopyAssignment()
[all …]
/oneTBB/test/common/
H A Dcontainer_move_support.h142 intptr_t& bar() { in bar() function
147 intptr_t bar() const { in bar() function
168 operator intptr_t() const { return bar(); } in intptr_t()
324 foo.bar() = x_bar;
847 return std::size_t(f.bar());
H A Dconcurrent_associative_common.h383 ++value.second.bar();
393 ++value.bar();
/oneTBB/doc/main/tbb_userguide/
H A DLinux_C_Dynamic_Memory_Interface_Replacement.rst73 g++ foo.o bar.o -ltbbmalloc_proxy -o a.out