Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp3650 const Expr *NodeEx, in evalLoad() argument
3658 assert(NodeEx); in evalLoad()
3662 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLoad()
3682 Bldr.generateNode(NodeEx, I, state->BindExpr(BoundEx, LCtx, V), tag, in evalLoad()
3688 const Stmt *NodeEx, in evalLocation() argument
3714 Bldr.generateNode(NodeEx, Pred, state, &tag); in evalLocation()
3718 NodeEx, BoundEx, *this); in evalLocation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h679 const Expr *NodeEx, /* Eventually will be a CFGStmt */
765 const Stmt *NodeEx, /* This will eventually be a CFGStmt */
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h334 const Stmt *NodeEx,