klee
|
#include "UserSearcher.h"
#include "Executor.h"
#include "MergeHandler.h"
#include "Searcher.h"
#include "klee/Support/ErrorHandling.h"
#include "llvm/Support/CommandLine.h"
Go to the source code of this file.
Functions | |
Searcher * | getNewSearcher (Searcher::CoreSearchType type, RNG &rng, PTree &processTree) |
Searcher * getNewSearcher | ( | Searcher::CoreSearchType | type, |
RNG & | rng, | ||
PTree & | processTree | ||
) |
Definition at line 106 of file UserSearcher.cpp.
Referenced by klee::constructUserSearcher().