HomeSort by relevance Sort by last modified time
    Searched refs:AnalysisDeclContext (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/test/SemaCXX/
missing-header.cpp 5 class AnalysisDeclContext {};
6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) {
  /external/clang/include/clang/Analysis/Analyses/
ReachableCode.h 28 class AnalysisDeclContext;
64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
LiveVariables.h 72 static LiveVariables *computeLiveness(AnalysisDeclContext &analysisContext,
95 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
108 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
UninitializedValues.h 23 class AnalysisDeclContext;
121 AnalysisDeclContext &ac,
PostOrderCFGView.h 109 static PostOrderCFGView *create(AnalysisDeclContext &analysisContext);
Consumed.h 245 void determineExpectedReturnState(AnalysisDeclContext &AC,
265 void run(AnalysisDeclContext &AC);
ThreadSafety.h 215 void runThreadSafetyAnalysis(AnalysisDeclContext &AC,
Dominators.h 81 /// The CFG information is passed via AnalysisDeclContext
83 void buildDominatorTree(AnalysisDeclContext &AC) {
ThreadSafetyCommon.h 134 bool init(AnalysisDeclContext &AC) {
246 AnalysisDeclContext *ACtx;
  /external/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
44 /// to AnalysisDeclContext.
58 // static [Derived*] create(AnalysisDeclContext &Ctx);
60 // which creates the analysis object given an AnalysisDeclContext.
64 /// AnalysisDeclContext contains the context data for the function or method
66 class AnalysisDeclContext {
68 /// AnalysisDeclContext. This may be null.
91 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
94 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
98 ~AnalysisDeclContext();
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 1 //== AnalysisDeclContext.cpp - Analysis context for Path Sens analysis -*- C++ -*-//
10 // This file defines AnalysisDeclContext, a class that manages the analysis context
38 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
53 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const {
121 Stmt *AnalysisDeclContext::getBody() const {
126 bool AnalysisDeclContext::isBodyAutosynthesized() const {
132 bool AnalysisDeclContext::isBodyAutosynthesizedFromModelFile() const
    [all...]
Android.mk 17 AnalysisDeclContext.cpp \
PostOrderCFGView.cpp 31 PostOrderCFGView *PostOrderCFGView::create(AnalysisDeclContext &ctx) {
LiveVariables.cpp 35 DataflowWorklist(const CFG &cfg, AnalysisDeclContext &Ctx)
84 AnalysisDeclContext &analysisContext;
103 LiveVariablesImpl(AnalysisDeclContext &ac, bool KillAtAssign)
485 LiveVariables::computeLiveness(AnalysisDeclContext &AC,
UninitializedValues.cpp 325 ClassifyRefs(AnalysisDeclContext &AC) : DC(cast<DeclContext>(AC.getDecl())) {}
494 AnalysisDeclContext &ac;
501 const CFGBlock *block, AnalysisDeclContext &ac,
802 AnalysisDeclContext &ac, CFGBlockValues &vals,
870 AnalysisDeclContext &ac,
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 28 AnalysisDeclContext* AC;
31 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
CStringSyntaxChecker.cpp 36 AnalysisDeclContext* AC;
85 WalkAST(const CheckerBase *checker, BugReporter &br, AnalysisDeclContext *ac)
DirectIvarAssignment.cpp 72 const CheckerBase *Checker, AnalysisDeclContext *InDCtx)
143 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M);
ObjCContainersASTChecker.cpp 31 AnalysisDeclContext* AC;
75 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
VirtualCallChecker.cpp 33 AnalysisDeclContext *AC;
63 AnalysisDeclContext *ac)
DeadStoresChecker.cpp 128 AnalysisDeclContext* AC;
139 const CheckerBase *checker, AnalysisDeclContext *ac,
466 AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 126 AnalysisDeclContext *getAnalysisDeclContext(const Decl *D) {
MemRegion.h 594 AnalysisDeclContext *AC;
598 AnalysisDeclContext *ac, const MemRegion* sreg)
610 AnalysisDeclContext *getAnalysisDeclContext() const { return AC; }
617 CanQualType, const AnalysisDeclContext*,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 375 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(DI);
428 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D);
438 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D);
628 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext();
654 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext();
746 static bool mayInlineDecl(AnalysisDeclContext *CalleeADC,
811 AnalysisDeclContext *CalleeADC = ADCMgr.getContext(D);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 31 class AnalysisDeclContext;
131 typedef llvm::PointerUnion<const LocationContext*, AnalysisDeclContext*>
151 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext *)nullptr) const;
154 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext *)nullptr) const;

Completed in 823 milliseconds

1 2