| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIBugReporter.cpp | 99 N->getFirstPred()->getState()->get<RequestMap>(RequestRegion); in VisitNode() 105 ProgramPoint P = N->getFirstPred()->getLocation(); in VisitNode()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExplodedGraph.cpp | 285 getFirstPred()->getState()->getID() == getState()->getID() && in isTrivial() 286 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 | 413 OrigSCtx == N->getFirstPred()->getStackFrame(); in getMatchingCallExitEnd() 435 CurrN = CurrN->getFirstPred()) { in findModifyingFrames() 1531 const ExplodedNode *Pred = Succ->getFirstPred(); in VisitNode() 1718 for (const ExplodedNode *N = StoreSite; N; N = N->getFirstPred()) { in VisitNode() 1744 const ExplodedNode *NodeWithoutBinding = StoreSite->getFirstPred(); in VisitNode() 1747 NodeWithoutBinding = NodeWithoutBinding->getFirstPred()) { in VisitNode() 1841 const ExplodedNode *PrevN = N->getFirstPred(); in VisitNode() 1914 const ExplodedNode *Pred = Succ->getFirstPred(); in VisitNode() 2178 NI = NI->getFirstPred(); in peelOffOuterExpr() 2213 N = N->getFirstPred(); in findNodeForExpression() [all …]
|
| H A D | BugReporter.cpp | 172 CurrentNode = CurrentNode->getFirstPred(); in ascendToPrevNode() 1052 N = N->getFirstPred(); in getStmtBeforeCond() 2797 const ExplodedNode *NextNode = ErrorNode->getFirstPred(); in generateVisitorsDiagnostics() 2810 const ExplodedNode *Pred = NextNode->getFirstPred(); in generateVisitorsDiagnostics() 3215 if (N->getFirstPred() == nullptr) { in findExecutedLines() 3241 N = N->getFirstPred(); in findExecutedLines()
|
| H A D | CoreEngine.cpp | 209 ExplodedNode *PNode = Pred->getFirstPred(); in dispatchWorkItem()
|
| H A D | ExprEngineCallAndReturn.cpp | 102 Node = Node->getFirstPred(); in getLastStmt()
|
| /src/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()
|
| /src/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() 644 Node = Node->getFirstPred(); in getAllVarBindingsForSymbol() 725 N = N->getFirstPred(); in GetAllocationSite()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NoOwnershipChangeVisitor.cpp | 74 CallExitEndN->getFirstPred()->getLocationContext()->getDecl(); in wasModifiedInFunction()
|
| H A D | DynamicTypeChecker.cpp | 88 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
|
| H A D | ObjCSuperDeallocChecker.cpp | 251 Succ->getFirstPred()->getState()->contains<CalledSuperDealloc>( in VisitNode()
|
| H A D | FuchsiaHandleChecker.cpp | 239 N = N->getFirstPred(); in REGISTER_MAP_WITH_PROGRAMSTATE() 250 N = N->getFirstPred(); in REGISTER_MAP_WITH_PROGRAMSTATE()
|
| H A D | InnerPointerChecker.cpp | 301 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 | 619 N->getFirstPred()->getState()->get<AllocatedData>(Sym); in VisitNode()
|
| H A D | MoveChecker.cpp | 283 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
|
| H A D | IteratorModeling.cpp | 837 Node = Node->getFirstPred(); in findCallEnter()
|
| H A D | DynamicTypePropagation.cpp | 1047 ProgramStateRef statePrev = N->getFirstPred()->getState(); in VisitNode()
|
| H A D | StreamChecker.cpp | 795 N = N->getFirstPred(); in getAcquisitionSite() 803 N = N->getFirstPred(); in getAcquisitionSite()
|
| H A D | NullabilityChecker.cpp | 345 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
|
| H A D | MallocChecker.cpp | 3426 ProgramStateRef statePrev = N->getFirstPred()->getState(); in VisitNode()
|