Home
last modified time | relevance | path

Searched refs:NodeEx (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp317 const Stmt *NodeEx; /* Will become a CFGStmt */ member
322 SVal loc, bool isLoad, const Stmt *NodeEx, in CheckLocationContext()
325 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx), in CheckLocationContext()
336 ProgramPoint::getProgramPoint(NodeEx, K, in runChecker()
351 const Stmt *NodeEx, in runCheckersForLocation() argument
354 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation()
H A DExprEngine.cpp3662 const Expr *NodeEx, in evalLoad() argument
3670 assert(NodeEx); in evalLoad()
3674 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLoad()
3694 Bldr.generateNode(NodeEx, I, state->BindExpr(BoundEx, LCtx, V), tag, in evalLoad()
3700 const Stmt *NodeEx, in evalLocation() argument
3726 Bldr.generateNode(NodeEx, Pred, state, &tag); in evalLocation()
3730 NodeEx, BoundEx, *this); in evalLocation()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h671 const Expr *NodeEx, /* Eventually will be a CFGStmt */
757 const Stmt *NodeEx, /* This will eventually be a CFGStmt */
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h334 const Stmt *NodeEx,