Searched refs:find_bugs (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | BugDriver.cpp | 69 BugDriver::BugDriver(const char *toolname, bool find_bugs, in BugDriver() argument 74 run_find_bugs(find_bugs), Timeout(timeout), in BugDriver()
|
D | BugDriver.h | 65 BugDriver(const char *toolname, bool find_bugs,
|
/external/llvm/tools/bugpoint/ |
D | BugDriver.cpp | 70 BugDriver::BugDriver(const char *toolname, bool find_bugs, in BugDriver() argument 75 cc(nullptr), run_find_bugs(find_bugs), Timeout(timeout), in BugDriver()
|
D | BugDriver.h | 66 BugDriver(const char *toolname, bool find_bugs,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | BugDriver.cpp | 79 BugDriver::BugDriver(const char *toolname, bool find_bugs, unsigned timeout, in BugDriver() argument 83 cc(nullptr), run_find_bugs(find_bugs), Timeout(timeout), in BugDriver()
|
D | BugDriver.h | 68 BugDriver(const char *toolname, bool find_bugs, unsigned timeout,
|