Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp10292 const Expr *CompareWithSrc = nullptr; in CheckStrlcpycatArguments() local
10300 CompareWithSrc = Ex; in CheckStrlcpycatArguments()
10306 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context); in CheckStrlcpycatArguments()
10310 if (!CompareWithSrc) in CheckStrlcpycatArguments()
10321 const DeclRefExpr *CompareWithSrcDRE = dyn_cast<DeclRefExpr>(CompareWithSrc); in CheckStrlcpycatArguments()