Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DWorkList.h92 static WorkList *makeBFS();
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp106 WorkList *WorkList::makeBFS() { return new BFS(); } in makeBFS() function in WorkList