Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDWorkList.h92 static WorkList *makeBFS();
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCoreEngine.cpp105 WorkList *WorkList::makeBFS() { return new BFS(); } in makeBFS() function in WorkList