Lines Matching refs:bar

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()
131 intptr_t here = (*cp_old).bar(); in TestSequentialFor()
132 REQUIRE( here==u[i].bar() ); in TestSequentialFor()
134 intptr_t prev = (*cp_new).bar(); in TestSequentialFor()
135 REQUIRE( prev==u[i-1].bar() ); in TestSequentialFor()
164 REQUIRE( ((u.begin()+i)[j].bar()==i+j) ); in TestSequentialFor()
165 REQUIRE( ((v.begin()+i)[j].bar()==i+j) ); in TestSequentialFor()
166 REQUIRE( ((v.cbegin()+i)[j].bar()==i+j) ); in TestSequentialFor()
167 REQUIRE( ((i+u.begin())[j].bar()==i+j) ); in TestSequentialFor()
168 REQUIRE( ((i+v.begin())[j].bar()==i+j) ); in TestSequentialFor()
169 REQUIRE(((i+v.cbegin())[j].bar()==i+j) ); in TestSequentialFor()
192 REQUIRE( (std::size_t(pref.bar())==i-1) ); in TestSequentialFor()
203 REQUIRE( (std::size_t(cpref.bar())==i-1) ); in TestSequentialFor()
237 CHECK((cv[j].bar()==~j)); in CheckVector()
262 CHECK((v[j].bar()==expected)); in TestResizeAndCopy()
266 v[j].bar() = ~j; in TestResizeAndCopy()
297 REQUIRE( u[i].bar()==i ); in TestCopyAssignment()
301 v[i].bar() = ~i; in TestCopyAssignment()
314 REQUIRE( v[i].bar()==i ); in TestCopyAssignment()
351 v[j].bar() = int(~j); in TestCapacity()
473 … REQUIRE(victim[i].bar() == (m == assign_ir? i : move_support_tests::initial_bar)); in TestExceptions()
878 s[k].bar() = current_adding_index_in_cvector + k; in operator ()()
920 source.bar() = current_adding_index_in_cvector; in operator ()()
924 (r = my_vector.grow_by(1))->bar() = current_adding_index_in_cvector; in operator ()()
942 CHECK(static_cast<std::size_t>(r->bar()) == current_adding_index_in_cvector); in operator ()()
1003 intptr_t index = v[i].bar(); in TestConcurrentGrowBy()