Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h141 assert(isSink() == IsSink); in ExplodedNode()
191 Profile(ID, Location, State, isSink()); in Profile()
203 bool isSink() const { return Succs.getFlag(); } in isSink() function
464 assert(N && !static_cast<ExplodedNode*>(N)->isSink()); in ExplodedNodeSet()
471 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N); in Add()
H A DCoreEngine.h261 if (I->isSink()) in hasNoSinksInFrontier()
368 if (N && N->isSink())
523 bool isSink = false);
577 bool isSink = false);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp158 bool isSink(Value *V);
249 bool TypePromotionImpl::isSink(Value *V) { in isSink() function in TypePromotionImpl
383 if (!isa<IntegerType>(V->getType()) || isSink(V)) in shouldPromote()
844 if (isSink(V)) in TryToPromote()
850 if (!isSink(V) && !isSource(V)) { in TryToPromote()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp205 assert(!V->isSink()); in addPredecessor()
496 N->getID(), N->isSink()); in trim()
H A DBugReporter.cpp2664 OrigN->getID(), OrigN->isSink()); in getNextBugPath()
2964 assert((E->isSink() || E->getLocation().getTag()) && in emitReport()
3029 if (errorNode->isSink()) { in findReportInEquivalenceClass()
3069 if (!Succ->isSink()) { in findReportInEquivalenceClass()
H A DCoreEngine.cpp533 assert(!N->isSink()); in enqueueStmtNode()
H A DExprEngine.cpp2791 if (PredN->isSink()) in processBranch()
3895 ", \"is_sink\": " << OtherNode->isSink() << in getNodeLabel()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h2304 bool isSink(const T *) { return false; } in isSink() function
2309 bool isSink(const OMPDependClause *C) { in isSink() function
2322 bool isSink(const OMPDoacrossClause *C) { in isSink() function
H A DCGOpenMPRuntime.cpp11237 assert(ODK.isSink(C) && "Expect sink modifier."); in EmitDoacrossOrdered()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp384 if (!N || N->isSink()) in modelUse()
H A DNullabilityChecker.cpp474 if (!N->isSink()) in checkInvariantViolation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h312 bool isSink() const { return getMiscFlags() & cl::Sink; } in isSink() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp353 if ((O->isPositional() || O->isSink() || O->isConsumeAfter()) || in registerSubCommand()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9145 bool isSink(const OMPDoacrossClause *C) { in isSink() function in __anon1dd12e444011::OMPDoacrossKind
9325 if (DoacrossC && ODK.isSink(DoacrossC) && in checkOpenMPIterationSpace()
11198 (DOC && (ODK.isSink(DOC) || ODK.isSinkIter(DOC)))) { in ActOnOpenMPOrderedDirective()