Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h124 bool hasOutputFile() const { return !OutputFile.empty(); } in hasOutputFile() function
144 if (hasOutputFile()) in toString()
H A DFuzzerUtilFuchsia.cpp452 if (Cmd.hasOutputFile()) { in ExecuteCommand()
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp1333 ASSERT_FALSE(Cmd.hasOutputFile()); in TEST()
1346 EXPECT_TRUE(Cmd.hasOutputFile()); in TEST()
1352 EXPECT_TRUE(Cmd.hasOutputFile()); in TEST()