Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp3631 const Expr *NodeEx, in evalLoad() argument
3639 assert(NodeEx); in evalLoad()
3643 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLoad()
3663 Bldr.generateNode(NodeEx, I, state->BindExpr(BoundEx, LCtx, V), tag, in evalLoad()
3669 const Stmt *NodeEx, in evalLocation() argument
3695 Bldr.generateNode(NodeEx, Pred, state, &tag); in evalLocation()
3699 NodeEx, BoundEx, *this); in evalLocation()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h686 const Expr *NodeEx, /* Eventually will be a CFGStmt */
772 const Expr *NodeEx, /* Eventually will be a CFGStmt */
781 const Stmt *NodeEx, /* This will eventually be a CFGStmt */
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h334 const Stmt *NodeEx,