Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp287 getFirstPred()->getState()->getID() == getState()->getID() && in isTrivial()
288 getFirstPred()->succ_size() == 1; in isTrivial()
380 for (const ExplodedNode *N = getFirstPred(); N; N = N->getFirstPred()) in getPreviousStmtForDiagnostics()
H A DLoopUnrolling.cpp177 N = N->getFirstPred(); in isPossiblyEscaped()
199 N = N->getFirstPred(); in isPossiblyEscaped()
254 N = N->getFirstPred(); in madeNewBranch()
H A DBugReporterVisitors.cpp671 N = N->getFirstPred(); in findModifyingFrames()
968 Node = Node->getFirstPred(); in addVisitorIfNecessary()
988 Node = Node->getFirstPred(); in addVisitorIfNecessary()
1405 const ExplodedNode *Pred = Succ->getFirstPred(); in VisitNode()
1516 for (const ExplodedNode *N = StoreSite; N; N = N->getFirstPred()) { in VisitNode()
1542 const ExplodedNode *NodeWithoutBinding = StoreSite->getFirstPred(); in VisitNode()
1545 NodeWithoutBinding = NodeWithoutBinding->getFirstPred()) { in VisitNode()
1653 const ExplodedNode *PrevN = N->getFirstPred(); in VisitNode()
1731 const ExplodedNode *Pred = Succ->getFirstPred(); in VisitNode()
1972 NI = NI->getFirstPred(); in peelOffOuterExpr()
[all …]
H A DBugReporter.cpp160 CurrentNode = CurrentNode->getFirstPred(); in ascendToPrevNode()
1039 N = N->getFirstPred(); in getStmtBeforeCond()
2752 const ExplodedNode *NextNode = ErrorNode->getFirstPred(); in generateVisitorsDiagnostics()
2765 const ExplodedNode *Pred = NextNode->getFirstPred(); in generateVisitorsDiagnostics()
3136 if (N->getFirstPred() == nullptr) { in findExecutedLines()
3162 N = N->getFirstPred(); in findExecutedLines()
H A DCoreEngine.cpp180 ExplodedNode *PNode = Pred->getFirstPred(); in dispatchWorkItem()
H A DExprEngineCallAndReturn.cpp101 Node = Node->getFirstPred(); in getLastStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h210 ExplodedNode *getFirstPred() { in getFirstPred() function
214 const ExplodedNode *getFirstPred() const { in getFirstPred() function
215 return const_cast<ExplodedNode*>(this)->getFirstPred(); in getFirstPred()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp369 N = N->getFirstPred(); in getCalleeNode()
439 getRefBinding(N->getFirstPred()->getState(), Sym)) in annotateStartParameter()
482 const ExplodedNode *PrevNode = N->getFirstPred(); in VisitNode()
648 Node = Node->getFirstPred(); in getAllVarBindingsForSymbol()
729 N = N->getFirstPred(); in GetAllocationSite()
/netbsd-src/external/apache2/llvm/dist/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.cpp238 isTainted(N->getFirstPred()->getState(), V)) in VisitNode()
H A DFuchsiaHandleChecker.cpp238 N = N->getFirstPred(); in REGISTER_MAP_WITH_PROGRAMSTATE()
249 N = N->getFirstPred(); in REGISTER_MAP_WITH_PROGRAMSTATE()
H A DInnerPointerChecker.cpp312 isSymbolTracked(N->getFirstPred()->getState(), PtrToBuf)) in VisitNode()
H A DValistChecker.cpp381 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
H A DStreamChecker.cpp407 N = N->getFirstPred(); in getAcquisitionSite()
415 N = N->getFirstPred(); in getAcquisitionSite()
H A DMacOSKeychainAPIChecker.cpp628 N->getFirstPred()->getState()->get<AllocatedData>(Sym); in VisitNode()
H A DMoveChecker.cpp283 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
H A DDynamicTypePropagation.cpp1051 ProgramStateRef statePrev = N->getFirstPred()->getState(); in VisitNode()
H A DIteratorModeling.cpp842 Node = Node->getFirstPred(); in findCallEnter()
H A DNullabilityChecker.cpp301 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
H A DMallocChecker.cpp3162 ProgramStateRef statePrev = N->getFirstPred()->getState(); in VisitNode()