Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp318 const Stmt *NodeEx; /* Will become a CFGStmt */ member
323 SVal loc, bool isLoad, const Stmt *NodeEx, in CheckLocationContext()
326 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx), in CheckLocationContext()
337 ProgramPoint::getProgramPoint(NodeEx, K, in runChecker()
352 const Stmt *NodeEx, in runCheckersForLocation() argument
355 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation()
H A DExprEngine.cpp2960 const Expr *NodeEx, in evalLoad() argument
2968 assert(NodeEx); in evalLoad()
2972 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLoad()
2992 Bldr.generateNode(NodeEx, I, state->BindExpr(BoundEx, LCtx, V), tag, in evalLoad()
2998 const Stmt *NodeEx, in evalLocation() argument
3024 Bldr.generateNode(NodeEx, Pred, state, &tag); in evalLocation()
3028 NodeEx, BoundEx, *this); in evalLocation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h683 const Expr *NodeEx, /* Eventually will be a CFGStmt */
755 const Expr *NodeEx, /* Eventually will be a CFGStmt */
764 const Stmt *NodeEx, /* This will eventually be a CFGStmt */
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h335 const Stmt *NodeEx,