Home
last modified time | relevance | path

Searched refs:isSink (Results 1 – 14 of 14) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h128 assert(isSink() == IsSink); in ExplodedNode()
171 Profile(ID, Location, State, isSink()); in Profile()
183 bool isSink() const { return Succs.getFlag(); } in isSink() function
413 assert (N && !static_cast<ExplodedNode*>(N)->isSink()); in ExplodedNodeSet()
420 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N); in Add()
DCoreEngine.h232 if ((*I)->isSink()) in hasNoSinksInFrontier()
334 if (N && N->isSink())
483 bool isSink = false);
536 bool isSink = false);
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp219 assert (!V->isSink()); in addPredecessor()
406 ExplodedNode *NewN = G->createUncachedNode(N->getLocation(), N->State, N->isSink()); in trim()
DCoreEngine.cpp547 assert (!N->isSink()); in enqueueStmtNode()
DBugReporter.cpp2926 OrigN->isSink()); in popNextReportGraph()
3226 assert((E->isSink() || E->getLocation().getTag()) && in emitReport()
3316 if (errorNode->isSink()) { in FindReportInEquivalenceClass()
3347 if (!Succ->isSink()) { in FindReportInEquivalenceClass()
DExprEngine.cpp1618 if (PredI->isSink()) in processBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCodeGenPrepare.cpp148 static bool isSink(Value *V) { in isSink() function
254 if (I->hasOneUse() && isSink(*I->use_begin())) in isPromotedResultSafe()
619 if (isSink(V)) in TryToPromote()
/external/clang/lib/StaticAnalyzer/Checkers/
DNullabilityChecker.cpp451 if (!N->isSink()) in checkInvariantViolation()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCommandLine.h295 bool isSink() const { return getMiscFlags() & cl::Sink; } in isSink() function
/external/llvm/include/llvm/Support/
DCommandLine.h276 bool isSink() const { return getMiscFlags() & cl::Sink; } in isSink() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h286 bool isSink() const { return getMiscFlags() & cl::Sink; } in isSink() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCommandLine.cpp301 if ((O->isPositional() || O->isSink() || O->isConsumeAfter()) || in registerSubCommand()
/external/llvm/lib/Support/
DCommandLine.cpp297 if ((O->isPositional() || O->isSink() || O->isConsumeAfter()) || in registerSubCommand()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp311 if ((O->isPositional() || O->isSink() || O->isConsumeAfter()) || in registerSubCommand()