Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp138 _Exit(Options.ErrorExitCode); // Stop right now. in HandleMalloc()
244 _Exit(Options.ErrorExitCode); // Stop right now. in CrashCallback()
258 _Exit(Options.ErrorExitCode); in ExitCallback()
320 _Exit(Options.ErrorExitCode); // Stop right now. in RssLimitCallback()
499 _Exit(Options.ErrorExitCode); // Stop right now. in CrashOnOverwrittenData()
632 _Exit(Options.ErrorExitCode); // not exit() to disable lsan further on. in TryDetectingAMemoryLeak()
846 _Exit(Options.ErrorExitCode); in AnnounceOutput()
H A DFuzzerOptions.h24 int ErrorExitCode = 77; member
H A DFuzzerDriver.cpp574 Options.ErrorExitCode = Flags.error_exitcode; in FuzzerDriver()