Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp45 struct DestinationArgExpr : AnyArgExpr { struct
158 DestinationArgExpr Dest, SourceArgExpr Source,
1128 DestinationArgExpr Dest, in evalCopyCommon()
1230 DestinationArgExpr Dest = {CE->getArg(0), 0}; in evalMemcpy()
1244 DestinationArgExpr Dest = {CE->getArg(0), 0}; in evalMempcpy()
1256 DestinationArgExpr Dest = {CE->getArg(0), 0}; in evalMemmove()
1268 DestinationArgExpr Dest = {CE->getArg(1), 1}; in evalBcopy()
1550 DestinationArgExpr Dst = {CE->getArg(0), 0}; in evalStrcpyCommon()
2171 DestinationArgExpr Buffer = {CE->getArg(0), 0}; in evalMemset()
2220 DestinationArgExpr Buffer = {CE->getArg(0), 0}; in evalBzero()