Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13632 const Expr *CompareWithSrc = nullptr; in CheckStrlcpycatArguments() local
13640 CompareWithSrc = Ex; in CheckStrlcpycatArguments()
13646 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context); in CheckStrlcpycatArguments()
13650 if (!CompareWithSrc) in CheckStrlcpycatArguments()
13661 const DeclRefExpr *CompareWithSrcDRE = dyn_cast<DeclRefExpr>(CompareWithSrc); in CheckStrlcpycatArguments()