Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp320 const Stmt *BoundEx; member
325 const Stmt *BoundEx, in CheckLocationContext()
328 BoundEx(BoundEx), Eng(eng) {} in CheckLocationContext()
342 checkFn(Loc, IsLoad, BoundEx, C); in runChecker()
354 const Stmt *BoundEx, in runCheckersForLocation() argument
357 BoundEx, Eng); in runCheckersForLocation()
H A DExprEngine.cpp2959 const Expr *BoundEx, in evalLoad() argument
2967 assert(BoundEx); in evalLoad()
2970 evalLocation(Tmp, NodeEx, BoundEx, Pred, state, location, true); in evalLoad()
2986 LoadTy = BoundEx->getType(); in evalLoad()
2990 Bldr.generateNode(NodeEx, I, state->BindExpr(BoundEx, LCtx, V), tag, in evalLoad()
2997 const Stmt *BoundEx, in evalLocation() argument
3026 NodeEx, BoundEx, *this); in evalLocation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h757 const Expr *BoundEx,
766 const Stmt *BoundEx,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h336 const Stmt *BoundEx,