Searched refs:isSink (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h128 assert(isSink() == IsSink);
173 Profile(ID, Location, State, isSink());
185 bool isSink() const { return Succs.getFlag(); } function in class:clang::ento::ExplodedNode
404 assert (N && !static_cast<ExplodedNode*>(N)->isSink());
411 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
H A DCoreEngine.h234 if ((*I)->isSink())
336 if (N && N->isSink())
485 bool isSink = false);
538 bool isSink = false);
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp219 assert (!V->isSink());
403 ExplodedNode *NewN = G->getNode(N->getLocation(), N->State, N->isSink(),
H A DCoreEngine.cpp513 assert (!N->isSink());
H A DBugReporter.cpp2952 OrigN->isSink());
3339 if (errorNode->isSink()) {
3370 if (!Succ->isSink()) {
H A DExprEngine.cpp1465 if (PredI->isSink())

Completed in 341 milliseconds