Home
last modified time | relevance | path

Searched refs:SizeArg (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp1915 Value *SizeArg = ConstantInt::get(IntptrTy, Size); in poisonAlloca() local
1918 {AddrArg, SizeArg}); in poisonAlloca()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp121 const Expr *SizeArg = TheCall->getArg(SizeIdx); in SemaBuiltinMemChkCall() local
127 if (!SizeArg->EvaluateAsInt(Size, S.Context) || in SemaBuiltinMemChkCall()
5264 const Expr *SizeArg = ignoreLiteralAdditions(Call->getArg(2), Context); in CheckStrlcpycatArguments() local
5267 if (CheckMemorySizeofForComparison(*this, SizeArg, FnName, in CheckStrlcpycatArguments()
5272 if (const Expr *Ex = getSizeOfExprArg(SizeArg)) in CheckStrlcpycatArguments()
5276 if (const CallExpr *SizeCall = dyn_cast<CallExpr>(SizeArg)) { in CheckStrlcpycatArguments()