/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 …]
|
/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/llvm-project/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 55 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/ |
D | AnalysisDeclContext.h | 72 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/ |
D | missing-header.cpp | 5 class AnalysisDeclContext {}; class 6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough()
|
/external/clang/test/SemaCXX/ |
D | missing-header.cpp | 5 class AnalysisDeclContext {}; class 6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough()
|
/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,
|
/external/llvm-project/clang/include/clang/Analysis/Analyses/ |
D | LiveVariables.h | 74 computeLiveness(AnalysisDeclContext &analysisContext, bool killAtAssign); 101 create(AnalysisDeclContext &analysisContext) { in create() 115 create(AnalysisDeclContext &analysisContext) { in create()
|
D | ReachableCode.h | 27 class AnalysisDeclContext; variable 63 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
|
D | Consumed.h | 32 class AnalysisDeclContext; variable 246 void determineExpectedReturnState(AnalysisDeclContext &AC, 265 void run(AnalysisDeclContext &AC);
|
D | UninitializedValues.h | 22 class AnalysisDeclContext; variable 129 AnalysisDeclContext &ac,
|
D | ThreadSafety.h | 26 class AnalysisDeclContext; variable 249 void runThreadSafetyAnalysis(AnalysisDeclContext &AC,
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckSizeofPointer.cpp | 27 AnalysisDeclContext* AC; 30 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST()
|
D | OSObjectCStyleCast.cpp | 39 AnalysisDeclContext *ADC, in emitDiagnostics() 65 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in checkASTCodeBody()
|
D | CastToStructChecker.cpp | 29 AnalysisDeclContext *AC; 33 AnalysisDeclContext *A) in CastToStructVisitor()
|
D | DebugCheckers.cpp | 37 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()
|
D | ObjCContainersASTChecker.cpp | 30 AnalysisDeclContext* AC; 73 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST()
|
/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()
|
/external/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
D | DataflowWorklist.h | 64 ForwardDataflowWorklist(const CFG &Cfg, AnalysisDeclContext &Ctx) in ForwardDataflowWorklist() 81 BackwardDataflowWorklist(const CFG &Cfg, AnalysisDeclContext &Ctx) in BackwardDataflowWorklist()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 367 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/ |
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()
|