/external/clang/include/clang/StaticAnalyzer/Core/ |
D | CheckerManager.h | 34 class ExprEngine; variable 190 ExprEngine &Eng) { in runCheckersForPreStmt() 203 ExprEngine &Eng, 211 const Stmt *S, ExprEngine &Eng, 218 ExprEngine &Eng) { in runCheckersForPreObjCMessage() 226 ExprEngine &Eng, 236 ExprEngine &Eng) { in runCheckersForObjCMessageNil() 246 const ObjCMethodCall &msg, ExprEngine &Eng, 251 const CallEvent &Call, ExprEngine &Eng) { in runCheckersForPreCall() 257 const CallEvent &Call, ExprEngine &Eng, [all …]
|
D | Checker.h | 229 BugReporter &BR, ExprEngine &Eng) { in _checkEndAnalysis()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerManager.cpp | 141 ExprEngine &Eng; 148 const Stmt *s, ExprEngine &eng, bool wasInlined = false) in CheckStmtContext() 170 ExprEngine &Eng, in runCheckersForStmt() 185 ExprEngine &Eng; 192 const ObjCMethodCall &msg, ExprEngine &eng, in CheckObjCMessageContext() 225 ExprEngine &Eng, in runCheckersForObjCMessage() 253 ExprEngine &Eng; 259 const CallEvent &call, ExprEngine &eng, in CheckCallContext() 279 ExprEngine &Eng, in runCheckersForCallEvent() 296 ExprEngine &Eng; [all …]
|
D | ExprEngine.cpp | 71 ExprEngine::ExprEngine(AnalysisManager &mgr, bool gcEnabled, in ExprEngine() function in ExprEngine 97 ExprEngine::~ExprEngine() { in ~ExprEngine() 105 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { in getInitialState() 184 ExprEngine::createTemporaryRegionIfNeeded(ProgramStateRef State, in createTemporaryRegionIfNeeded() 261 ProgramStateRef ExprEngine::processAssume(ProgramStateRef state, in processAssume() 266 bool ExprEngine::wantsRegionChangeUpdate(ProgramStateRef state) { in wantsRegionChangeUpdate() 271 ExprEngine::processRegionChanges(ProgramStateRef state, in processRegionChanges() 280 void ExprEngine::printState(raw_ostream &Out, ProgramStateRef State, in printState() 285 void ExprEngine::processEndWorklist(bool hasWorkRemaining) { in processEndWorklist() 289 void ExprEngine::processCFGElement(const CFGElement E, ExplodedNode *Pred, in processCFGElement() [all …]
|
D | ExprEngineCXX.cpp | 25 void ExprEngine::CreateCXXTemporaryObject(const MaterializeTemporaryExpr *ME, in CreateCXXTemporaryObject() 39 void ExprEngine::performTrivialCopy(NodeBuilder &Bldr, ExplodedNode *Pred, in performTrivialCopy() 107 ExprEngine::getRegionForConstructedObject(const CXXConstructExpr *CE, in getRegionForConstructedObject() 178 ExprEngine::findElementDirectlyInitializedByCurrentConstructor() { in findElementDirectlyInitializedByCurrentConstructor() 204 ExprEngine::findDirectConstructorForCurrentCFGElement() { in findDirectConstructorForCurrentCFGElement() 233 void ExprEngine::VisitCXXConstructExpr(const CXXConstructExpr *CE, in VisitCXXConstructExpr() 355 void ExprEngine::VisitCXXDestructor(QualType ObjectType, in VisitCXXDestructor() 400 void ExprEngine::VisitCXXNewAllocatorCall(const CXXNewExpr *CNE, in VisitCXXNewAllocatorCall() 426 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, in VisitCXXNewExpr() 531 void ExprEngine::VisitCXXDeleteExpr(const CXXDeleteExpr *CDE, in VisitCXXDeleteExpr() [all …]
|
D | ExprEngineCallAndReturn.cpp | 40 void ExprEngine::processCallEnter(NodeBuilderContext& BC, CallEnter CE, in processCallEnter() 162 void ExprEngine::removeDeadOnEndOfFunction(NodeBuilderContext& BC, in removeDeadOnEndOfFunction() 221 void ExprEngine::processCallExit(ExplodedNode *CEBNode) { in processCallExit() 359 void ExprEngine::examineStackFrames(const Decl *D, const LocationContext *LCtx, in examineStackFrames() 404 bool ExprEngine::inlineCall(const CallEvent &Call, const Decl *D, in REGISTER_TRAIT_WITH_PROGRAMSTATE() 470 void ExprEngine::VisitCallExpr(const CallExpr *CE, ExplodedNode *Pred, in VisitCallExpr() 498 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, in evalCall() 523 ProgramStateRef ExprEngine::bindReturnValue(const CallEvent &Call, in bindReturnValue() 562 void ExprEngine::conservativeEvalCall(const CallEvent &Call, NodeBuilder &Bldr, in conservativeEvalCall() 789 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall() [all …]
|
D | ExprEngineObjC.cpp | 22 void ExprEngine::VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *Ex, in VisitLvalObjCIvarRefExpr() 39 void ExprEngine::VisitObjCAtSynchronizedStmt(const ObjCAtSynchronizedStmt *S, in VisitObjCAtSynchronizedStmt() 45 void ExprEngine::VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S, in VisitObjCForCollectionStmt() 135 void ExprEngine::VisitObjCMessage(const ObjCMessageExpr *ME, in VisitObjCMessage()
|
D | ExprEngineC.cpp | 22 void ExprEngine::VisitBinaryOperator(const BinaryOperator* B, in VisitBinaryOperator() 187 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred, in VisitBlockExpr() 249 void ExprEngine::VisitCast(const CastExpr *CastE, const Expr *Ex, in VisitCast() 443 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() 476 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, in VisitDeclStmt() 552 void ExprEngine::VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred, in VisitLogicalExpr() 621 void ExprEngine::VisitInitListExpr(const InitListExpr *IE, in VisitInitListExpr() 670 void ExprEngine::VisitGuardedExpr(const Expr *Ex, in VisitGuardedExpr() 730 void ExprEngine:: 749 void ExprEngine:: [all …]
|
D | CMakeLists.txt | 24 ExprEngine.cpp
|
D | BugReporterVisitors.cpp | 298 ExprEngine &Eng = BRC.getBugReporter().getEngine(); in visitNodeInitial() 338 ExprEngine &Eng = BRC.getBugReporter().getEngine(); in visitNodeMaybeUnsuppress() 1561 ExprEngine &Eng = BRC.getBugReporter().getEngine(); in getEndPath()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 247 ExprEngine::InliningModes IMode) { in DisplayFunction() 261 case ExprEngine::Inline_Minimal: in DisplayFunction() 264 case ExprEngine::Inline_Regular: in DisplayFunction() 309 ExprEngine::InliningModes 323 ExprEngine::InliningModes IMode = ExprEngine::Inline_Minimal, 327 ExprEngine::InliningModes IMode, 330 ExprEngine::InliningModes IMode, 439 ExprEngine::InliningModes 450 return ExprEngine::Inline_Minimal; in getInliningModeForFunction() 453 return ExprEngine::Inline_Regular; in getInliningModeForFunction() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | LocalCheckers.h | 21 class ExprEngine; variable 23 void RegisterCallInliner(ExprEngine &Eng);
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 18 instance methods when ExprEngine is confident about the dynamic type of the 118 ExprEngine::inlineCall and ExprEngine::processCallExit. 132 2. ExprEngine takes over (in processCallExit) and finds the return value of the 158 ReplayWithoutInlining bit added to it (ExprEngine::replayWithoutInlining). The 185 processed by the ExprEngine. Thus, if the CFG was built without nodes for 191 - In C++, ExprEngine does not inline custom implementations of operator 'new' 258 parlance), which ExprEngine uses to decide whether or not the call should be 287 ExprEngine::BifurcateCall implements the -analyzer-config ipa=dynamic-bifurcate 291 (RuntimeDefinition::mayHaveOtherDefinitions() evaluates to TRUE), ExprEngine 300 called. When this mode is set, ExprEngine uses the Decl from [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-member-expr.cpp | 12 class ExprEngine { class 25 void f(ExprEngine& Eng) { in f()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 37 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const; 43 ExprEngine &Eng) const { in checkEndAnalysis()
|
D | UnreachableCodeChecker.cpp | 36 ExprEngine &Eng) const; 51 ExprEngine &Eng) const { in checkEndAnalysis()
|
D | CheckerDocumentation.cpp | 190 ExprEngine &Eng) const {} in checkEndAnalysis()
|
D | DebugCheckers.cpp | 205 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const { in checkEndAnalysis()
|
D | RetainCountChecker.cpp | 2506 ExprEngine &Eng) const { in checkEndAnalysis()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 46 class ExprEngine; variable 490 ExprEngine& Eng; 492 GRBugReporter(BugReporterData& d, ExprEngine& eng) 499 ExprEngine &getEngine() { return Eng; }
|
D | BugType.h | 29 class ExprEngine; variable
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CheckerContext.h | 71 ExprEngine &Eng; 88 ExprEngine &eng,
|
D | ExprEngine.h | 48 class ExprEngine : public SubEngine { 100 ExprEngine(AnalysisManager &mgr, bool gcEnabled, 105 ~ExprEngine() override;
|
D | CoreEngine.h | 46 friend class ExprEngine; variable
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 74 is constructed into. See ExprEngine::VisitCXXConstructExpr(). 76 In ExprEngine::processCallExit(), we always bind the object region to the
|