Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A 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 …]
H A DUninitializedValues.cpp286 ClassifyRefs(AnalysisDeclContext &AC) : DC(cast<DeclContext>(AC.getDecl())) {} in ClassifyRefs()
469 AnalysisDeclContext &ac;
476 const CFGBlock *block, AnalysisDeclContext &ac, in TransferFunctions()
835 AnalysisDeclContext &ac, CFGBlockValues &vals, in runOnBlock()
912 AnalysisDeclContext &ac, in runUninitializedVariablesAnalysis()
H A DCMakeLists.txt7 AnalysisDeclContext.cpp
H A DPostOrderCFGView.cpp33 PostOrderCFGView::create(AnalysisDeclContext &ctx) { in create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h74 computeLiveness(AnalysisDeclContext &analysisContext, bool killAtAssign);
101 create(AnalysisDeclContext &analysisContext) { in create()
115 create(AnalysisDeclContext &analysisContext) { in create()
H A DReachableCode.h27 class AnalysisDeclContext; variable
63 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
H A DConsumed.h32 class AnalysisDeclContext; variable
246 void determineExpectedReturnState(AnalysisDeclContext &AC,
265 void run(AnalysisDeclContext &AC);
H A DCalledOnceCheck.h19 class AnalysisDeclContext; variable
121 void checkCalledOnceParameters(AnalysisDeclContext &AC,
H A DUninitializedValues.h22 class AnalysisDeclContext; variable
129 AnalysisDeclContext &ac,
H A DThreadSafety.h26 class AnalysisDeclContext; variable
249 void runThreadSafetyAnalysis(AnalysisDeclContext &AC,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp368 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall()
378 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge()
383 bool ExprEngine::isHuge(AnalysisDeclContext *ADC) const { in isHuge()
407 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI); in examineStackFrames()
443 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D); in REGISTER_MAP_WITH_PROGRAMSTATE()
453 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D); in REGISTER_MAP_WITH_PROGRAMSTATE()
772 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind()
816 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext(); in mayInlineCallKind()
905 bool ExprEngine::mayInlineDecl(AnalysisDeclContext *CalleeADC) const { in mayInlineDecl()
923 if (AnalysisDeclContext::isInStdNamespace(FD)) in mayInlineDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp27 AnalysisDeclContext* AC;
30 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST()
H A DOSObjectCStyleCast.cpp53 AnalysisDeclContext *ADC, in emitDiagnostics()
84 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in checkASTCodeBody()
H A DCastToStructChecker.cpp29 AnalysisDeclContext *AC;
33 AnalysisDeclContext *A) in CastToStructVisitor()
H A 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()
H A DObjCContainersASTChecker.cpp30 AnalysisDeclContext* AC;
73 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST()
H A DDirectIvarAssignment.cpp70 const CheckerBase *Checker, AnalysisDeclContext *InDCtx) in MethodCrawler()
141 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M); in checkASTDecl()
H A DGCDAntipatternChecker.cpp182 AnalysisDeclContext *ADC, in emitDiagnostics()
209 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D); in checkASTCodeBody()
H A DCStringSyntaxChecker.cpp35 AnalysisDeclContext* AC;
104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) in WalkAST()
H A DDeadStoresChecker.cpp138 AnalysisDeclContext* AC;
149 const DeadStoresChecker *checker, AnalysisDeclContext *ac, in DeadStoreObs()
549 AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D); in checkASTCodeBody()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowWorklist.h64 ForwardDataflowWorklist(const CFG &Cfg, AnalysisDeclContext &Ctx) in ForwardDataflowWorklist()
81 BackwardDataflowWorklist(const CFG &Cfg, AnalysisDeclContext &Ctx) in BackwardDataflowWorklist()
/netbsd-src/external/apache2/llvm/lib/libclangAnalysis/
H A DMakefile9 SRCS+= AnalysisDeclContext.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Analysis/
H A DBUILD.gn13 "AnalysisDeclContext.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h794 bool isSmall(AnalysisDeclContext *ADC) const;
798 bool isLarge(AnalysisDeclContext *ADC) const;
802 bool isHuge(AnalysisDeclContext *ADC) const;
806 bool mayInlineDecl(AnalysisDeclContext *ADC) const;

123