Searched refs:NodeEx (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 319 const Stmt *NodeEx; /* Will become a CFGStmt */ member 324 SVal loc, bool isLoad, const Stmt *NodeEx, in CheckLocationContext() 327 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx), in CheckLocationContext() 338 ProgramPoint::getProgramPoint(NodeEx, K, in runChecker() 353 const Stmt *NodeEx, in runCheckersForLocation() argument 356 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation()
|
| H A D | ExprEngine.cpp | 3299 const Expr *NodeEx, in evalLoad() argument 3307 assert(NodeEx); in evalLoad() 3311 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLoad() 3331 Bldr.generateNode(NodeEx, I, state->BindExpr(BoundEx, LCtx, V), tag, in evalLoad() 3337 const Stmt *NodeEx, in evalLocation() argument 3363 Bldr.generateNode(NodeEx, Pred, state, &tag); in evalLocation() 3367 NodeEx, BoundEx, *this); in evalLocation()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 680 const Expr *NodeEx, /* Eventually will be a CFGStmt */ 765 const Expr *NodeEx, /* Eventually will be a CFGStmt */ 774 const Stmt *NodeEx, /* This will eventually be a CFGStmt */
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 334 const Stmt *NodeEx,
|