Home
last modified time | relevance | path

Searched defs:ExitOnError (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp41 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector()
102 size_t MaxSize, bool ExitOnError, in ReadDirToVectorOfUnits()
/llvm-project/llvm/unittests/Support/
H A DErrorTest.cpp477 TEST(ErrorDeathTest,ExitOnError) TEST() argument