Lines Matching refs:getBool
104 bool getBool();
160 if (getBool()) in sls_fun_8()
167 if (getBool()) in sls_fun_9()
175 if (getBool()) { in sls_fun_good_6()
178 if (getBool()) { in sls_fun_good_6()
179 getBool(); // EMPTY in sls_fun_good_6()
181 getBool(); // EMPTY in sls_fun_good_6()
190 while (getBool()) { in sls_fun_good_7()
192 if (getBool()) { in sls_fun_good_7()
193 if (getBool()) { in sls_fun_good_7()
225 if (getBool()) in sls_fun_bad_4()
234 if (getBool()) in sls_fun_bad_5()
239 if (getBool()) { in sls_fun_bad_6()
242 if (getBool()) { in sls_fun_bad_6()
243 getBool(); // EMPTY in sls_fun_bad_6()
245 getBool(); // EMPTY in sls_fun_bad_6()
255 while (getBool()) { in sls_fun_bad_7()
257 if (getBool()) { in sls_fun_bad_7()
258 if (getBool()) { in sls_fun_bad_7()
273 } while (getBool()); in sls_fun_bad_8()
281 } while (getBool()); in sls_fun_bad_9()
287 …while(getBool()) { // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each lo… in sls_fun_bad_10()
293 while (getBool()) { // \ in sls_fun_bad_11()
303 while (getBool()) { in sls_fun_bad_12()
305 if (getBool()) { in sls_fun_bad_12()
306 if (getBool()) { in sls_fun_bad_12()
604 } while (getBool()); in shared_fun_0()
615 } while (getBool()); in shared_fun_1()
620 if (getBool()) in shared_fun_3()
629 if (getBool()) in shared_fun_4()
638 if (getBool()) in shared_fun_8()
654 } while (getBool()); in shared_bad_0()
659 if (getBool()) in shared_bad_1()
670 if (getBool()) in shared_bad_2()
1600 bool getBool();
1609 if (getBool()) { in foo2()