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.cpp5443 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context); local
5470 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg);
5529 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts(); local
5544 else if (referToTheSameDecl(SizeOfArg, SrcArg))
5555 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L)))

Completed in 702 milliseconds