Home
last modified time | relevance | path

Searched refs:ExprEng (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp77 : ExprEng(exprengine), WList(generateWorkList(Opts)), in CoreEngine()
115 InitState = ExprEng.getInitialState(L); in ExecuteWorkList()
124 ExprEng.processBeginOfFunction(BuilderCtx, Node, DstBegin, StartLoc); in ExecuteWorkList()
168 this->ExprEng.getAnalysisManager().options.CTUMaxNodesMin; in ExecuteWorkList()
170 this->ExprEng.getAnalysisManager().options.CTUMaxNodesPercentage; in ExecuteWorkList()
178 ExprEng.processEndWorklist(); in ExecuteWorkList()
203 ExprEng.processCallExit(Pred); in dispatchWorkItem()
273 ExprEng.processEndOfFunction(BuilderCtx, Pred, RS); in HandleBlockEdge()
283 ExprEng.processCFGBlockEntrance(L, nodeBuilder, Pred); in HandleBlockEdge()
307 ExprEng.processCFGElement(*E, Pred, 0, &Ctx); in HandleBlockEntrance()
[all …]
H A DProgramState.cpp76 ExprEngine *ExprEng) in ProgramStateManager() argument
77 : Eng(ExprEng), EnvMgr(alloc), GDMFactory(alloc), in ProgramStateManager()
81 ConstraintMgr = (*CreateCMgr)(*this, ExprEng); in ProgramStateManager()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h73 ExprEngine &ExprEng;