Searched refs:NodeEx (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 | 2958 const Expr *NodeEx, in evalLoad() argument 2966 assert(NodeEx); in evalLoad() 2970 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLoad() 2990 Bldr.generateNode(NodeEx, I, state->BindExpr(BoundEx, LCtx, V), tag, in evalLoad() 2996 const Stmt *NodeEx, in evalLocation() argument 3022 Bldr.generateNode(NodeEx, Pred, state, &tag); in evalLocation() 3026 NodeEx, BoundEx, *this); in evalLocation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 684 const Expr *NodeEx, /* Eventually will be a CFGStmt */ 756 const Expr *NodeEx, /* Eventually will be a CFGStmt */ 765 const Stmt *NodeEx, /* This will eventually be a CFGStmt */
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 335 const Stmt *NodeEx,
|