Searched refs:sizeWithoutCookie (Results 1 – 2 of 2) sorted by relevance
195 mlir::Value &sizeWithoutCookie) { in emitCXXNewAllocSize() argument201 sizeWithoutCookie = cgf.getBuilder().getConstant( in emitCXXNewAllocSize()203 return sizeWithoutCookie; in emitCXXNewAllocSize()
714 llvm::Value *&sizeWithoutCookie) { in EmitCXXNewAllocSize() argument719 sizeWithoutCookie in EmitCXXNewAllocSize()721 return sizeWithoutCookie; in EmitCXXNewAllocSize()810 sizeWithoutCookie = llvm::ConstantInt::get(CGF.SizeTy, allocationSize); in EmitCXXNewAllocSize()937 sizeWithoutCookie = size; in EmitCXXNewAllocSize()965 sizeWithoutCookie = size; in EmitCXXNewAllocSize()967 assert(sizeWithoutCookie && "didn't set sizeWithoutCookie?"); in EmitCXXNewAllocSize()