Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h49 class ExprEngine; variable
251 ExprEngine &Eng) { in runCheckersForPreStmt()
264 ExprEngine &Eng,
272 const Stmt *S, ExprEngine &Eng,
279 ExprEngine &Eng) { in runCheckersForPreObjCMessage()
287 ExprEngine &Eng,
297 ExprEngine &Eng) { in runCheckersForObjCMessageNil()
306 const ObjCMethodCall &msg, ExprEngine &Eng,
311 const CallEvent &Call, ExprEngine &Eng) { in runCheckersForPreCall()
317 const CallEvent &Call, ExprEngine &Eng,
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp156 ExprEngine &Eng;
160 const Stmt *s, ExprEngine &eng, bool wasInlined = false) in CheckStmtContext()
186 ExprEngine &Eng, in runCheckersForStmt()
202 ExprEngine &Eng;
206 const ObjCMethodCall &msg, ExprEngine &eng, in CheckObjCMessageContext()
242 ExprEngine &Eng, in runCheckersForObjCMessage()
273 ExprEngine &Eng;
276 const CallEvent &call, ExprEngine &eng, in CheckCallContext()
300 ExprEngine &Eng, in runCheckersForCallEvent()
319 ExprEngine &Eng;
[all …]
H A DExprEngineCallAndReturn.cpp44 void ExprEngine::processCallEnter(NodeBuilderContext& BC, CallEnter CE, in processCallEnter()
165 void ExprEngine::removeDeadOnEndOfFunction(NodeBuilderContext& BC, in removeDeadOnEndOfFunction()
226 ProgramStateRef ExprEngine::removeStateTraitsUsedForArrayEvaluation( in removeStateTraitsUsedForArrayEvaluation()
254 void ExprEngine::processCallExit(ExplodedNode *CEBNode) { in processCallExit()
438 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall()
448 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge()
453 bool ExprEngine::isHuge(AnalysisDeclContext *ADC) const { in isHuge()
458 void ExprEngine::examineStackFrames(const Decl *D, const LocationContext *LCtx, in examineStackFrames()
502 void ExprEngine::ctuBifurcate(const CallEvent &Call, const Decl *D, in REGISTER_MAP_WITH_PROGRAMSTATE()
530 void ExprEngine::inlineCall(WorkList *WList, const CallEvent &Call, in inlineCall()
[all …]
H A DExprEngine.cpp221 ExprEngine::ExprEngine(cross_tu::CrossTranslationUnitContext &CTU, in ExprEngine() function in ExprEngine
244 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { in getInitialState()
321 ProgramStateRef ExprEngine::createTemporaryRegionIfNeeded( in createTemporaryRegionIfNeeded()
475 ProgramStateRef ExprEngine::setIndexOfElementToConstruct( in setIndexOfElementToConstruct()
486 ExprEngine::getPendingInitLoop(ProgramStateRef State, const CXXConstructExpr *E, in getPendingInitLoop()
492 ProgramStateRef ExprEngine::removePendingInitLoop(ProgramStateRef State, in removePendingInitLoop()
501 ProgramStateRef ExprEngine::setPendingInitLoop(ProgramStateRef State, in setPendingInitLoop()
513 ExprEngine::getIndexOfElementToConstruct(ProgramStateRef State, in getIndexOfElementToConstruct()
522 ExprEngine::removeIndexOfElementToConstruct(ProgramStateRef State, in removeIndexOfElementToConstruct()
532 ExprEngine::getPendingArrayDestruction(ProgramStateRef State, in getPendingArrayDestruction()
[all …]
H A DExprEngineCXX.cpp30 void ExprEngine::CreateCXXTemporaryObject(const MaterializeTemporaryExpr *ME, in CreateCXXTemporaryObject()
44 void ExprEngine::performTrivialCopy(NodeBuilder &Bldr, ExplodedNode *Pred, in performTrivialCopy()
100 SVal ExprEngine::makeElementRegion(ProgramStateRef State, SVal LValue, in makeElementRegion()
121 SVal ExprEngine::computeObjectUnderConstruction( in computeObjectUnderConstruction()
399 ProgramStateRef ExprEngine::updateObjectsUnderConstruction( in updateObjectsUnderConstruction()
582 void ExprEngine::handleConstructor(const Expr *E, in handleConstructor()
844 void ExprEngine::VisitCXXConstructExpr(const CXXConstructExpr *CE, in VisitCXXConstructExpr()
850 void ExprEngine::VisitCXXInheritedCtorInitExpr( in VisitCXXInheritedCtorInitExpr()
856 void ExprEngine::VisitCXXDestructor(QualType ObjectType, in VisitCXXDestructor()
923 void ExprEngine::VisitCXXNewAllocatorCall(const CXXNewExpr *CNE, in VisitCXXNewAllocatorCall()
[all …]
H A DExprEngineC.cpp40 void ExprEngine::VisitBinaryOperator(const BinaryOperator* B, in VisitBinaryOperator()
193 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred, in VisitBlockExpr()
254 ProgramStateRef ExprEngine::handleLValueBitCast( in handleLValueBitCast()
282 void ExprEngine::VisitCast(const CastExpr *CastE, const Expr *Ex, in VisitCast()
540 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
565 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, in VisitDeclStmt()
641 void ExprEngine::VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred, in VisitLogicalExpr()
735 void ExprEngine::VisitInitListExpr(const InitListExpr *IE, in VisitInitListExpr()
783 void ExprEngine::VisitGuardedExpr(const Expr *Ex, in VisitGuardedExpr()
847 void ExprEngine::
[all …]
H A DSMTConstraintManager.cpp15 ento::CreateZ3ConstraintManager(ProgramStateManager &StMgr, ExprEngine *Eng) { in CreateZ3ConstraintManager()
H A DProgramState.cpp76 ExprEngine *ExprEng) in ProgramStateManager()
188 ExprEngine &Eng = Mgr.getOwningEngine(); in invalidateRegionsImpl()
H A DCallEvent.cpp546 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getReturnValueUnderConstruction()
578 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getRuntimeDefinition()
H A DCoreEngine.cpp75 CoreEngine::CoreEngine(ExprEngine &exprengine, FunctionSummariesTy *FS, in CoreEngine()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp193 ExprEngine::InliningModes IMode) { in DisplayFunction()
207 case ExprEngine::Inline_Minimal: in DisplayFunction()
210 case ExprEngine::Inline_Regular: in DisplayFunction()
243 ExprEngine::InliningModes
257 ExprEngine::InliningModes IMode = ExprEngine::Inline_Minimal,
261 ExprEngine::InliningModes IMode,
423 ExprEngine::InliningModes
432 return ExprEngine::Inline_Minimal; in getInliningModeForFunction()
435 return ExprEngine::Inline_Regular; in getInliningModeForFunction()
659 ExprEngine::InliningModes IMode, in HandleCode()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSimpleConstraintManager.h24 ExprEngine *EE;
28 SimpleConstraintManager(ExprEngine *exprengine, SValBuilder &SB) in SimpleConstraintManager()
H A DCoreEngine.h45 class ExprEngine; variable
59 friend class ExprEngine; variable
73 ExprEngine &ExprEng;
137 CoreEngine(ExprEngine &exprengine,
H A DCheckerContext.h25 ExprEngine &Eng;
42 ExprEngine &eng,
H A DProgramState.h43 ProgramStateManager &, ExprEngine *);
510 ExprEngine *Eng; /* Can be null. */
542 ExprEngine *expreng);
583 ExprEngine &getOwningEngine() { return *Eng; } in getOwningEngine()
H A DExprEngine.h124 class ExprEngine {
182 ExprEngine(cross_tu::CrossTranslationUnitContext &CTU, AnalysisManager &mgr,
186 virtual ~ExprEngine() = default;
H A DRangedConstraintManager.h409 RangedConstraintManager(ExprEngine *EE, SValBuilder &SB) in RangedConstraintManager()
H A DSMTConstraintManager.h35 SMTConstraintManager(clang::ento::ExprEngine *EE, in REGISTER_TRAIT_WITH_PROGRAMSTATE()
H A DCallEvent.h424 return ExprEngine::getObjectUnderConstruction( in isArgumentConstructedDirectly()
1136 return *ExprEngine::getObjectUnderConstruction(getState(), getOriginExpr(), in getObjectUnderConstruction()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp38 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const;
44 ExprEngine &Eng) const { in checkEndAnalysis()
H A DUnreachableCodeChecker.cpp36 ExprEngine &Eng) const;
51 ExprEngine &Eng) const { in checkEndAnalysis()
H A DCheckerDocumentation.cpp210 ExprEngine &Eng) const {} in checkEndAnalysis()
H A DAnalysisOrderChecker.cpp176 ExprEngine &Eng) const { in checkEndAnalysis()
H A DBasicObjCFoundationChecks.cpp986 if (!ExprEngine::hasMoreIteration(State, FCS, C.getLocationContext())) { in checkPostStmt()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h61 class ExprEngine; variable
680 ExprEngine& Eng;
692 PathSensitiveBugReporter(BugReporterData& d, ExprEngine& eng) in PathSensitiveBugReporter()

12