HomeSort by relevance Sort by last modified time
    Searched refs:isSink (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 126 bool IsSink)
127 : Location(loc), State(state), Succs(IsSink) {
128 assert(isSink() == IsSink);
165 bool IsSink) {
168 ID.AddBoolean(IsSink);
173 Profile(ID, Location, State, isSink());
185 bool isSink() const { return Succs.getFlag(); }
293 bool IsSink = false,
400 assert (N && !static_cast<ExplodedNode*>(N)->isSink());
    [all...]
CoreEngine.h 230 if ((*I)->isSink())
332 if (N && N->isSink())
479 bool isSink = false);
532 bool isSink = false);
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 214 assert (!V->isSink());
298 bool IsSink,
304 NodeTy::Profile(profile, L, State, IsSink);
317 new (V) NodeTy(L, State, IsSink);
400 ExplodedNode *NewN = G->getNode(N->getLocation(), N->State, N->isSink(), 0);
CoreEngine.cpp 495 assert (!N->isSink());
631 bool IsSink) {
635 IsSink, &IsNew);
641 if (!IsSink)
667 bool IsSink) {
680 IsSink, &IsNew);
686 if (!IsSink)
BugReporter.cpp     [all...]
ExprEngine.cpp     [all...]

Completed in 4558 milliseconds