Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h201 bool hasSinglePred() const { in hasSinglePred() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp180 assert(Pred->hasSinglePred() && in dispatchWorkItem()