Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:b3

529 LateBar b1, *b3;
560 int res = b1.a_ + b3->b_;
561 b3->b_ = *b1.q; // \
863 Bar b1, *b3;
872 res = b1.a_ + b3->b_;
874 b1.a_ = res + b3->b_;
875 b3->b_ = *b1.q;
1281 Bar b1, *b3;
1289 b3->mu1_.Lock();
1290 res = b1.a_ + b3->b_; // expected-warning {{reading variable 'a_' requires locking 'b1.mu1_'}} \
1292 // expected-note {{found near match 'b3->mu1_'}}
1295 b1.a_ = res + b3->b_; // expected-warning {{reading variable 'res' requires locking 'mu'}} \
1297 // expected-note {{found near match 'b3->mu1_'}}
1298 b3->b_ = *b1.q; // expected-warning {{reading the value pointed to by 'q' requires locking 'mu'}}
1299 b3->mu1_.Unlock();
1710 bool b3 = !b2;
1711 if (b3) {