Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp3663 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 DCheckerManager.h335 const Stmt *BoundEx,
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h758 const Stmt *BoundEx,