Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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.cpp215 N = N->getFirstPred(); in isPossiblyEscaped()
238 N = N->getFirstPred(); in isPossiblyEscaped()
293 N = N->getFirstPred(); in madeNewBranch()
H A DBugReporterVisitors.cpp672 N = N->getFirstPred(); in findModifyingFrames()
1367 const ExplodedNode *Pred = Succ->getFirstPred(); in VisitNode()
1506 NodeWithoutBinding = NodeWithoutBinding->getFirstPred()) { in VisitNode()
1595 const ExplodedNode *PrevN = N->getFirstPred(); in VisitNode()
1673 const ExplodedNode *Pred = Succ->getFirstPred(); in VisitNode()
1917 NI = NI->getFirstPred(); in peelOffOuterExpr()
1952 N = N->getFirstPred(); in findNodeForExpression()
2182 ExprNode = ExprNode->getFirstPred(); in handle()
2202 ExprNode = ExprNode->getFirstPred(); in handle()
2518 N->getFirstPred()->getLocation().getTag(); in VisitNodeImpl()
[all …]
H A DBugReporter.cpp160 CurrentNode = CurrentNode->getFirstPred(); in ascendToPrevNode()
1039 N = N->getFirstPred(); in getStmtBeforeCond()
2770 const ExplodedNode *NextNode = ErrorNode->getFirstPred(); in generateVisitorsDiagnostics()
2783 const ExplodedNode *Pred = NextNode->getFirstPred(); in generateVisitorsDiagnostics()
3162 if (N->getFirstPred() == nullptr) { in findExecutedLines()
3188 N = N->getFirstPred(); in findExecutedLines()
H A DCoreEngine.cpp180 ExplodedNode *PNode = Pred->getFirstPred(); in dispatchWorkItem()
H A DExprEngineCallAndReturn.cpp101 Node = Node->getFirstPred(); in getLastStmt()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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.cpp439 N = N->getFirstPred(); in getAcquisitionSite()
447 N = N->getFirstPred(); in getAcquisitionSite()
H A DMoveChecker.cpp283 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
H A DMacOSKeychainAPIChecker.cpp628 N->getFirstPred()->getState()->get<AllocatedData>(Sym); in VisitNode()
H A DIteratorModeling.cpp842 Node = Node->getFirstPred(); in findCallEnter()
H A DDynamicTypePropagation.cpp1051 ProgramStateRef statePrev = N->getFirstPred()->getState(); in VisitNode()
H A DNullabilityChecker.cpp301 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
H A DMallocChecker.cpp3163 ProgramStateRef statePrev = N->getFirstPred()->getState(); in VisitNode()