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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h189 ExplodedNode *getFirstPred() { function in class:clang::ento::ExplodedNode
193 const ExplodedNode *getFirstPred() const { function in class:clang::ento::ExplodedNode
194 return const_cast<ExplodedNode*>(this)->getFirstPred();

Completed in 171 milliseconds