Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:loop

217         expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
229 do { // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
237 // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}} \
246 sls_mu.Unlock(); // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
252 expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
1697 if (b) { // b is still known, because the loop doesn't alter it
1708 if (b) { // b should be uknown at this point b/c of the loop
1912 continue; // expected-warning {{expecting mutex 'm' to be locked at start of each loop}}