Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp6285 static const Expr *ignoreLiteralAdditions(const Expr *Ex, ASTContext &Ctx) { in ignoreLiteralAdditions() function
6330 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context); in CheckStrlcpycatArguments()
6331 const Expr *SizeArg = ignoreLiteralAdditions(Call->getArg(2), Context); in CheckStrlcpycatArguments()
6346 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context); in CheckStrlcpycatArguments()