Lines Matching defs:b3
524 LateBar b1, *b3;
555 int res = b1.a_ + b3->b_;
556 b3->b_ = *b1.q; // \
858 Bar b1, *b3;
867 res = b1.a_ + b3->b_;
869 b1.a_ = res + b3->b_;
870 b3->b_ = *b1.q;
1276 Bar b1, *b3;
1284 b3->mu1_.Lock();
1285 res = b1.a_ + b3->b_; // expected-warning {{reading variable 'a_' requires locking 'b1.mu1_'}} \
1287 // expected-note {{found near match 'b3->mu1_'}}
1290 b1.a_ = res + b3->b_; // expected-warning {{reading variable 'res' requires locking 'mu'}} \
1292 // expected-note {{found near match 'b3->mu1_'}}
1293 b3->b_ = *b1.q; // expected-warning {{reading the value pointed to by 'q' requires locking 'mu'}}
1294 b3->mu1_.Unlock();
1705 bool b3 = !b2;
1706 if (b3) {