Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp57 const MemRegion *getVAListAsRegion(SVal SV, const Expr *VAExpr,
140 getVAListAsRegion(Call.getArgSVal(FuncInfo.VAListPos), in checkPreCall()
162 const MemRegion *ValistChecker::getVAListAsRegion(SVal SV, const Expr *E, in getVAListAsRegion() function in ValistChecker
192 getVAListAsRegion(VAListSVal, VASubExpr, Symbolic, C); in checkPreStmt()
311 getVAListAsRegion(Call.getArgSVal(0), Call.getArgExpr(0), Symbolic, C); in checkVAListStartCall()
319 getVAListAsRegion(Call.getArgSVal(1), Call.getArgExpr(1), Symbolic, C); in checkVAListStartCall()
358 getVAListAsRegion(Call.getArgSVal(0), Call.getArgExpr(0), Symbolic, C); in checkVAListEndCall()