Lines Matching refs:getBool
135 bool getBool();
191 if (getBool()) in sls_fun_8()
198 if (getBool()) in sls_fun_9()
206 if (getBool()) { in sls_fun_good_6()
209 if (getBool()) { in sls_fun_good_6()
210 getBool(); // EMPTY in sls_fun_good_6()
212 getBool(); // EMPTY in sls_fun_good_6()
221 while (getBool()) { in sls_fun_good_7()
223 if (getBool()) { in sls_fun_good_7()
224 if (getBool()) { in sls_fun_good_7()
256 if (getBool()) in sls_fun_bad_4()
265 if (getBool()) in sls_fun_bad_5()
270 if (getBool()) { in sls_fun_bad_6()
273 if (getBool()) { in sls_fun_bad_6()
274 getBool(); // EMPTY in sls_fun_bad_6()
276 getBool(); // EMPTY in sls_fun_bad_6()
286 while (getBool()) { // \ in sls_fun_bad_7()
289 if (getBool()) { in sls_fun_bad_7()
290 if (getBool()) { in sls_fun_bad_7()
304 } while (getBool()); in sls_fun_bad_8()
312 } while (getBool()); in sls_fun_bad_9()
318 …while(getBool()) { // expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop… in sls_fun_bad_10()
324 while (getBool()) { // \ in sls_fun_bad_11()
334 while (getBool()) { in sls_fun_bad_12()
336 if (getBool()) { in sls_fun_bad_12()
337 if (getBool()) { in sls_fun_bad_12()
637 } while (getBool()); in shared_fun_0()
648 } while (getBool()); in shared_fun_1()
653 if (getBool()) in shared_fun_3()
662 if (getBool()) in shared_fun_4()
671 if (getBool()) in shared_fun_8()
707 } while (getBool()); in shared_bad_0()
712 if (getBool()) in shared_bad_1()
723 if (getBool()) in shared_bad_2()
1679 bool getBool();
1688 if (getBool()) { in foo2()