/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 122 ParentMap &getParentMap(Decl const *D) { in getParentMap() function 123 return AnaCtxMgr.getContext(D)->getParentMap(); in getParentMap()
|
D | ExplodedGraph.h | 146 ParentMap &getParentMap() const {return getLocationContext()->getParentMap();} in getParentMap() function
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 117 ParentMap &getParentMap(Decl const *D) { in getParentMap() function 118 return AnaCtxMgr.getContext(D)->getParentMap(); in getParentMap()
|
D | ExplodedGraph.h | 160 const ParentMap &getParentMap() const { in getParentMap() function 161 return getLocationContext()->getParentMap(); in getParentMap()
|
/external/clang/include/clang/Analysis/ |
D | AnalysisContext.h | 171 ParentMap &getParentMap(); 252 ParentMap &getParentMap() const { in getParentMap() function 253 return getAnalysisDeclContext()->getParentMap(); in getParentMap()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | AnalysisDeclContext.h | 169 ParentMap &getParentMap(); 251 const ParentMap &getParentMap() const { return Ctx->getParentMap(); } in getParentMap() function
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | TraversalChecker.cpp | 43 const ParentMap &Parents = C.getLocationContext()->getParentMap(); in checkBranchCondition()
|
D | VforkChecker.cpp | 162 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkPostCall()
|
D | UnreachableCodeChecker.cpp | 76 PM = &LC->getParentMap(); in checkEndAnalysis()
|
D | DeadStoresChecker.cpp | 469 ParentMap &pmap = mgr.getParentMap(D); in checkASTCodeBody()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | TraversalChecker.cpp | 42 const ParentMap &Parents = C.getLocationContext()->getParentMap(); in checkBranchCondition()
|
D | ConversionChecker.cpp | 68 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkPreStmt()
|
D | VforkChecker.cpp | 162 const ParentMap &PM = C.getLocationContext()->getParentMap(); in checkPostCall()
|
D | UnreachableCodeChecker.cpp | 75 PM = &LC->getParentMap(); in checkEndAnalysis()
|
D | DeadStoresChecker.cpp | 524 ParentMap &pmap = mgr.getParentMap(D); in checkASTCodeBody()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | Transforms.h | 55 ParentMap &getParentMap() { return PMap; } in getParentMap() function
|
D | TransProtectedScope.cpp | 107 CaseCollector(BodyCtx.getParentMap(), Cases) in ProtectedScopeFixer()
|
/external/clang/lib/ARCMigrate/ |
D | Transforms.h | 56 ParentMap &getParentMap() { return PMap; } in getParentMap() function
|
D | TransProtectedScope.cpp | 106 CaseCollector(BodyCtx.getParentMap(), Cases) in ProtectedScopeFixer()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 164 const ParentMap &getParentMap() const { in getParentMap() function in __anon6362d5d70111::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() 3149 const Stmt *P = N->getParentMap().getParent(S); in findExecutedLines() 3156 P = N->getParentMap().getParent(RS); in findExecutedLines()
|
D | ExplodedGraph.cpp | 137 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
|
/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 257 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap())); in getCFGStmtMap() 280 ParentMap &AnalysisDeclContext::getParentMap() { in getParentMap() function in AnalysisDeclContext
|
/external/llvm-project/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 256 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap())); in getCFGStmtMap() 279 ParentMap &AnalysisDeclContext::getParentMap() { in getParentMap() function in AnalysisDeclContext
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 343 ParentMap& getParentMap() { return LC->getParentMap(); } in getParentMap() function in __anond14f76690111::PathDiagnosticBuilder 346 return getParentMap().getParent(S); in getParent() 495 return ::getEnclosingStmtLocation(S, getSourceManager(), getParentMap(), LC, in getEnclosingStmtLocation() 1166 return PDB.getParentMap().isConsumedExpr(X) && !IsControlFlowExpr(X); in IsConsumedExpr() 1516 ParentMap &PM = PDB.getParentMap(); in GenerateExtensivePathDiagnostic() 1808 ParentMap &PM = PDB.getParentMap(); in GenerateAlternateExtensivePathDiagnostic() 2323 ParentMap &PM = LC->getParentMap(); in optimizeEdges()
|
D | ExplodedGraph.cpp | 147 ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
|