/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 38 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr, in AnalysisDeclContext() function in AnalysisDeclContext 53 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr, in AnalysisDeclContext() function in AnalysisDeclContext 93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody() 127 Stmt *AnalysisDeclContext::getBody() const { in getBody() 132 bool AnalysisDeclContext::isBodyAutosynthesized() const { in isBodyAutosynthesized() 138 bool AnalysisDeclContext::isBodyAutosynthesizedFromModelFile() const { in isBodyAutosynthesizedFromModelFile() 149 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const { in getSelfDecl() 181 void AnalysisDeclContext::registerForcedBlockExpression(const Stmt *stmt) { in registerForcedBlockExpression() 191 AnalysisDeclContext::getBlockForRegisteredExpression(const Stmt *stmt) { in getBlockForRegisteredExpression() 214 CFG *AnalysisDeclContext::getCFG() { in getCFG() [all …]
|
D | CMakeLists.txt | 6 AnalysisDeclContext.cpp
|
D | UninitializedValues.cpp | 325 ClassifyRefs(AnalysisDeclContext &AC) : DC(cast<DeclContext>(AC.getDecl())) {} in ClassifyRefs() 494 AnalysisDeclContext ∾ 501 const CFGBlock *block, AnalysisDeclContext &ac, in TransferFunctions() 802 AnalysisDeclContext &ac, CFGBlockValues &vals, in runOnBlock() 870 AnalysisDeclContext &ac, in runUninitializedVariablesAnalysis()
|
D | LiveVariables.cpp | 35 DataflowWorklist(const CFG &cfg, AnalysisDeclContext &Ctx) in DataflowWorklist() 84 AnalysisDeclContext &analysisContext; 103 LiveVariablesImpl(AnalysisDeclContext &ac, bool KillAtAssign) in LiveVariablesImpl() 485 LiveVariables::computeLiveness(AnalysisDeclContext &AC, in computeLiveness()
|
D | PostOrderCFGView.cpp | 31 PostOrderCFGView *PostOrderCFGView::create(AnalysisDeclContext &ctx) { in create()
|
/external/clang/include/clang/Analysis/ |
D | AnalysisContext.h | 66 class AnalysisDeclContext { 91 AnalysisDeclContext(AnalysisDeclContextManager *Mgr, 94 AnalysisDeclContext(AnalysisDeclContextManager *Mgr, 98 ~AnalysisDeclContext(); 223 AnalysisDeclContext *Ctx; 228 LocationContext(ContextKind k, AnalysisDeclContext *ctx, in LocationContext() 237 AnalysisDeclContext *getAnalysisDeclContext() const { return Ctx; } in getAnalysisDeclContext() 273 AnalysisDeclContext *ctx, 289 StackFrameContext(AnalysisDeclContext *ctx, const LocationContext *parent, in StackFrameContext() 309 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx, in Profile() [all …]
|
/external/clang/include/clang/Analysis/Analyses/ |
D | LiveVariables.h | 72 static LiveVariables *computeLiveness(AnalysisDeclContext &analysisContext, 95 static LiveVariables *create(AnalysisDeclContext &analysisContext) { in create() 108 static LiveVariables *create(AnalysisDeclContext &analysisContext) { in create()
|
D | ReachableCode.h | 28 class AnalysisDeclContext; variable 64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
|
D | UninitializedValues.h | 23 class AnalysisDeclContext; variable 121 AnalysisDeclContext &ac,
|
D | Consumed.h | 245 void determineExpectedReturnState(AnalysisDeclContext &AC, 265 void run(AnalysisDeclContext &AC);
|
D | PostOrderCFGView.h | 109 static PostOrderCFGView *create(AnalysisDeclContext &analysisContext);
|
D | ThreadSafety.h | 215 void runThreadSafetyAnalysis(AnalysisDeclContext &AC,
|
D | Dominators.h | 83 void buildDominatorTree(AnalysisDeclContext &AC) { in buildDominatorTree()
|
D | ThreadSafetyCommon.h | 134 bool init(AnalysisDeclContext &AC) { in init() 246 AnalysisDeclContext *ACtx;
|
/external/clang/test/SemaCXX/ |
D | missing-header.cpp | 5 class AnalysisDeclContext {}; class 6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckSizeofPointer.cpp | 28 AnalysisDeclContext* AC; 31 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST()
|
D | ObjCContainersASTChecker.cpp | 31 AnalysisDeclContext* AC; 74 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST()
|
D | CStringSyntaxChecker.cpp | 36 AnalysisDeclContext* AC; 85 WalkAST(const CheckerBase *checker, BugReporter &br, AnalysisDeclContext *ac) in WalkAST()
|
D | DirectIvarAssignment.cpp | 71 const CheckerBase *Checker, AnalysisDeclContext *InDCtx) in MethodCrawler() 142 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); in checkASTDecl()
|
D | VirtualCallChecker.cpp | 33 AnalysisDeclContext *AC; 63 AnalysisDeclContext *ac) in WalkAST()
|
D | DeadStoresChecker.cpp | 128 AnalysisDeclContext* AC; 139 const CheckerBase *checker, AnalysisDeclContext *ac, in DeadStoreObs() 468 AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D); in checkASTCodeBody()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 378 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI); in examineStackFrames() 416 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D); in REGISTER_TRAIT_WITH_PROGRAMSTATE() 426 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); in REGISTER_TRAIT_WITH_PROGRAMSTATE() 615 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind() 641 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind() 733 static bool mayInlineDecl(AnalysisDeclContext *CalleeADC, in mayInlineDecl() 751 if (AnalysisDeclContext::isInStdNamespace(FD)) in mayInlineDecl() 797 AnalysisDeclContext *CalleeADC = ADCMgr.getContext(D); in shouldInlineCall()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 31 class AnalysisDeclContext; variable 131 typedef llvm::PointerUnion<const LocationContext*, AnalysisDeclContext*> 151 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext *)nullptr) const; 154 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext *)nullptr) const;
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 126 AnalysisDeclContext *getAnalysisDeclContext(const Decl *D) { in getAnalysisDeclContext()
|
D | MemRegion.h | 590 AnalysisDeclContext *AC; 594 AnalysisDeclContext *ac, const MemRegion* sreg) in BlockCodeRegion() 606 AnalysisDeclContext *getAnalysisDeclContext() const { return AC; } in getAnalysisDeclContext() 613 CanQualType, const AnalysisDeclContext*, 1263 AnalysisDeclContext *AC);
|