Searched refs:SrcArg (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp107 const Expr *SrcArg = CE->getArg(1); local
130 if (isSizeof(LenArg, SrcArg))
/external/clang/lib/Sema/
H A DSemaChecking.cpp4257 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context); local
4284 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg);
4343 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts(); local
4358 else if (referToTheSameDecl(SizeOfArg, SrcArg))
4369 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L)))

Completed in 329 milliseconds