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

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

Completed in 78 milliseconds