| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | AnalysisManager.h | 117 ParentMap &getParentMap(Decl const *D) { in getParentMap() function 118 return AnaCtxMgr.getContext(D)->getParentMap(); in getParentMap()
|
| H A D | ExplodedGraph.h | 160 const ParentMap &getParentMap() const { in getParentMap() function 161 return getLocationContext()->getParentMap(); in getParentMap()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 169 ParentMap &getParentMap(); 257 const ParentMap &getParentMap() const { return Ctx->getParentMap(); } in getParentMap() function
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TraversalChecker.cpp | 42 const ParentMap &Parents = C.getLocationContext()->getParentMap(); in checkBranchCondition()
|
| H A D | VforkChecker.cpp | 164 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkPostCall()
|
| H A D | ConversionChecker.cpp | 68 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkPreStmt()
|
| H A D | UnreachableCodeChecker.cpp | 76 PM = &LC->getParentMap(); in checkEndAnalysis()
|
| H A D | DeadStoresChecker.cpp | 546 ParentMap &pmap = mgr.getParentMap(D); in checkASTCodeBody()
|
| H A D | CallAndMessageChecker.cpp | 693 if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap() in HandleNilReceiver()
|
| H A D | DynamicTypePropagation.cpp | 386 LCtx->getParentMap().getParent(Ctor->getOriginExpr()))) in checkPostCall()
|
| H A D | MallocChecker.cpp | 1604 const ParentMap &PM = C.getLocationContext()->getParentMap(); in processNewAllocation()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | Transforms.h | 55 ParentMap &getParentMap() { return PMap; } in getParentMap() function
|
| H A D | TransProtectedScope.cpp | 107 CaseCollector(BodyCtx.getParentMap(), Cases) in ProtectedScopeFixer()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 163 const ParentMap &getParentMap() const { in getParentMap() function in __anonc8f820770111::PathDiagnosticConstruct 164 return getCurrLocationContext()->getParentMap(); in getParentMap() 170 return getParentMap().getParent(S); in getParent() 648 while (const Stmt *Parent = getEnclosingParent(S, LC->getParentMap())) { in getEnclosingStmtLocation() 1278 const ParentMap &PM = C.getParentMap(); in generatePathDiagnosticsForNode() 1422 const ParentMap &PM = LC->getParentMap(); in addContextEdges() 1768 const ParentMap &PM = LC->getParentMap(); in optimizeEdges() 3180 const Stmt *P = N->getParentMap().getParent(S); in findExecutedLines() 3187 P = N->getParentMap().getParent(RS); in findExecutedLines()
|
| H A D | ExplodedGraph.cpp | 136 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
|
| H A D | CallEvent.cpp | 1040 const ParentMap &PM = getLocationContext()->getParentMap(); in getMessageKind()
|
| H A D | ExprEngineCXX.cpp | 687 if (isa_and_nonnull<InitListExpr>(LCtx->getParentMap().getParent(E))) { in handleConstructor()
|
| H A D | ExprEngine.cpp | 1019 ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap(); in shouldRemoveDeadBindings() 3386 dyn_cast<ImplicitCastExpr>(I->getParentMap().getParentIgnoreParens(M)); in VisitMemberExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 255 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap())); in getCFGStmtMap() 278 ParentMap &AnalysisDeclContext::getParentMap() { in getParentMap() function in AnalysisDeclContext
|
| H A D | CalledOnceCheck.cpp | 1120 ParentMap &PM = AC.getParentMap(); in getBlockGuaraneedCallSite()
|
| H A D | PathDiagnostic.cpp | 492 ParentMap &PM = ADC->getParentMap(); in getValidSourceLocation()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 347 ->getParentMap() in isReceiverUnconsumedSelf()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2485 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()
|