| /openbsd-src/gnu/llvm/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 | CMakeLists.txt | 7 AnalysisDeclContext.cpp
|
| H A D | PostOrderCFGView.cpp | 33 PostOrderCFGView::create(AnalysisDeclContext &ctx) { in create()
|
| H A D | UninitializedValues.cpp | 283 ClassifyRefs(AnalysisDeclContext &AC) : DC(cast<DeclContext>(AC.getDecl())) {} in ClassifyRefs() 466 AnalysisDeclContext ∾ 473 const CFGBlock *block, AnalysisDeclContext &ac, in TransferFunctions() 840 AnalysisDeclContext &ac, CFGBlockValues &vals, in runOnBlock() 917 AnalysisDeclContext &ac, in runUninitializedVariablesAnalysis()
|
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/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 63 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 245 void determineExpectedReturnState(AnalysisDeclContext &AC, 264 void run(AnalysisDeclContext &AC);
|
| H A D | UninitializedValues.h | 22 class AnalysisDeclContext; variable 129 AnalysisDeclContext &ac,
|
| H A D | ThreadSafety.h | 26 class AnalysisDeclContext; variable 246 void runThreadSafetyAnalysis(AnalysisDeclContext &AC,
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckSizeofPointer.cpp | 27 AnalysisDeclContext* AC; 30 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST()
|
| 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 | 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()
|
| 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 | GCDAntipatternChecker.cpp | 182 AnalysisDeclContext *ADC, in emitDiagnostics() 209 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in checkASTCodeBody()
|
| H A D | CStringSyntaxChecker.cpp | 35 AnalysisDeclContext* AC; 104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) in WalkAST()
|
| H A D | DeadStoresChecker.cpp | 135 AnalysisDeclContext* AC; 146 const DeadStoresChecker *checker, AnalysisDeclContext *ac, in DeadStoreObs() 545 AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D); in checkASTCodeBody()
|
| H A D | NumberObjectConversionChecker.cpp | 54 AnalysisDeclContext *ADC; 58 BugReporter &BR, AnalysisDeclContext *ADC) in Callback()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | DataflowWorklist.h | 68 ForwardDataflowWorklist(const CFG &Cfg, AnalysisDeclContext &Ctx) in ForwardDataflowWorklist() 82 BackwardDataflowWorklist(const CFG &Cfg, AnalysisDeclContext &Ctx) in BackwardDataflowWorklist()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 440 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() 450 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() 455 bool ExprEngine::isHuge(AnalysisDeclContext *ADC) const { in isHuge() 479 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI); in examineStackFrames() 544 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D); in inlineCall() 554 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); in inlineCall() 880 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind() 924 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind() 1016 bool ExprEngine::mayInlineDecl(AnalysisDeclContext *CalleeADC) const { in mayInlineDecl() 1034 if (AnalysisDeclContext::isInStdNamespace(FD)) in mayInlineDecl() [all …]
|
| /openbsd-src/gnu/usr.bin/clang/libclangAnalysis/ |
| H A D | Makefile | 11 SRCS= AnalysisDeclContext.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Analysis/ |
| H A D | BUILD.gn | 13 "AnalysisDeclContext.cpp",
|