/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExplodedGraph.cpp | 286 getFirstPred()->getState()->getID() == getState()->getID() && in isTrivial() 287 getFirstPred()->succ_size() == 1; in isTrivial() 379 for (const ExplodedNode *N = getFirstPred(); N; N = N->getFirstPred()) in getPreviousStmtForDiagnostics()
|
H A D | LoopUnrolling.cpp | 218 N = N->getFirstPred(); in isPossiblyEscaped() 241 N = N->getFirstPred(); in isPossiblyEscaped() 296 N = N->getFirstPred(); in madeNewBranch()
|
H A D | BugReporterVisitors.cpp | 383 OrigSCtx == N->getFirstPred()->getStackFrame(); in getMatchingCallExitEnd() 405 CurrN = CurrN->getFirstPred()) { in findModifyingFrames() 1502 const ExplodedNode *Pred = Succ->getFirstPred(); in VisitNode() 1689 for (const ExplodedNode *N = StoreSite; N; N = N->getFirstPred()) { in VisitNode() 1715 const ExplodedNode *NodeWithoutBinding = StoreSite->getFirstPred(); in VisitNode() 1718 NodeWithoutBinding = NodeWithoutBinding->getFirstPred()) { in VisitNode() 1807 const ExplodedNode *PrevN = N->getFirstPred(); in VisitNode() 1893 const ExplodedNode *Pred = Succ->getFirstPred(); in VisitNode() 2157 NI = NI->getFirstPred(); in peelOffOuterExpr() 2192 N = N->getFirstPred(); in findNodeForExpression() [all …]
|
H A D | BugReporter.cpp | 159 CurrentNode = CurrentNode->getFirstPred(); in ascendToPrevNode() 1041 N = N->getFirstPred(); in getStmtBeforeCond() 2778 const ExplodedNode *NextNode = ErrorNode->getFirstPred(); in generateVisitorsDiagnostics() 2791 const ExplodedNode *Pred = NextNode->getFirstPred(); in generateVisitorsDiagnostics() 3168 if (N->getFirstPred() == nullptr) { in findExecutedLines() 3194 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()
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExplodedGraph.h | 208 ExplodedNode *getFirstPred() { in getFirstPred() function 212 const ExplodedNode *getFirstPred() const { in getFirstPred() function 213 return const_cast<ExplodedNode*>(this)->getFirstPred(); in getFirstPred()
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypeChecker.cpp | 94 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
|
H A D | ObjCSuperDeallocChecker.cpp | 258 Succ->getFirstPred()->getState()->contains<CalledSuperDealloc>( in VisitNode()
|
H A D | Taint.cpp | 241 isTainted(N->getFirstPred()->getState(), V)) 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 | 309 isSymbolTracked(N->getFirstPred()->getState(), PtrToBuf)) in VisitNode()
|
H A D | ValistChecker.cpp | 381 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
|
H A D | StreamChecker.cpp | 470 N = N->getFirstPred(); in getAcquisitionSite() 478 N = N->getFirstPred(); in getAcquisitionSite()
|
H A D | MacOSKeychainAPIChecker.cpp | 628 N->getFirstPred()->getState()->get<AllocatedData>(Sym); in VisitNode()
|
H A D | MoveChecker.cpp | 282 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
|
H A D | IteratorModeling.cpp | 841 Node = Node->getFirstPred(); in findCallEnter()
|
H A D | DynamicTypePropagation.cpp | 1049 ProgramStateRef statePrev = N->getFirstPred()->getState(); in VisitNode()
|
H A D | NullabilityChecker.cpp | 337 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
|
H A D | MallocChecker.cpp | 844 CallExitEndN->getFirstPred()->getLocationContext()->getDecl(), in wasModifiedInFunction() 3370 ProgramStateRef statePrev = N->getFirstPred()->getState(); in VisitNode()
|