Searched refs:BoundEx (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 3632 const Expr *BoundEx, in evalLoad() argument 3640 assert(BoundEx); in evalLoad() 3643 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLoad() 3659 LoadTy = BoundEx->getType(); in evalLoad() 3663 Bldr.generateNode(NodeEx, I, state->BindExpr(BoundEx, LCtx, V), tag, in evalLoad() 3670 const Stmt *BoundEx, in evalLocation() argument 3699 NodeEx, BoundEx, *this); in evalLocation()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 773 const Expr *BoundEx, 782 const Stmt *BoundEx,
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 335 const Stmt *BoundEx,
|