Home
last modified time | relevance | path

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

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