Searched defs:NodeEx (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerManager.cpp | 317 const Stmt *NodeEx; /* Will become a CFGStmt */ global() member 351 runCheckersForLocation(ExplodedNodeSet & Dst,const ExplodedNodeSet & Src,SVal location,bool isLoad,const Stmt * NodeEx,const Stmt * BoundEx,ExprEngine & Eng) runCheckersForLocation() argument
|
H A D | ExprEngine.cpp | 3695 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLocation() argument 3657 evalLoad(ExplodedNodeSet & Dst,const Expr * NodeEx,const Expr * BoundEx,ExplodedNode * Pred,ProgramStateRef state,SVal location,const ProgramPointTag * tag,QualType LoadTy) evalLoad() argument
|