Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp49 struct DestinationArgExpr : AnyArgExpr { struct
191 DestinationArgExpr Dest, SourceArgExpr Source,
1215 DestinationArgExpr Dest, in evalCopyCommon()
1318 DestinationArgExpr Dest = {CE->getArg(0), 0}; in evalMemcpy()
1333 DestinationArgExpr Dest = {CE->getArg(0), 0}; in evalMempcpy()
1347 DestinationArgExpr Dest = {CE->getArg(0), 0}; in evalMemmove()
1360 DestinationArgExpr Dest = {CE->getArg(1), 1}; in evalBcopy()
1644 DestinationArgExpr Dst = {CE->getArg(0), 0}; in evalStrcpyCommon()
2266 DestinationArgExpr Buffer = {CE->getArg(0), 0}; in evalMemset()
2315 DestinationArgExpr Buffer = {CE->getArg(0), 0}; in evalBzero()