Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp320 const Stmt *BoundEx; member
325 const Stmt *BoundEx, in CheckLocationContext()
328 BoundEx(BoundEx), Eng(eng) {} in CheckLocationContext()
342 checkFn(Loc, IsLoad, BoundEx, C); in runChecker()
354 const Stmt *BoundEx, in runCheckersForLocation() argument
357 BoundEx, Eng); in runCheckersForLocation()
H A DExprEngine.cpp3300 const Expr *BoundEx, in evalLoad() argument
3308 assert(BoundEx); in evalLoad()
3311 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLoad()
3327 LoadTy = BoundEx->getType(); in evalLoad()
3331 Bldr.generateNode(NodeEx, I, state->BindExpr(BoundEx, LCtx, V), tag, in evalLoad()
3338 const Stmt *BoundEx, in evalLocation() argument
3367 NodeEx, BoundEx, *this); in evalLocation()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h766 const Expr *BoundEx,
775 const Stmt *BoundEx,
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h335 const Stmt *BoundEx,