Home
last modified time | relevance | path

Searched refs:ExprEngine (Results 1 – 25 of 25) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h34 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 …]
DChecker.h229 BugReporter &BR, ExprEngine &Eng) { in _checkEndAnalysis()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp141 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 …]
DExprEngine.cpp71 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 …]
DExprEngineCXX.cpp25 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 …]
DExprEngineCallAndReturn.cpp40 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 …]
DExprEngineObjC.cpp22 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()
DExprEngineC.cpp22 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 …]
DCMakeLists.txt24 ExprEngine.cpp
DBugReporterVisitors.cpp298 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/
DAnalysisConsumer.cpp247 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/
DLocalCheckers.h21 class ExprEngine; variable
23 void RegisterCallInliner(ExprEngine &Eng);
/external/clang/docs/analyzer/
DIPA.txt18 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/
Dinstantiate-member-expr.cpp12 class ExprEngine { class
25 void f(ExprEngine& Eng) { in f()
/external/clang/lib/StaticAnalyzer/Checkers/
DAnalyzerStatsChecker.cpp37 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const;
43 ExprEngine &Eng) const { in checkEndAnalysis()
DUnreachableCodeChecker.cpp36 ExprEngine &Eng) const;
51 ExprEngine &Eng) const { in checkEndAnalysis()
DCheckerDocumentation.cpp190 ExprEngine &Eng) const {} in checkEndAnalysis()
DDebugCheckers.cpp205 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const { in checkEndAnalysis()
DRetainCountChecker.cpp2506 ExprEngine &Eng) const { in checkEndAnalysis()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h46 class ExprEngine; variable
490 ExprEngine& Eng;
492 GRBugReporter(BugReporterData& d, ExprEngine& eng)
499 ExprEngine &getEngine() { return Eng; }
DBugType.h29 class ExprEngine; variable
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h71 ExprEngine &Eng;
88 ExprEngine &eng,
DExprEngine.h48 class ExprEngine : public SubEngine {
100 ExprEngine(AnalysisManager &mgr, bool gcEnabled,
105 ~ExprEngine() override;
DCoreEngine.h46 friend class ExprEngine; variable
/external/clang/lib/StaticAnalyzer/
DREADME.txt74 is constructed into. See ExprEngine::VisitCXXConstructExpr().
76 In ExprEngine::processCallExit(), we always bind the object region to the