Home
last modified time | relevance | path

Searched refs:LastFailure (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerMerge.cpp53 LastFailure.clear(); in Parse()
120 LastFailure = Files[LastSeenStartMarker].Name; in Parse()
205 if (!M.LastFailure.empty()) in CrashResistantMergeInternalStep()
207 M.LastFailure.c_str()); in CrashResistantMergeInternalStep()
324 if (!M.LastFailure.empty()) in CrashResistantMerge()
327 M.LastFailure.c_str()); in CrashResistantMerge()
DFuzzerMerge.h62 std::string LastFailure; member