HomeSort by: relevance | last modified time | path
    Searched defs:SrcArg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 126 const Expr *SrcArg = CE->getArg(1);
148 if (isSizeof(LenArg, SrcArg))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 269 ExprResult SrcArg = S.PerformCopyInitialization(
272 if (SrcArg.isInvalid())
274 TheCall->setArg(0, SrcArg.get());
10290 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context);
10317 const DeclRefExpr *SrcArgDRE = dyn_cast<DeclRefExpr>(SrcArg);
10376 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts();
10391 else if (referToTheSameDecl(SizeOfArg, SrcArg))
10402 else if (referToTheSameDecl(SrcArg, getSizeOfExprArg(L)))

Completed in 77 milliseconds