Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:b3

530 LateBar b1, *b3;
561 int res = b1.a_ + b3->b_;
562 b3->b_ = *b1.q; // \
864 Bar b1, *b3;
873 res = b1.a_ + b3->b_;
875 b1.a_ = res + b3->b_;
876 b3->b_ = *b1.q;
1282 Bar b1, *b3;
1290 b3->mu1_.Lock();
1291 res = b1.a_ + b3->b_; // expected-warning {{reading variable 'a_' requires holding mutex 'b1.mu1_'}} \
1293 // expected-note {{found near match 'b3->mu1_'}}
1296 b1.a_ = res + b3->b_; // expected-warning {{reading variable 'res' requires holding mutex 'mu'}} \
1298 // expected-note {{found near match 'b3->mu1_'}}
1299 b3->b_ = *b1.q; // expected-warning {{reading the value pointed to by 'q' requires holding mutex 'mu'}}
1300 b3->mu1_.Unlock();
1711 bool b3 = !b2;
1712 if (b3) {