Home
last modified time | relevance | path

Searched refs:AnalysisDeclContext (Results 1 – 25 of 44) sorted by relevance

12

/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp38 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 …]
DCMakeLists.txt6 AnalysisDeclContext.cpp
DUninitializedValues.cpp325 ClassifyRefs(AnalysisDeclContext &AC) : DC(cast<DeclContext>(AC.getDecl())) {} in ClassifyRefs()
494 AnalysisDeclContext &ac;
501 const CFGBlock *block, AnalysisDeclContext &ac, in TransferFunctions()
802 AnalysisDeclContext &ac, CFGBlockValues &vals, in runOnBlock()
870 AnalysisDeclContext &ac, in runUninitializedVariablesAnalysis()
DLiveVariables.cpp35 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()
DPostOrderCFGView.cpp31 PostOrderCFGView *PostOrderCFGView::create(AnalysisDeclContext &ctx) { in create()
/external/clang/include/clang/Analysis/
DAnalysisContext.h66 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/
DLiveVariables.h72 static LiveVariables *computeLiveness(AnalysisDeclContext &analysisContext,
95 static LiveVariables *create(AnalysisDeclContext &analysisContext) { in create()
108 static LiveVariables *create(AnalysisDeclContext &analysisContext) { in create()
DReachableCode.h28 class AnalysisDeclContext; variable
64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
DUninitializedValues.h23 class AnalysisDeclContext; variable
121 AnalysisDeclContext &ac,
DConsumed.h245 void determineExpectedReturnState(AnalysisDeclContext &AC,
265 void run(AnalysisDeclContext &AC);
DPostOrderCFGView.h109 static PostOrderCFGView *create(AnalysisDeclContext &analysisContext);
DThreadSafety.h215 void runThreadSafetyAnalysis(AnalysisDeclContext &AC,
DDominators.h83 void buildDominatorTree(AnalysisDeclContext &AC) { in buildDominatorTree()
DThreadSafetyCommon.h134 bool init(AnalysisDeclContext &AC) { in init()
246 AnalysisDeclContext *ACtx;
/external/clang/test/SemaCXX/
Dmissing-header.cpp5 class AnalysisDeclContext {}; class
6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSizeofPointer.cpp28 AnalysisDeclContext* AC;
31 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST()
DObjCContainersASTChecker.cpp31 AnalysisDeclContext* AC;
74 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST()
DCStringSyntaxChecker.cpp36 AnalysisDeclContext* AC;
85 WalkAST(const CheckerBase *checker, BugReporter &br, AnalysisDeclContext *ac) in WalkAST()
DDirectIvarAssignment.cpp71 const CheckerBase *Checker, AnalysisDeclContext *InDCtx) in MethodCrawler()
142 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); in checkASTDecl()
DVirtualCallChecker.cpp33 AnalysisDeclContext *AC;
63 AnalysisDeclContext *ac) in WalkAST()
DDeadStoresChecker.cpp128 AnalysisDeclContext* AC;
139 const CheckerBase *checker, AnalysisDeclContext *ac, in DeadStoreObs()
468 AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D); in checkASTCodeBody()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp378 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/
DPathDiagnostic.h31 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/
DAnalysisManager.h126 AnalysisDeclContext *getAnalysisDeclContext(const Decl *D) { in getAnalysisDeclContext()
DMemRegion.h590 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);

12