Home
last modified time | relevance | path

Searched defs:clean_exit (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dprint-stack-trace-in-code-loaded-after-fork.cpp39 bool clean_exit = WIFEXITED(status) && WEXITSTATUS(status) == 0; in main() local
/llvm-project/bolt/utils/
H A Dllvm-bolt-wrapper.py250 def clean_exit(tmp, out, exitcode, cfg): function