Lines Matching refs:getBool
104 bool getBool();
162 if (getBool()) in sls_fun_8()
169 if (getBool()) in sls_fun_9()
177 if (getBool()) { in sls_fun_good_6()
180 if (getBool()) { in sls_fun_good_6()
181 getBool(); // EMPTY in sls_fun_good_6()
183 getBool(); // EMPTY in sls_fun_good_6()
192 while (getBool()) { in sls_fun_good_7()
194 if (getBool()) { in sls_fun_good_7()
195 if (getBool()) { in sls_fun_good_7()
227 if (getBool()) in sls_fun_bad_4()
236 if (getBool()) in sls_fun_bad_5()
241 if (getBool()) { in sls_fun_bad_6()
244 if (getBool()) { in sls_fun_bad_6()
245 getBool(); // EMPTY in sls_fun_bad_6()
247 getBool(); // EMPTY in sls_fun_bad_6()
257 while (getBool()) { in sls_fun_bad_7()
259 if (getBool()) { in sls_fun_bad_7()
260 if (getBool()) { in sls_fun_bad_7()
275 } while (getBool()); in sls_fun_bad_8()
283 } while (getBool()); in sls_fun_bad_9()
289 …while(getBool()) { // expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop… in sls_fun_bad_10()
295 while (getBool()) { // \ in sls_fun_bad_11()
305 while (getBool()) { in sls_fun_bad_12()
307 if (getBool()) { in sls_fun_bad_12()
308 if (getBool()) { in sls_fun_bad_12()