Home
last modified time | relevance | path

Searched refs:getFirstPred (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp99 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 DExplodedGraph.cpp286 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 DLoopUnrolling.cpp218 N = N->getFirstPred(); in isPossiblyEscaped()
241 N = N->getFirstPred(); in isPossiblyEscaped()
296 N = N->getFirstPred(); in madeNewBranch()
H A DBugReporterVisitors.cpp383 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 DBugReporter.cpp159 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 DCoreEngine.cpp209 ExplodedNode *PNode = Pred->getFirstPred(); in dispatchWorkItem()
H A DExprEngineCallAndReturn.cpp102 Node = Node->getFirstPred(); in getLastStmt()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h208 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 DRetainCountDiagnostics.cpp363 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 DDynamicTypeChecker.cpp94 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
H A DObjCSuperDeallocChecker.cpp258 Succ->getFirstPred()->getState()->contains<CalledSuperDealloc>( in VisitNode()
H A DTaint.cpp241 isTainted(N->getFirstPred()->getState(), V)) in VisitNode()
H A DFuchsiaHandleChecker.cpp239 N = N->getFirstPred(); in REGISTER_MAP_WITH_PROGRAMSTATE()
250 N = N->getFirstPred(); in REGISTER_MAP_WITH_PROGRAMSTATE()
H A DInnerPointerChecker.cpp309 isSymbolTracked(N->getFirstPred()->getState(), PtrToBuf)) in VisitNode()
H A DValistChecker.cpp381 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
H A DStreamChecker.cpp470 N = N->getFirstPred(); in getAcquisitionSite()
478 N = N->getFirstPred(); in getAcquisitionSite()
H A DMacOSKeychainAPIChecker.cpp628 N->getFirstPred()->getState()->get<AllocatedData>(Sym); in VisitNode()
H A DMoveChecker.cpp282 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
H A DIteratorModeling.cpp841 Node = Node->getFirstPred(); in findCallEnter()
H A DDynamicTypePropagation.cpp1049 ProgramStateRef statePrev = N->getFirstPred()->getState(); in VisitNode()
H A DNullabilityChecker.cpp337 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
H A DMallocChecker.cpp844 CallExitEndN->getFirstPred()->getLocationContext()->getDecl(), in wasModifiedInFunction()
3370 ProgramStateRef statePrev = N->getFirstPred()->getState(); in VisitNode()