Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h83 static std::unique_ptr<WorkList> makeBFS();
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp85 std::unique_ptr<WorkList> WorkList::makeBFS() { in makeBFS() function in WorkList
H A DCoreEngine.cpp62 return WorkList::makeBFS(); in generateWorkList()