| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIBugReporter.cpp | 98 N->getFirstPred()->getState()->get<RequestMap>(RequestRegion); in VisitNode() 104 ProgramPoint P = N->getFirstPred()->getLocation(); in VisitNode()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExplodedGraph.cpp | 283 getFirstPred()->getState()->getID() == getState()->getID() && in isTrivial() 284 getFirstPred()->succ_size() == 1; in isTrivial() 378 for (const ExplodedNode *N = getFirstPred(); N; N = N->getFirstPred()) in getPreviousStmtForDiagnostics()
|
| H A D | LoopUnrolling.cpp | 229 N = N->getFirstPred(); in isPossiblyEscaped() 258 N = N->getFirstPred(); in isPossiblyEscaped() 313 N = N->getFirstPred(); in madeNewBranch()
|
| H A D | BugReporterVisitors.cpp | 409 OrigSCtx == N->getFirstPred()->getStackFrame(); in getMatchingCallExitEnd() 431 CurrN = CurrN->getFirstPred()) { in findModifyingFrames() 1483 const ExplodedNode *Pred = Succ->getFirstPred(); in VisitNode() 1670 for (const ExplodedNode *N = StoreSite; N; N = N->getFirstPred()) { in VisitNode() 1696 const ExplodedNode *NodeWithoutBinding = StoreSite->getFirstPred(); in VisitNode() 1699 NodeWithoutBinding = NodeWithoutBinding->getFirstPred()) { in VisitNode() 1793 const ExplodedNode *PrevN = N->getFirstPred(); in VisitNode() 1866 const ExplodedNode *Pred = Succ->getFirstPred(); in VisitNode() 2130 NI = NI->getFirstPred(); in peelOffOuterExpr() 2165 N = N->getFirstPred(); in findNodeForExpression() [all …]
|
| H A D | BugReporter.cpp | 166 CurrentNode = CurrentNode->getFirstPred(); in ascendToPrevNode() 1069 N = N->getFirstPred(); in getStmtBeforeCond() 2445 N = N->getFirstPred(); in exitingDestructor() 2841 const ExplodedNode *NextNode = ErrorNode->getFirstPred(); in generateVisitorsDiagnostics() 2854 const ExplodedNode *Pred = NextNode->getFirstPred(); in generateVisitorsDiagnostics() 3263 if (N->getFirstPred() == nullptr) { in findExecutedLines() 3289 N = N->getFirstPred(); in findExecutedLines()
|
| H A D | CoreEngine.cpp | 244 ExplodedNode *PNode = Pred->getFirstPred(); in dispatchWorkItem()
|
| H A D | ExprEngineCallAndReturn.cpp | 98 Node = Node->getFirstPred(); in getLastStmt()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExplodedGraph.h | 209 ExplodedNode *getFirstPred() { in getFirstPred() function 213 const ExplodedNode *getFirstPred() const { in getFirstPred() function 214 return const_cast<ExplodedNode*>(this)->getFirstPred(); in getFirstPred()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 363 N = N->getFirstPred(); in getCalleeNode() 433 getRefBinding(N->getFirstPred()->getState(), Sym)) in annotateStartParameter() 476 const ExplodedNode *PrevNode = N->getFirstPred(); in VisitNode() 645 Node = Node->getFirstPred(); in getAllVarBindingsForSymbol() 726 N = N->getFirstPred(); in GetAllocationSite()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NoOwnershipChangeVisitor.cpp | 74 CallExitEndN->getFirstPred()->getLocationContext()->getDecl(); in wasModifiedInFunction()
|
| H A D | DynamicTypeChecker.cpp | 86 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
|
| H A D | StackAddrEscapeChecker.cpp | 469 Node->getFirstPred()) { in checkEndFunction() 474 Node = Node->getFirstPred(); in checkEndFunction()
|
| H A D | ObjCSuperDeallocChecker.cpp | 251 Succ->getFirstPred()->getState()->contains<CalledSuperDealloc>( in VisitNode()
|
| H A D | InnerPointerChecker.cpp | 299 isSymbolTracked(N->getFirstPred()->getState(), PtrToBuf)) in VisitNode()
|
| H A D | ValistChecker.cpp | 380 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
|
| H A D | MacOSKeychainAPIChecker.cpp | 617 N->getFirstPred()->getState()->get<AllocatedData>(Sym); in VisitNode()
|
| H A D | MoveChecker.cpp | 285 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
|
| H A D | StreamChecker.cpp | 811 N = N->getFirstPred(); in getAcquisitionSite() 819 N = N->getFirstPred(); in getAcquisitionSite() 1863 N->getFirstPred()->getState()->get<StreamMap>(StreamSym); in VisitNode()
|
| H A D | DynamicTypePropagation.cpp | 1048 ProgramStateRef statePrev = N->getFirstPred()->getState(); in VisitNode()
|
| H A D | IteratorModeling.cpp | 844 Node = Node->getFirstPred(); in findCallEnter()
|
| H A D | NullabilityChecker.cpp | 342 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
|
| H A D | MallocChecker.cpp | 3619 ProgramStateRef statePrev = N->getFirstPred()->getState(); in VisitNode()
|