| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExplodedGraph.h | 141 assert(isSink() == IsSink); in ExplodedNode() 191 Profile(ID, Location, State, isSink()); in Profile() 203 bool isSink() const { return Succs.getFlag(); } in isSink() function 451 assert(N && !N->isSink()); in ExplodedNodeSet() 458 if (N && !N->isSink()) in Add()
|
| H A D | CoreEngine.h | 263 if (I->isSink()) in hasNoSinksInFrontier() 370 if (N && N->isSink()) 505 bool isSink = false); 559 bool isSink = false);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 158 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() 843 if (isSink(V)) in TryToPromote() 849 if (!isSink(V) && !isSource(V)) { in TryToPromote()
|
| /freebsd/lib/virtual_oss/bt/ |
| H A D | avdtp.c | 258 avdtpDiscoverAndConfig(struct bt_config *cfg, bool isSink) in avdtpDiscoverAndConfig() argument 282 if (!isSink) in avdtpDiscoverAndConfig() 285 if (isSink) in avdtpDiscoverAndConfig()
|
| H A D | bt.c | 364 int service_class, int isSink) in bt_open() argument 517 if (avdtpDiscoverAndConfig(cfg, isSink)) { in bt_open() 546 if (isSink) { in bt_open()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExplodedGraph.cpp | 203 assert(!V->isSink()); in addPredecessor() 505 N->getID(), N->isSink()); in trim()
|
| H A D | BugReporter.cpp | 2706 OrigN->getID(), OrigN->isSink()); in getNextBugPath() 3009 assert((E->isSink() || E->getLocation().getTag()) && in emitReport() 3074 if (errorNode->isSink()) { in findReportInEquivalenceClass() 3114 if (!Succ->isSink()) { in findReportInEquivalenceClass()
|
| H A D | CoreEngine.cpp | 576 assert(!N->isSink()); in enqueueStmtNode()
|
| H A D | ExprEngine.cpp | 2845 if (PredN->isSink()) in processBranch() 4046 ", \"is_sink\": " << OtherNode->isSink() << in getNodeLabel()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 2298 bool isSink(const T *) { return false; } in isSink() function 2303 bool isSink(const OMPDependClause *C) { in isSink() function 2316 bool isSink(const OMPDoacrossClause *C) { in isSink() function
|
| H A D | CGOpenMPRuntime.cpp | 11304 assert(ODK.isSink(C) && "Expect sink modifier."); in EmitDoacrossOrdered()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MoveChecker.cpp | 386 if (!N || N->isSink()) in modelUse()
|
| H A D | NullabilityChecker.cpp | 471 if (!N->isSink()) in checkInvariantViolation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 313 bool isSink() const { return getMiscFlags() & cl::Sink; } in isSink() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 354 if ((O->isPositional() || O->isSink() || O->isConsumeAfter()) || in registerSubCommand()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9187 bool isSink(const OMPDoacrossClause *C) { in isSink() function in __anon1dd12e444311::OMPDoacrossKind 9366 if (DoacrossC && ODK.isSink(DoacrossC) && in checkOpenMPIterationSpace() 11270 (DOC && (ODK.isSink(DOC) || ODK.isSinkIter(DOC)))) { in ActOnOpenMPOrderedDirective()
|