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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1748 Value *SizeArg = ConstantInt::get(IntptrTy, Size); local
1751 AddrArg, SizeArg);
/external/clang/lib/Sema/
H A DSemaChecking.cpp4258 const Expr *SizeArg = ignoreLiteralAdditions(Call->getArg(2), Context); local
4261 if (CheckMemorySizeofForComparison(*this, SizeArg, FnName,
4266 if (const Expr *Ex = getSizeOfExprArg(SizeArg))
4270 if (const CallExpr *SizeCall = dyn_cast<CallExpr>(SizeArg)) {

Completed in 164 milliseconds