Searched refs:NodeEx (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | 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()
|
| HD | ExprEngine.cpp | 2872 const Expr *NodeEx, in evalLoad() argument 2880 assert(NodeEx); in evalLoad() 2884 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLoad() 2904 Bldr.generateNode(NodeEx, I, state->BindExpr(BoundEx, LCtx, V), tag, in evalLoad() 2910 const Stmt *NodeEx, in evalLocation() argument 2936 Bldr.generateNode(NodeEx, Pred, state, &tag); in evalLocation() 2940 NodeEx, BoundEx, *this); in evalLocation()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | ExprEngine.h | 650 const Expr *NodeEx, /* Eventually will be a CFGStmt */ 693 const Expr *NodeEx, /* Eventually will be a CFGStmt */ 702 const Stmt *NodeEx, /* This will eventually be a CFGStmt */
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| HD | CheckerManager.h | 296 const Stmt *NodeEx,
|