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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h180 ExplodedNode *getFirstPred() { function in class:clang::ento::ExplodedNode
184 const ExplodedNode *getFirstPred() const { function in class:clang::ento::ExplodedNode
185 return const_cast<ExplodedNode*>(this)->getFirstPred();
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp124 for ( ; Node ; Node = Node->getFirstPred()) {
305 N = N->getFirstPred();
H A DCoreEngine.cpp258 ExplodedNode *PNode = Pred->getFirstPred();

Completed in 66 milliseconds