| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 169 ParentMap &getParentMap(); 251 const ParentMap &getParentMap() const { return Ctx->getParentMap(); } in getParentMap() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TraversalChecker.cpp | 42 const ParentMap &Parents = C.getLocationContext()->getParentMap(); in checkBranchCondition()
|
| H A D | ConversionChecker.cpp | 68 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkPreStmt()
|
| H A D | VforkChecker.cpp | 162 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkPostCall()
|
| H A D | UnreachableCodeChecker.cpp | 75 PM = &LC->getParentMap(); in checkEndAnalysis()
|
| H A D | DeadStoresChecker.cpp | 550 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 | 388 LCtx->getParentMap().getParent(Ctor->getOriginExpr()))) in checkPostCall()
|
| H A D | MallocChecker.cpp | 1407 const ParentMap &PM = C.getLocationContext()->getParentMap(); in processNewAllocation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 164 const ParentMap &getParentMap() const { in getParentMap() function in __anon21c281ab0111::PathDiagnosticConstruct 165 return getCurrLocationContext()->getParentMap(); in getParentMap() 171 return getParentMap().getParent(S); in getParent() 646 while (const Stmt *Parent = getEnclosingParent(S, LC->getParentMap())) { in getEnclosingStmtLocation() 1271 const ParentMap &PM = C.getParentMap(); in generatePathDiagnosticsForNode() 1414 const ParentMap &PM = LC->getParentMap(); in addContextEdges() 1760 const ParentMap &PM = LC->getParentMap(); in optimizeEdges() 3148 const Stmt *P = N->getParentMap().getParent(S); in findExecutedLines() 3155 P = N->getParentMap().getParent(RS); in findExecutedLines()
|
| H A D | ExplodedGraph.cpp | 137 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
|
| H A D | ExprEngineCXX.cpp | 534 if (dyn_cast_or_null<InitListExpr>(LCtx->getParentMap().getParent(E))) { in handleConstructor()
|
| H A D | CallEvent.cpp | 1035 const ParentMap &PM = getLocationContext()->getParentMap(); in getMessageKind()
|
| H A D | ExprEngine.cpp | 685 ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap(); in shouldRemoveDeadBindings() 2714 dyn_cast<ImplicitCastExpr>(I->getParentMap().getParentIgnoreParens(M)); in VisitMemberExpr()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 256 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap())); in getCFGStmtMap() 279 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 | 494 ParentMap &PM = ADC->getParentMap(); in getValidSourceLocation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 346 ->getParentMap() in isReceiverUnconsumedSelf()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2427 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()
|