Searched refs:keep_going (Results 1 – 8 of 8) sorted by relevance
78 void __msan_set_keep_going(int keep_going);
133 bool keep_going = true; in ReadLine() local136 while (keep_going) { in ReadLine()156 keep_going = false; in ReadLine()
114 void __msan_set_keep_going(int keep_going);
407 void __msan_set_keep_going(int keep_going) { in __msan_set_keep_going() argument408 flags()->halt_on_error = !keep_going; in __msan_set_keep_going()
484 if (configrc == 0 or self.options.keep_going) :494 if (buildrc == 0 or self.options.keep_going) :505 if ((testrc == 0 or self.options.keep_going)
552 int keep_going = 0; in main_loop() local659 keep_going = 1; in main_loop()905 if (!keep_going) in main_loop()939 if (!keep_going) in main_loop()
2099 bool keep_going = true; in RunStopHooks() local2114 for (pos = m_stop_hooks.begin(); keep_going && pos != end; pos++) in RunStopHooks()2122 for (size_t i = 0; keep_going && i < num_exe_ctx; i++) in RunStopHooks()2167 keep_going = false; in RunStopHooks()
4961 bool keep_going = false; in RunThreadPlan() local4999 keep_going = true; in RunThreadPlan()5056 keep_going = true; in RunThreadPlan()5073 if (keep_going) in RunThreadPlan()