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.cpp323 const Stmt *BoundEx; member
328 const Stmt *BoundEx, in CheckLocationContext()
331 BoundEx(BoundEx), Eng(eng) {} in CheckLocationContext()
346 checkFn(Loc, IsLoad, BoundEx, C); in runChecker()
358 const Stmt *BoundEx, in runCheckersForLocation() argument
361 BoundEx, Eng); in runCheckersForLocation()
H A DExprEngine.cpp3788 const Expr *BoundEx, in evalLoad() argument
3796 assert(BoundEx); in evalLoad()
3799 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLoad()
3815 LoadTy = BoundEx->getType(); in evalLoad()
3819 Bldr.generateNode(NodeEx, I, state->BindExpr(BoundEx, LCtx, V), tag, in evalLoad()
3826 const Stmt *BoundEx, in evalLocation() argument
3855 NodeEx, BoundEx, *this); in evalLocation()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h337 const Stmt *BoundEx,
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h771 const Stmt *BoundEx,