Searched refs:SizeArg (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | R600OpenCLImageTypeLoweringPass.cpp | 252 Argument &SizeArg = *(++ArgI); in replaceImageAndSamplerUses() local 254 Modified |= replaceImageUses(Arg, ResourceID, SizeArg, FormatArg); in replaceImageAndSamplerUses()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 247 const Expr *SizeArg = TheCall->getArg(SizeIdx); in SemaBuiltinMemChkCall() local 253 if (!SizeArg->EvaluateAsInt(SizeResult, S.Context) || in SemaBuiltinMemChkCall() 8989 const Expr *SizeArg = in CheckMemaccessSize() local 8999 if (isLiteralZero(SizeArg) && in CheckMemaccessSize() 9000 !isArgumentExpandedFromMacro(SM, CallLoc, SizeArg->getExprLoc())) { in CheckMemaccessSize() 9002 SourceLocation DiagLoc = SizeArg->getExprLoc(); in CheckMemaccessSize() 9275 const Expr *SizeArg = ignoreLiteralAdditions(Call->getArg(2), Context); in CheckStrlcpycatArguments() local 9278 if (CheckMemorySizeofForComparison(*this, SizeArg, FnName, in CheckStrlcpycatArguments() 9283 if (const Expr *Ex = getSizeOfExprArg(SizeArg)) in CheckStrlcpycatArguments() 9287 if (const CallExpr *SizeCall = dyn_cast<CallExpr>(SizeArg)) { in CheckStrlcpycatArguments()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 3134 Value *SizeArg = ConstantInt::get(IntptrTy, Size); in poisonAlloca() local 3137 {AddrArg, SizeArg}); in poisonAlloca()
|