HomeSort by relevance Sort by last modified time
    Searched refs:AnalysisDeclContext (Results 1 - 25 of 36) 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;
52 void FindUnreachableCode(AnalysisDeclContext &AC, Callback &CB);
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;
103 AnalysisDeclContext &ac,
PostOrderCFGView.h 105 static PostOrderCFGView *create(AnalysisDeclContext &analysisContext);
ThreadSafety.h 160 void runThreadSafetyAnalysis(AnalysisDeclContext &AC,
Dominators.h 77 /// The CFG information is passed via AnalysisDeclContext
79 void buildDominatorTree(AnalysisDeclContext &AC) {
  /external/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
48 /// to AnalysisDeclContext.
62 // static [Derived*] create(AnalysisDeclContext &Ctx);
64 // which creates the analysis object given an AnalysisDeclContext.
68 /// AnalysisDeclContext contains the context data for the function or method
70 class AnalysisDeclContext {
72 /// AnalysisDeclContext. This may be null.
95 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
98 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
102 ~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 {
113 Stmt *AnalysisDeclContext::getBody() const {
118 bool AnalysisDeclContext::isBodyAutosynthesized() const {
124 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const
    [all...]
Android.mk 19 AnalysisDeclContext.cpp \
PostOrderCFGView.cpp 31 PostOrderCFGView *PostOrderCFGView::create(AnalysisDeclContext &ctx) {
LiveVariables.cpp 35 DataflowWorklist(const CFG &cfg, AnalysisDeclContext &Ctx)
99 AnalysisDeclContext &analysisContext;
119 LiveVariablesImpl(AnalysisDeclContext &ac, bool KillAtAssign)
375 AnalysisDeclContext::referenced_decls_iterator I, E;
506 LiveVariables::computeLiveness(AnalysisDeclContext &AC,
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 27 AnalysisDeclContext* AC;
30 WalkAST(BugReporter &br, AnalysisDeclContext* ac) : BR(br), AC(ac) {}
IdempotentOperationChecker.cpp 87 static bool isUnused(const Expr *E, AnalysisDeclContext *AC);
90 static bool pathWasCompletelyAnalyzed(AnalysisDeclContext *AC,
94 AnalysisDeclContext *AC);
96 AnalysisDeclContext *AC);
122 AnalysisDeclContext *AC = C.getCurrentAnalysisDeclContext();
374 AnalysisDeclContext *AC = (*ES.begin())->getLocationContext()
495 AnalysisDeclContext *AC) {
539 IdempotentOperationChecker::pathWasCompletelyAnalyzed(AnalysisDeclContext *AC,
620 AnalysisDeclContext *AC) {
692 AnalysisDeclContext *AC)
    [all...]
CStringSyntaxChecker.cpp 35 AnalysisDeclContext* AC;
84 WalkAST(BugReporter &br, AnalysisDeclContext* ac) :
ObjCContainersASTChecker.cpp 30 AnalysisDeclContext* AC;
74 WalkAST(BugReporter &br, AnalysisDeclContext* ac)
VirtualCallChecker.cpp 32 AnalysisDeclContext *AC;
61 WalkAST(BugReporter &br, AnalysisDeclContext *ac)
DirectIvarAssignment.cpp 77 BugReporter &InBR, AnalysisDeclContext *InDCtx)
153 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M);
DeadStoresChecker.cpp 128 AnalysisDeclContext* AC;
139 BugReporter& br, AnalysisDeclContext* ac, ParentMap& parents,
436 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 597 AnalysisDeclContext *AC;
601 AnalysisDeclContext *ac, const MemRegion* sreg)
613 AnalysisDeclContext *getAnalysisDeclContext() const { return AC; }
620 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(const CallEvent &Call, AnalysisDeclContext *CalleeADC,
808 AnalysisDeclContext *CalleeADC = ADCMgr.getContext(D);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 31 class AnalysisDeclContext;
125 typedef llvm::PointerUnion<const LocationContext*, AnalysisDeclContext*>
145 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext*)0) const;
148 genRange(LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext*)0) const;

Completed in 298 milliseconds

1 2