/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExplodedGraph.cpp | 287 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 D | LoopUnrolling.cpp | 177 N = N->getFirstPred(); in isPossiblyEscaped() 199 N = N->getFirstPred(); in isPossiblyEscaped() 254 N = N->getFirstPred(); in madeNewBranch()
|
H A D | BugReporterVisitors.cpp | 671 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 D | BugReporter.cpp | 160 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 D | CoreEngine.cpp | 180 ExplodedNode *PNode = Pred->getFirstPred(); in dispatchWorkItem()
|
H A D | ExprEngineCallAndReturn.cpp | 101 Node = Node->getFirstPred(); in getLastStmt()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExplodedGraph.h | 210 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 D | RetainCountDiagnostics.cpp | 369 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 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 | 238 isTainted(N->getFirstPred()->getState(), V)) in VisitNode()
|
H A D | FuchsiaHandleChecker.cpp | 238 N = N->getFirstPred(); in REGISTER_MAP_WITH_PROGRAMSTATE() 249 N = N->getFirstPred(); in REGISTER_MAP_WITH_PROGRAMSTATE()
|
H A D | InnerPointerChecker.cpp | 312 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 | 407 N = N->getFirstPred(); in getAcquisitionSite() 415 N = N->getFirstPred(); in getAcquisitionSite()
|
H A D | MacOSKeychainAPIChecker.cpp | 628 N->getFirstPred()->getState()->get<AllocatedData>(Sym); in VisitNode()
|
H A D | MoveChecker.cpp | 283 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
|
H A D | DynamicTypePropagation.cpp | 1051 ProgramStateRef statePrev = N->getFirstPred()->getState(); in VisitNode()
|
H A D | IteratorModeling.cpp | 842 Node = Node->getFirstPred(); in findCallEnter()
|
H A D | NullabilityChecker.cpp | 301 ProgramStateRef StatePrev = N->getFirstPred()->getState(); in VisitNode()
|
H A D | MallocChecker.cpp | 3162 ProgramStateRef statePrev = N->getFirstPred()->getState(); in VisitNode()
|