Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/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 DCMakeLists.txt7 AnalysisDeclContext.cpp
H A DPostOrderCFGView.cpp33 PostOrderCFGView::create(AnalysisDeclContext &ctx) { in create()
H A DUninitializedValues.cpp283 ClassifyRefs(AnalysisDeclContext &AC) : DC(cast<DeclContext>(AC.getDecl())) {} in ClassifyRefs()
466 AnalysisDeclContext &ac;
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 DAnalysisDeclContext.h72 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 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 DCalledOnceCheck.h19 class AnalysisDeclContext; variable
120 void checkCalledOnceParameters(AnalysisDeclContext &AC,
H A DConsumed.h32 class AnalysisDeclContext; variable
245 void determineExpectedReturnState(AnalysisDeclContext &AC,
264 void run(AnalysisDeclContext &AC);
H A DUninitializedValues.h22 class AnalysisDeclContext; variable
129 AnalysisDeclContext &ac,
H A DThreadSafety.h26 class AnalysisDeclContext; variable
246 void runThreadSafetyAnalysis(AnalysisDeclContext &AC,
/openbsd-src/gnu/llvm/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.cpp135 AnalysisDeclContext* AC;
146 const DeadStoresChecker *checker, AnalysisDeclContext *ac, in DeadStoreObs()
545 AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D); in checkASTCodeBody()
H A DNumberObjectConversionChecker.cpp54 AnalysisDeclContext *ADC;
58 BugReporter &BR, AnalysisDeclContext *ADC) in Callback()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowWorklist.h68 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 DExprEngineCallAndReturn.cpp440 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 DMakefile11 SRCS= AnalysisDeclContext.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Analysis/
H A DBUILD.gn13 "AnalysisDeclContext.cpp",

123