Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerOptions.h24 int ErrorExitCode = 77; member
DFuzzerLoop.cpp173 _Exit(Options.ErrorExitCode); // Stop right now. in HandleMalloc()
279 exit(Options.ErrorExitCode); in CrashCallback()
325 _Exit(Options.ErrorExitCode); // Stop right now. in RssLimitCallback()
701 _Exit(Options.ErrorExitCode); // not exit() to disable lsan further on. in TryDetectingAMemoryLeak()
DFuzzerDriver.cpp394 Options.ErrorExitCode = Flags.error_exitcode; in FuzzerDriver()