Home
last modified time | relevance | path

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

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