Searched refs:NodeEx (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 309 const Stmt *NodeEx; /* Will become a CFGStmt */ member 314 SVal loc, bool isLoad, const Stmt *NodeEx, in CheckLocationContext() 317 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx), in CheckLocationContext() 328 ProgramPoint::getProgramPoint(NodeEx, K, in runChecker() 343 const Stmt *NodeEx, in runCheckersForLocation() argument 346 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation()
|
| H A D | ExprEngine.cpp | 2789 const Expr *NodeEx, in evalLoad() argument 2797 assert(NodeEx); in evalLoad() 2801 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLoad() 2821 Bldr.generateNode(NodeEx, I, state->BindExpr(BoundEx, LCtx, V), tag, in evalLoad() 2827 const Stmt *NodeEx, in evalLocation() argument 2853 Bldr.generateNode(NodeEx, Pred, state, &tag); in evalLocation() 2857 NodeEx, BoundEx, *this); in evalLocation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 634 const Expr *NodeEx, /* Eventually will be a CFGStmt */ 677 const Expr *NodeEx, /* Eventually will be a CFGStmt */ 686 const Stmt *NodeEx, /* This will eventually be a CFGStmt */
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 276 const Stmt *NodeEx,
|