Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp11572 const Expr *CompareWithSrc = nullptr; in CheckStrlcpycatArguments() local
11580 CompareWithSrc = Ex; in CheckStrlcpycatArguments()
11586 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context); in CheckStrlcpycatArguments()
11590 if (!CompareWithSrc) in CheckStrlcpycatArguments()
11601 const DeclRefExpr *CompareWithSrcDRE = dyn_cast<DeclRefExpr>(CompareWithSrc); in CheckStrlcpycatArguments()