Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprCXX.cpp466 llvm::Value *&sizeWithoutCookie) { in EmitCXXNewAllocSize() argument
471 sizeWithoutCookie in EmitCXXNewAllocSize()
473 return sizeWithoutCookie; in EmitCXXNewAllocSize()
559 sizeWithoutCookie = llvm::ConstantInt::get(CGF.SizeTy, allocationSize); in EmitCXXNewAllocSize()
686 sizeWithoutCookie = size; in EmitCXXNewAllocSize()
714 sizeWithoutCookie = size; in EmitCXXNewAllocSize()
716 assert(sizeWithoutCookie && "didn't set sizeWithoutCookie?"); in EmitCXXNewAllocSize()