Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
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 …]
DSMTConstraintManager.cpp15 ento::CreateZ3ConstraintManager(ProgramStateManager &StMgr, ExprEngine *Eng) { in CreateZ3ConstraintManager()
DProgramState.cpp189 ExprEngine &Eng = Mgr.getOwningEngine(); in invalidateRegionsImpl() local
DRegionStore.cpp372 ExprEngine &Eng = StateMgr.getOwningEngine(); in RegionStoreManager() local
DRangeConstraintManager.cpp2255 ExprEngine *Eng) { in CreateRangeConstraintManager()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h25 ExprEngine &Eng; variable
46 : Eng(eng), in Eng() function
DCoreEngine.h213 const CoreEngine &Eng; member
491 CoreEngine& Eng; variable
539 CoreEngine& Eng; variable
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h251 ExprEngine &Eng) { in runCheckersForPreStmt()
279 ExprEngine &Eng) { in runCheckersForPreObjCMessage()
297 ExprEngine &Eng) { in runCheckersForObjCMessageNil()
311 const CallEvent &Call, ExprEngine &Eng) { in runCheckersForPreCall()
DChecker.h229 BugReporter &BR, ExprEngine &Eng) { in _checkEndAnalysis()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp719 ExprEngine Eng(CTU, *Mgr, VisitedCallees, &FunctionSummaries, IMode); in RunPathSensitiveChecks() local
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h665 ExprEngine& Eng; variable