Searched refs:BoundEx (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerManager.cpp | 318 const Stmt *BoundEx; member 323 const Stmt *BoundEx, in CheckLocationContext() 326 BoundEx(BoundEx), Eng(eng) {} in CheckLocationContext() 340 checkFn(Loc, IsLoad, BoundEx, C); in runChecker() 352 const Stmt *BoundEx, in runCheckersForLocation() argument 355 BoundEx, Eng); in runCheckersForLocation()
|
H A D | ExprEngine.cpp | 3663 const Expr *BoundEx, in evalLoad() argument 3671 assert(BoundEx); in evalLoad() 3674 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLoad() 3690 LoadTy = BoundEx->getType(); in evalLoad() 3694 Bldr.generateNode(NodeEx, I, state->BindExpr(BoundEx, LCtx, V), tag, in evalLoad() 3701 const Stmt *BoundEx, in evalLocation() argument 3730 NodeEx, BoundEx, *this); in evalLocation()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 335 const Stmt *BoundEx,
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 758 const Stmt *BoundEx,
|