Lines Matching refs:getBool
132 bool getBool();
188 if (getBool()) in sls_fun_8()
195 if (getBool()) in sls_fun_9()
203 if (getBool()) { in sls_fun_good_6()
206 if (getBool()) { in sls_fun_good_6()
207 getBool(); // EMPTY in sls_fun_good_6()
209 getBool(); // EMPTY in sls_fun_good_6()
218 while (getBool()) { in sls_fun_good_7()
220 if (getBool()) { in sls_fun_good_7()
221 if (getBool()) { in sls_fun_good_7()
253 if (getBool()) in sls_fun_bad_4()
262 if (getBool()) in sls_fun_bad_5()
267 if (getBool()) { in sls_fun_bad_6()
270 if (getBool()) { in sls_fun_bad_6()
271 getBool(); // EMPTY in sls_fun_bad_6()
273 getBool(); // EMPTY in sls_fun_bad_6()
283 while (getBool()) { in sls_fun_bad_7()
285 if (getBool()) { in sls_fun_bad_7()
286 if (getBool()) { in sls_fun_bad_7()
301 } while (getBool()); in sls_fun_bad_8()
309 } while (getBool()); in sls_fun_bad_9()
315 …while(getBool()) { // expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop… in sls_fun_bad_10()
321 while (getBool()) { // \ in sls_fun_bad_11()
331 while (getBool()) { in sls_fun_bad_12()
333 if (getBool()) { in sls_fun_bad_12()
334 if (getBool()) { in sls_fun_bad_12()
632 } while (getBool()); in shared_fun_0()
643 } while (getBool()); in shared_fun_1()
648 if (getBool()) in shared_fun_3()
657 if (getBool()) in shared_fun_4()
666 if (getBool()) in shared_fun_8()
702 } while (getBool()); in shared_bad_0()
707 if (getBool()) in shared_bad_1()
718 if (getBool()) in shared_bad_2()
1674 bool getBool();
1683 if (getBool()) { in foo2()