HomeSort by relevance Sort by last modified time
    Searched refs:AnalysisDeclContext (Results 1 - 25 of 34) 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);
UninitializedValues.h 20 class AnalysisDeclContext;
48 AnalysisDeclContext &ac,
LiveVariables.h 75 static LiveVariables *computeLiveness(AnalysisDeclContext &analysisContext,
98 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
111 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
PostOrderCFGView.h 105 static PostOrderCFGView *create(AnalysisDeclContext &analysisContext);
ThreadSafety.h 151 void runThreadSafetyAnalysis(AnalysisDeclContext &AC,
Dominators.h 78 /// The CFG information is passed via AnalysisDeclContext
80 void buildDominatorTree(AnalysisDeclContext &AC) {
  /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
35 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
52 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
81 Stmt *AnalysisDeclContext::getBody() const {
95 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const {
111 void AnalysisDeclContext::registerForcedBlockExpression(const Stmt *stmt) {
121 AnalysisDeclContext::getBlockForRegisteredExpression(const Stmt *stmt)
    [all...]
Android.mk 17 AnalysisDeclContext.cpp \
PostOrderCFGView.cpp 31 PostOrderCFGView *PostOrderCFGView::create(AnalysisDeclContext &ctx) {
LiveVariables.cpp 25 DataflowWorklist(const CFG &cfg, AnalysisDeclContext &Ctx)
89 AnalysisDeclContext &analysisContext;
109 LiveVariablesImpl(AnalysisDeclContext &ac, bool KillAtAssign)
357 AnalysisDeclContext::referenced_decls_iterator I, E;
481 LiveVariables::computeLiveness(AnalysisDeclContext &AC,
UninitializedValues.cpp 340 AnalysisDeclContext ∾
359 AnalysisDeclContext &ac,
618 AnalysisDeclContext &ac, CFGBlockValues &vals,
675 AnalysisDeclContext &ac,
  /external/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
47 /// to AnalysisDeclContext.
61 // static [Derived*] create(AnalysisDeclContext &Ctx);
63 // which creates the analysis object given an AnalysisDeclContext.
67 /// AnalysisDeclContext contains the context data for the function or method
69 class AnalysisDeclContext {
71 /// AnalysisDeclContext. This may be null.
100 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
104 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
109 ~AnalysisDeclContext();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 27 AnalysisDeclContext* AC;
30 WalkAST(BugReporter &br, AnalysisDeclContext* ac) : BR(br), AC(ac) {}
IdempotentOperationChecker.cpp 86 static bool isUnused(const Expr *E, AnalysisDeclContext *AC);
89 static bool pathWasCompletelyAnalyzed(AnalysisDeclContext *AC,
93 AnalysisDeclContext *AC);
95 AnalysisDeclContext *AC);
120 AnalysisDeclContext *AC = C.getCurrentAnalysisDeclContext();
370 AnalysisDeclContext *AC = (*ES.begin())->getLocationContext()
491 AnalysisDeclContext *AC) {
535 IdempotentOperationChecker::pathWasCompletelyAnalyzed(AnalysisDeclContext *AC,
619 AnalysisDeclContext *AC) {
702 AnalysisDeclContext *AC)
    [all...]
CStringSyntaxChecker.cpp 35 AnalysisDeclContext* AC;
85 WalkAST(BugReporter &br, AnalysisDeclContext* ac) :
ObjCContainersASTChecker.cpp 30 AnalysisDeclContext* AC;
76 WalkAST(BugReporter &br, AnalysisDeclContext* ac)
VirtualCallChecker.cpp 31 AnalysisDeclContext *AC;
60 WalkAST(BugReporter &br, AnalysisDeclContext *ac)
DeadStoresChecker.cpp 91 AnalysisDeclContext* AC;
101 BugReporter& br, AnalysisDeclContext* ac, ParentMap& parents,
373 AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D);
DebugCheckers.cpp 34 if (AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D)) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 189 AnalysisDeclContext *getAnalysisDeclContext(const Decl *D) {
193 AnalysisDeclContext *getAnalysisDeclContext(const Decl *D, idx::TranslationUnit *TU) {
CheckerContext.h 119 AnalysisDeclContext *getCurrentAnalysisDeclContext() const {
MemRegion.h 540 AnalysisDeclContext *AC;
544 AnalysisDeclContext *ac, const MemRegion* sreg)
556 AnalysisDeclContext *getAnalysisDeclContext() const { return AC; }
563 CanQualType, const AnalysisDeclContext*,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 30 class AnalysisDeclContext;
98 typedef llvm::PointerUnion<const LocationContext*, AnalysisDeclContext*>
120 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext*)0) const;
123 genRange(LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext*)0) const;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 134 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(FD);
200 AnalysisDeclContext *CalleeADC = AMgr.getAnalysisDeclContext(FD);

Completed in 993 milliseconds

1 2