Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/bugpoint/
H A DBugDriver.cpp78 BugDriver::BugDriver(const char *toolname, bool find_bugs, unsigned timeout, in BugDriver() argument
82 cc(nullptr), run_find_bugs(find_bugs), Timeout(timeout), in BugDriver()
H A DBugDriver.h64 BugDriver(const char *toolname, bool find_bugs, unsigned timeout,