Home
last modified time | relevance | path

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

1234

/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 …]
/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/llvm-project/clang/lib/Analysis/
DAnalysisDeclContext.cpp55 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *ADCMgr, in AnalysisDeclContext() function in AnalysisDeclContext
62 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *ADCMgr, in AnalysisDeclContext() function in AnalysisDeclContext
93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody()
126 Stmt *AnalysisDeclContext::getBody() const { in getBody()
131 bool AnalysisDeclContext::isBodyAutosynthesized() const { in isBodyAutosynthesized()
137 bool AnalysisDeclContext::isBodyAutosynthesizedFromModelFile() const { in isBodyAutosynthesizedFromModelFile()
148 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const { in getSelfDecl()
180 void AnalysisDeclContext::registerForcedBlockExpression(const Stmt *stmt) { in registerForcedBlockExpression()
190 AnalysisDeclContext::getBlockForRegisteredExpression(const Stmt *stmt) { in getBlockForRegisteredExpression()
213 CFG *AnalysisDeclContext::getCFG() { in getCFG()
[all …]
/external/llvm-project/clang/include/clang/Analysis/
DAnalysisDeclContext.h72 class AnalysisDeclContext {
97 AnalysisDeclContext(AnalysisDeclContextManager *Mgr, const Decl *D);
99 AnalysisDeclContext(AnalysisDeclContextManager *Mgr, const Decl *D,
102 ~AnalysisDeclContext();
222 AnalysisDeclContext *Ctx;
228 LocationContext(ContextKind k, AnalysisDeclContext *ctx, in LocationContext()
239 AnalysisDeclContext *getAnalysisDeclContext() const { return Ctx; } in getAnalysisDeclContext()
288 AnalysisDeclContext *ctx,
310 StackFrameContext(AnalysisDeclContext *ADC, const LocationContext *ParentLC, in StackFrameContext()
331 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ADC, in Profile()
[all …]
/external/llvm-project/clang/test/SemaCXX/
Dmissing-header.cpp5 class AnalysisDeclContext {}; class
6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough()
/external/clang/test/SemaCXX/
Dmissing-header.cpp5 class AnalysisDeclContext {}; class
6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough()
/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,
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DLiveVariables.h74 computeLiveness(AnalysisDeclContext &analysisContext, bool killAtAssign);
101 create(AnalysisDeclContext &analysisContext) { in create()
115 create(AnalysisDeclContext &analysisContext) { in create()
DReachableCode.h27 class AnalysisDeclContext; variable
63 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
DConsumed.h32 class AnalysisDeclContext; variable
246 void determineExpectedReturnState(AnalysisDeclContext &AC,
265 void run(AnalysisDeclContext &AC);
DUninitializedValues.h22 class AnalysisDeclContext; variable
129 AnalysisDeclContext &ac,
DThreadSafety.h26 class AnalysisDeclContext; variable
249 void runThreadSafetyAnalysis(AnalysisDeclContext &AC,
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckSizeofPointer.cpp27 AnalysisDeclContext* AC;
30 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST()
DOSObjectCStyleCast.cpp39 AnalysisDeclContext *ADC, in emitDiagnostics()
65 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in checkASTCodeBody()
DCastToStructChecker.cpp29 AnalysisDeclContext *AC;
33 AnalysisDeclContext *A) in CastToStructVisitor()
DDebugCheckers.cpp37 if (AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D)) { in checkASTCodeBody()
63 if (AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D)) { in checkASTCodeBody()
89 if (AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D)) { in checkASTCodeBody()
DObjCContainersASTChecker.cpp30 AnalysisDeclContext* AC;
73 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST()
/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()
/external/llvm-project/clang/include/clang/Analysis/FlowSensitive/
DDataflowWorklist.h64 ForwardDataflowWorklist(const CFG &Cfg, AnalysisDeclContext &Ctx) in ForwardDataflowWorklist()
81 BackwardDataflowWorklist(const CFG &Cfg, AnalysisDeclContext &Ctx) in BackwardDataflowWorklist()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp367 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall()
377 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge()
382 bool ExprEngine::isHuge(AnalysisDeclContext *ADC) const { in isHuge()
406 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI); in examineStackFrames()
442 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D); in REGISTER_MAP_WITH_PROGRAMSTATE()
452 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); in REGISTER_MAP_WITH_PROGRAMSTATE()
757 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind()
801 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind()
890 bool ExprEngine::mayInlineDecl(AnalysisDeclContext *CalleeADC) const { in mayInlineDecl()
908 if (AnalysisDeclContext::isInStdNamespace(FD)) in mayInlineDecl()
[all …]
/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()

1234