Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1839 Value *SizeArg = ConstantInt::get(IntptrTy, Size); in poisonAlloca() local
1842 AddrArg, SizeArg); in poisonAlloca()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp121 const Expr *SizeArg = TheCall->getArg(SizeIdx); in SemaBuiltinMemChkCall() local
127 if (!SizeArg->EvaluateAsInt(Size, S.Context) || in SemaBuiltinMemChkCall()
4725 const Expr *SizeArg = ignoreLiteralAdditions(Call->getArg(2), Context); in CheckStrlcpycatArguments() local
4728 if (CheckMemorySizeofForComparison(*this, SizeArg, FnName, in CheckStrlcpycatArguments()
4733 if (const Expr *Ex = getSizeOfExprArg(SizeArg)) in CheckStrlcpycatArguments()
4737 if (const CallExpr *SizeCall = dyn_cast<CallExpr>(SizeArg)) { in CheckStrlcpycatArguments()