Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExprCXX.cpp702 llvm::Value *&sizeWithoutCookie) { in EmitCXXNewAllocSize() argument
707 sizeWithoutCookie in EmitCXXNewAllocSize()
709 return sizeWithoutCookie; in EmitCXXNewAllocSize()
798 sizeWithoutCookie = llvm::ConstantInt::get(CGF.SizeTy, allocationSize); in EmitCXXNewAllocSize()
925 sizeWithoutCookie = size; in EmitCXXNewAllocSize()
953 sizeWithoutCookie = size; in EmitCXXNewAllocSize()
955 assert(sizeWithoutCookie && "didn't set sizeWithoutCookie?"); in EmitCXXNewAllocSize()