Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:b2

1207 Bar *b1, *b2;
1213 b2->a_ = 3; // expected-warning {{writing variable 'a_' requires locking 'mu1_' exclusively}}
1214 b2->MyLock();
1215 b2->MyUnlock();
1668 bool b2 = !b1;
1669 bool b3 = !b2;
1679 bool b2 = b;
1685 if (b2) { // b2 should be known at this point.