Lines Matching defs:b3
487 LateBar b1, *b3;
517 int res = b1.a_ + b3->b_;
518 b3->b_ = *b1.q; // \
817 Bar b1, *b3;
826 res = b1.a_ + b3->b_;
828 b1.a_ = res + b3->b_;
829 b3->b_ = *b1.q;
1233 Bar b1, *b3;
1241 b3->mu1_.Lock();
1242 res = b1.a_ + b3->b_; // expected-warning {{reading variable 'a_' requires locking 'mu1_'}} \
1246 b1.a_ = res + b3->b_; // expected-warning {{reading variable 'res' requires locking 'mu'}} \
1248 b3->b_ = *b1.q; // expected-warning {{reading the value pointed to by 'q' requires locking 'mu'}}
1249 b3->mu1_.Unlock();
1669 bool b3 = !b2;
1670 if (b3) {