HomeSort by relevance Sort by last modified time
    Searched refs:AnalysisDeclContext (Results 1 - 25 of 39) 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 75 static LiveVariables *computeLiveness(AnalysisDeclContext &analysisContext,
98 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
111 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
UninitializedValues.h 23 class AnalysisDeclContext;
121 AnalysisDeclContext &ac,
PostOrderCFGView.h 109 static PostOrderCFGView *create(AnalysisDeclContext &analysisContext);
ThreadSafety.h 186 void runThreadSafetyAnalysis(AnalysisDeclContext &AC,
Consumed.h 240 void determineExpectedReturnState(AnalysisDeclContext &AC,
261 void run(AnalysisDeclContext &AC);
Dominators.h 83 /// The CFG information is passed via AnalysisDeclContext
85 void buildDominatorTree(AnalysisDeclContext &AC) {
  /external/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
43 /// to AnalysisDeclContext.
57 // static [Derived*] create(AnalysisDeclContext &Ctx);
59 // which creates the analysis object given an AnalysisDeclContext.
63 /// AnalysisDeclContext contains the context data for the function or method
65 class AnalysisDeclContext {
67 /// AnalysisDeclContext. This may be null.
90 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
93 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
97 ~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,
92 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const {
120 Stmt *AnalysisDeclContext::getBody() const {
125 bool AnalysisDeclContext::isBodyAutosynthesized() const {
131 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const
    [all...]
Android.mk 20 AnalysisDeclContext.cpp \
PostOrderCFGView.cpp 31 PostOrderCFGView *PostOrderCFGView::create(AnalysisDeclContext &ctx) {
LiveVariables.cpp 35 DataflowWorklist(const CFG &cfg, AnalysisDeclContext &Ctx)
84 AnalysisDeclContext &analysisContext;
104 LiveVariablesImpl(AnalysisDeclContext &ac, bool KillAtAssign)
360 AnalysisDeclContext::referenced_decls_iterator I, E;
490 LiveVariables::computeLiveness(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,
439 AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D);
DebugCheckers.cpp 36 if (AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D)) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 123 AnalysisDeclContext *getAnalysisDeclContext(const Decl *D) {
CheckerContext.h 173 AnalysisDeclContext *getCurrentAnalysisDeclContext() const {
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);
427 AnalysisDeclContext *BlockCtx = AMgr.getAnalysisDeclContext(D);
437 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(D);
627 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext();
653 const AnalysisDeclContext *ADC = CallerSFC->getAnalysisDeclContext();
743 static bool mayInlineDecl(AnalysisDeclContext *CalleeADC,
808 AnalysisDeclContext *CalleeADC = ADCMgr.getContext(D);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 31 class AnalysisDeclContext;
127 typedef llvm::PointerUnion<const LocationContext*, AnalysisDeclContext*>
147 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext *)nullptr) const;
150 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext *)nullptr) const;

Completed in 297 milliseconds

1 2