Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DWorkList.cpp85 std::unique_ptr<WorkList> WorkList::makeBFS() { in makeBFS() function in WorkList
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp106 WorkList *WorkList::makeBFS() { return new BFS(); } in makeBFS() function in WorkList