Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp318 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 DExprEngine.cpp3632 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 DExprEngine.h773 const Expr *BoundEx,
782 const Stmt *BoundEx,
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h335 const Stmt *BoundEx,