Home
last modified time | relevance | path

Searched refs:keep_going (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/xray/TestCases/Posix/
H A Dfdr-reinit.cpp15 std::atomic_flag keep_going = ATOMIC_FLAG_INIT; variable
24 keep_going.test_and_set(std::memory_order_acquire); in main()
26 while (keep_going.test_and_set(std::memory_order_acquire)) in main()
73 keep_going.clear(std::memory_order_release); in main()
/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dmsan_interface.h76 void __msan_set_keep_going(int keep_going);
/llvm-project-15.0.7/llvm/utils/
H A Dllvm-compilers-check483 if (configrc == 0 or self.options.keep_going) :
493 if (buildrc == 0 or self.options.keep_going) :
504 if ((testrc == 0 or self.options.keep_going)
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interface_internal.h127 void __msan_set_keep_going(int keep_going);
H A Dmsan.cpp490 void __msan_set_keep_going(int keep_going) { in __msan_set_keep_going() argument
491 flags()->halt_on_error = !keep_going; in __msan_set_keep_going()
/llvm-project-15.0.7/third-party/benchmark/
H A D.travis.yml203 …mark.have_regex=posix --announce_rc --verbose_failures --test_output=errors --keep_going //test/...
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp5017 bool keep_going = false; in RunThreadPlan() local
5043 keep_going = true; in RunThreadPlan()
5053 keep_going = false; in RunThreadPlan()
5062 keep_going = true; in RunThreadPlan()
5083 if (keep_going) in RunThreadPlan()