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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h162 Profile(ID, getLocation(), getState(), isSink());
174 bool isSink() const { return Succs.getFlag(); } function in class:clang::ento::ExplodedNode
386 assert (N && !static_cast<ExplodedNode*>(N)->isSink());
393 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);

Completed in 44 milliseconds