Home
last modified time | relevance | path

Searched refs:ErrorExitCode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h26 int ErrorExitCode = 77; member
H A DFuzzerLoop.cpp238 _Exit(Options.ErrorExitCode); // Stop right now. in CrashCallback()
252 _Exit(Options.ErrorExitCode); in ExitCallback()
576 _Exit(Options.ErrorExitCode); // Stop right now. in CrashOnOverwrittenData()
714 _Exit(Options.ErrorExitCode); // not exit() to disable lsan further on. in TryDetectingAMemoryLeak()
H A DFuzzerDriver.cpp687 Options.ErrorExitCode = Flags.error_exitcode; in FuzzerDriver()