Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp195 mlir::Value &sizeWithoutCookie) { in emitCXXNewAllocSize() argument
201 sizeWithoutCookie = cgf.getBuilder().getConstant( in emitCXXNewAllocSize()
203 return sizeWithoutCookie; in emitCXXNewAllocSize()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp714 llvm::Value *&sizeWithoutCookie) { in EmitCXXNewAllocSize() argument
719 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()