Searched defs:succs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h253 succ_range succs() { return {Succs.begin(), Succs.end()}; } function in class:clang::ento::ExplodedNode
261 const_succ_range succs() const { return {Succs.begin(), Succs.end()}; } function in class:clang::ento::ExplodedNode

Completed in 109 milliseconds