/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A 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 …]
|
H A D | UninitializedValues.cpp | 301 ClassifyRefs(AnalysisDeclContext &AC) : DC(cast<DeclContext>(AC.getDecl())) {} in ClassifyRefs() 484 AnalysisDeclContext ∾ 491 const CFGBlock *block, AnalysisDeclContext &ac, in TransferFunctions() 837 AnalysisDeclContext &ac, CFGBlockValues &vals, in runOnBlock() 914 AnalysisDeclContext &ac, in runUninitializedVariablesAnalysis()
|
H A D | PostOrderCFGView.cpp | 33 PostOrderCFGView::create(AnalysisDeclContext &ctx) { in create()
|
H A D | LiveVariables.cpp | 30 AnalysisDeclContext &analysisContext; 51 LiveVariablesImpl(AnalysisDeclContext &ac, bool KillAtAssign) in LiveVariablesImpl() 523 LiveVariables::computeLiveness(AnalysisDeclContext &AC, bool killAtAssign) { in computeLiveness()
|
H A D | CalledOnceCheck.cpp | 606 static void check(AnalysisDeclContext &AC, CalledOnceCheckHandler &Handler, in check() 612 CalledOnceChecker(AnalysisDeclContext &AC, CalledOnceCheckHandler &Handler, in CalledOnceChecker() 1675 AnalysisDeclContext &AC; 1701 void checkCalledOnceParameters(AnalysisDeclContext &AC, in checkCalledOnceParameters()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | AnalysisDeclContext.h | 72 class AnalysisDeclContext { 97 AnalysisDeclContext(AnalysisDeclContextManager *Mgr, const Decl *D); 99 AnalysisDeclContext(AnalysisDeclContextManager *Mgr, const Decl *D, 102 ~AnalysisDeclContext(); 224 AnalysisDeclContext *Ctx; 230 LocationContext(ContextKind k, AnalysisDeclContext *ctx, in LocationContext() 244 AnalysisDeclContext *getAnalysisDeclContext() const { return Ctx; } in getAnalysisDeclContext() 294 AnalysisDeclContext *ctx, 316 StackFrameContext(AnalysisDeclContext *ADC, const LocationContext *ParentLC, in StackFrameContext() 337 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ADC, in Profile() [all …]
|
H A D | PathDiagnostic.h | 40 class AnalysisDeclContext; variable 193 llvm::PointerUnion<const LocationContext *, AnalysisDeclContext *>; 210 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext *)nullptr) const; 213 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext *)nullptr) const;
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | LiveVariables.h | 74 computeLiveness(AnalysisDeclContext &analysisContext, bool killAtAssign); 101 create(AnalysisDeclContext &analysisContext) { in create() 115 create(AnalysisDeclContext &analysisContext) { in create()
|
H A D | ReachableCode.h | 27 class AnalysisDeclContext; variable 61 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
|
H A D | CalledOnceCheck.h | 19 class AnalysisDeclContext; variable 120 void checkCalledOnceParameters(AnalysisDeclContext &AC,
|
H A D | Consumed.h | 32 class AnalysisDeclContext; variable 249 void determineExpectedReturnState(AnalysisDeclContext &AC, 268 void run(AnalysisDeclContext &AC);
|
H A D | UninitializedValues.h | 22 class AnalysisDeclContext; variable 129 AnalysisDeclContext &ac,
|
H A D | PostOrderCFGView.h | 146 create(AnalysisDeclContext &analysisContext);
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 438 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() 448 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() 453 bool ExprEngine::isHuge(AnalysisDeclContext *ADC) const { in isHuge() 477 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI); in examineStackFrames() 542 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D); in inlineCall() 552 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); in inlineCall() 879 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind() 923 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind() 1015 bool ExprEngine::mayInlineDecl(AnalysisDeclContext *CalleeADC) const { in mayInlineDecl() 1033 if (AnalysisDeclContext::isInStdNamespace(FD)) in mayInlineDecl() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | OSObjectCStyleCast.cpp | 53 AnalysisDeclContext *ADC, in emitDiagnostics() 84 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in checkASTCodeBody()
|
H A D | CastToStructChecker.cpp | 29 AnalysisDeclContext *AC; 33 AnalysisDeclContext *A) in CastToStructVisitor()
|
H A D | ObjCContainersASTChecker.cpp | 30 AnalysisDeclContext* AC; 73 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST()
|
H A D | DirectIvarAssignment.cpp | 70 const CheckerBase *Checker, AnalysisDeclContext *InDCtx) in MethodCrawler() 141 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); in checkASTDecl()
|
H A D | CStringSyntaxChecker.cpp | 35 AnalysisDeclContext* AC; 104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) in WalkAST()
|
H A D | NumberObjectConversionChecker.cpp | 54 AnalysisDeclContext *ADC; 58 BugReporter &BR, AnalysisDeclContext *ADC) in Callback()
|
H A D | RunLoopAutoreleaseLeakChecker.cpp | 89 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in emitDiagnostics()
|
H A D | ObjCAutoreleaseWriteChecker.cpp | 114 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in emitDiagnostics()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 786 bool isSmall(AnalysisDeclContext *ADC) const; 790 bool isLarge(AnalysisDeclContext *ADC) const; 794 bool isHuge(AnalysisDeclContext *ADC) const; 798 bool mayInlineDecl(AnalysisDeclContext *ADC) const;
|
H A D | AnalysisManager.h | 121 AnalysisDeclContext *getAnalysisDeclContext(const Decl *D) { in getAnalysisDeclContext()
|
H A D | MemRegion.h | 47 class AnalysisDeclContext; variable 635 AnalysisDeclContext *AC; 639 AnalysisDeclContext *ac, const CodeSpaceRegion* sreg) in BlockCodeRegion() 647 CanQualType, const AnalysisDeclContext*, 661 AnalysisDeclContext *getAnalysisDeclContext() const { return AC; } in getAnalysisDeclContext() 1582 AnalysisDeclContext *AC);
|