Searched refs:arr_ (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp3997 // a. arr_[...] = ...
4000 // B. ... = arr_[...];
4011 arr_[idx_] = 77777;
4015 CHECK(foo->arr_[foo->idx_] == 77777);
4019 int arr_[1024]; member in class:test82::FOO
4043 // but in very rare cases will not see the new value of foo[i]->arr_.
/external/valgrind/unittest/
H A Dracecheck_unittest.cc3808 // a. arr_[...] = ...
3811 // B. ... = arr_[...];
3822 arr_[idx_] = 77777;
3826 CHECK(foo->arr_[foo->idx_] == 77777);
3830 int arr_[1024]; member in class:test82::FOO
3854 // but in very rare cases will not see the new value of foo[i]->arr_.

Completed in 186 milliseconds