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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp56 const MemRegion *getVAListAsRegion(SVal SV, const Expr *VAExpr,
141 getVAListAsRegion(Call.getArgSVal(FuncInfo.VAListPos),
163 const MemRegion *ValistChecker::getVAListAsRegion(SVal SV, const Expr *E, function in class:ValistChecker
193 getVAListAsRegion(VAListSVal, VASubExpr, Symbolic, C);
312 getVAListAsRegion(Call.getArgSVal(0), Call.getArgExpr(0), Symbolic, C);
320 getVAListAsRegion(Call.getArgSVal(1), Call.getArgExpr(1), Symbolic, C);
359 getVAListAsRegion(Call.getArgSVal(0), Call.getArgExpr(0), Symbolic, C);

Completed in 118 milliseconds