Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h26 int ErrorExitCode = 77; member
H A DFuzzerLoop.cpp240 _Exit(Options.ErrorExitCode); // Stop right now. in CrashCallback()
254 _Exit(Options.ErrorExitCode); in ExitCallback()
574 _Exit(Options.ErrorExitCode); // Stop right now. in CrashOnOverwrittenData()
712 _Exit(Options.ErrorExitCode); // not exit() to disable lsan further on. in TryDetectingAMemoryLeak()
H A DFuzzerDriver.cpp684 Options.ErrorExitCode = Flags.error_exitcode; in FuzzerDriver()