Searched refs:bar (Results 1 – 6 of 6) sorted by relevance
79 ClassWithVectorType bar(i); in TestVectorTypes() local80 q1.push(bar); in TestVectorTypes()90 ClassWithVectorType bar(i); in TestVectorTypes() local91 CHECK((*ci == bar)); in TestVectorTypes()99 ClassWithVectorType bar(i); in TestVectorTypes() local100 CHECK((!b || tmp==bar)); in TestVectorTypes()
127 ClassWithVectorType bar(j); in TestVectorTypes() local128 REQUIRE( v[j]==bar ); in TestVectorTypes()
42 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 …]
142 intptr_t& bar() { in bar() function147 intptr_t bar() const { in bar() function168 operator intptr_t() const { return bar(); } in intptr_t()324 foo.bar() = x_bar;847 return std::size_t(f.bar());
383 ++value.second.bar();393 ++value.bar();
73 g++ foo.o bar.o -ltbbmalloc_proxy -o a.out