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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ValistChecker.cpp 319 const MemRegion *Arg2 =
321 if (Arg2) {
322 if (ChecksEnabled[CK_CopyToSelf] && VAList == Arg2) {
328 } else if (!State->contains<InitializedVALists>(Arg2) && !Symbolic) {
337 reportUninitializedAccess(Arg2, "Uninitialized va_list is copied", C);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
StripSymbols.cpp 263 Value *Arg2 = CI->getArgOperand(1);
272 if (Arg2->use_empty())
273 if (Constant *C = dyn_cast<Constant>(Arg2))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 964 Expr *Arg2 = TheCall->getArg(2);
984 if (Arg2->getType().getUnqualifiedType().getAsString() != "ndrange_t") {
1179 const Expr *Arg2 = Call->getArg(2);
1180 if (!Arg2->getType()->isIntegerType() &&
1181 !Arg2->getType()->isUnsignedIntegerType()) {
1184 << Arg2->getType() << Arg2->getSourceRange();
6063 const Expr *Arg2 = Call->getArg(2)->IgnoreParens();
6064 const Type *Arg2Ty = Arg2->getType().getCanonicalType().getTypePtr();
6078 Diag(Arg2->getBeginLoc(), diag::err_typecheck_convert_incompatible
    [all...]

Completed in 60 milliseconds