Searched refs:DstArg (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp125 const Expr *DstArg = CE->getArg(0); local
135 if (isSizeof(L, DstArg) && isStrlen(R, DstArg))
139 if (isSizeof(L, DstArg) && isOne(R->IgnoreParenCasts()))
144 if (isSizeof(LenArg, DstArg))
156 const Expr *DstArg = CE->getArg(0); local
159 const auto *DstArgDRE = dyn_cast<DeclRefExpr>(DstArg->IgnoreParenImpCasts());
163 if (isSizeof(LenArg, DstArg))
189 dyn_cast<BinaryOperator>(DstArg->IgnoreParenImpCasts())) {
220 const Expr *DstArg local
245 const Expr *DstArg = CE->getArg(0); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9849 // pointers if we know the actual size, like if DstArg is 'array+2'
9851 const Expr *DstArg = Call->getArg(0)->IgnoreParenImpCasts(); local
9852 if (!isConstantSizeArrayWithMoreThanOneElement(DstArg->getType(), Context))
9858 DstArg->printPretty(OS, nullptr, getPrintingPolicy());
9892 const Expr *DstArg = CE->getArg(0)->IgnoreParenCasts(); local
9905 if (referToTheSameDecl(SizeOfArg, DstArg))
9915 if (referToTheSameDecl(DstArg, getSizeOfExprArg(L)) &&
9916 referToTheSameDecl(DstArg, getStrlenExprArg(R)))
9940 QualType DstTy = DstArg->getType();
9959 DstArg
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3863 ImplicitParamDecl DstArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr,
3871 Args.push_back(&DstArg);
3887 CGF.GetAddrOfLocalVar(&DstArg),

Completed in 141 milliseconds