Home
last modified time | relevance | path

Searched defs:LenArg (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp127 const Expr *LenArg = CE->getArg(2); in containsBadStrncatPattern() local
157 const Expr *LenArg = CE->getArg(2); in containsBadStrlcpyStrlcatPattern() local
221 const Expr *LenArg = CE->getArg(2); in VisitCallExpr() local
246 const Expr *LenArg = CE->getArg(2); in VisitCallExpr() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8639 unsigned LenArg = CheckMemaccessArguments() local
8943 const Expr *LenArg = CE->getArg(2)->IgnoreParenCasts(); CheckStrncatArguments() local
H A DSemaExpr.cpp2132 IntegerLiteral *LenArg = IntegerLiteral::Create(Context, Len, SizeType, ActOnStringLiteral() local