Searched refs:makeDFS (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h91 static WorkList *makeDFS();
H A DCoreEngine.h114 WList(WorkList::makeDFS()),
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp104 WorkList *WorkList::makeDFS() { return new DFS(); } function in class:WorkList

Completed in 65 milliseconds