Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h86 static std::unique_ptr<WorkList> makeUnexploredFirstPriorityQueue();
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp245 std::unique_ptr<WorkList> WorkList::makeUnexploredFirstPriorityQueue() { in makeUnexploredFirstPriorityQueue() function in WorkList
H A DCoreEngine.cpp68 return WorkList::makeUnexploredFirstPriorityQueue(); in generateWorkList()