Home
last modified time | relevance | path

Searched defs:Eng (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp156 ExprEngine &Eng; member
186 ExprEngine &Eng, in runCheckersForStmt()
202 ExprEngine &Eng; member
242 ExprEngine &Eng, in runCheckersForObjCMessage()
273 ExprEngine &Eng; member
300 ExprEngine &Eng, in runCheckersForCallEvent()
319 ExprEngine &Eng; member
353 ExprEngine &Eng) { in runCheckersForLocation()
368 ExprEngine &Eng; member
394 const Stmt *S, ExprEngine &Eng, in runCheckersForBind()
[all …]
H A DSMTConstraintManager.cpp15 ento::CreateZ3ConstraintManager(ProgramStateManager &StMgr, ExprEngine *Eng) { in CreateZ3ConstraintManager()
H A DProgramState.cpp188 ExprEngine &Eng = Mgr.getOwningEngine(); in invalidateRegionsImpl() local
H A DRegionStore.cpp374 ExprEngine &Eng = StateMgr.getOwningEngine(); in RegionStoreManager() local
H A DRangeConstraintManager.cpp2261 ExprEngine *Eng) { in CreateRangeConstraintManager()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h25 ExprEngine &Eng; variable
46 : Eng(eng), in Eng() function
H A DCoreEngine.h197 const CoreEngine &Eng; variable
482 CoreEngine& Eng; variable
535 CoreEngine& Eng; variable
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h251 ExprEngine &Eng) { in runCheckersForPreStmt()
279 ExprEngine &Eng) { in runCheckersForPreObjCMessage()
297 ExprEngine &Eng) { in runCheckersForObjCMessageNil()
311 const CallEvent &Call, ExprEngine &Eng) { in runCheckersForPreCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp721 ExprEngine Eng(CTU, *Mgr, VisitedCallees, &FunctionSummaries, IMode); in RunPathSensitiveChecks() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h680 ExprEngine& Eng; variable