HomeSort by: relevance | last modified time | path
    Searched refs:ExprEng (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 75 : ExprEng(exprengine), WList(generateWorkList(Opts)),
106 InitState = ExprEng.getInitialState(L);
115 ExprEng.processBeginOfFunction(BuilderCtx, Node, DstBegin, StartLoc);
149 ExprEng.processEndWorklist();
174 ExprEng.processCallExit(Pred);
255 ExprEng.processEndOfFunction(BuilderCtx, Pred, RS);
265 ExprEng.processCFGBlockEntrance(L, nodeBuilder, Pred);
289 ExprEng.processCFGElement(*E, Pred, 0, &Ctx);
370 ExprEng.processIndirectGoto(builder);
392 ExprEng.processSwitch(builder)
    [all...]
ProgramState.cpp 79 ExprEngine *ExprEng)
80 : Eng(ExprEng), EnvMgr(alloc), GDMFactory(alloc),
84 ConstraintMgr = (*CreateCMgr)(*this, ExprEng);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 72 ExprEngine &ExprEng;

Completed in 59 milliseconds