Searched refs:NodeEx (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 322 const Stmt *NodeEx; /* Will become a CFGStmt */ member 327 SVal loc, bool isLoad, const Stmt *NodeEx, in CheckLocationContext() 330 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx), in CheckLocationContext() 342 ProgramPoint::getProgramPoint(NodeEx, K, in runChecker() 357 const Stmt *NodeEx, in runCheckersForLocation() argument 360 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation()
|
| H A D | ExprEngine.cpp | 3787 const Expr *NodeEx, in evalLoad() argument 3795 assert(NodeEx); in evalLoad() 3799 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLoad() 3819 Bldr.generateNode(NodeEx, I, state->BindExpr(BoundEx, LCtx, V), tag, in evalLoad() 3825 const Stmt *NodeEx, in evalLocation() argument 3851 Bldr.generateNode(NodeEx, Pred, state, &tag); in evalLocation() 3855 NodeEx, BoundEx, *this); in evalLocation()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 684 const Expr *NodeEx, /* Eventually will be a CFGStmt */ 770 const Stmt *NodeEx, /* This will eventually be a CFGStmt */
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 336 const Stmt *NodeEx,
|