Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp551 llvm::Value *&sizeWithoutCookie) { in EmitCXXNewAllocSize() argument
556 sizeWithoutCookie in EmitCXXNewAllocSize()
558 return sizeWithoutCookie; in EmitCXXNewAllocSize()
644 sizeWithoutCookie = llvm::ConstantInt::get(CGF.SizeTy, allocationSize); in EmitCXXNewAllocSize()
771 sizeWithoutCookie = size; in EmitCXXNewAllocSize()
799 sizeWithoutCookie = size; in EmitCXXNewAllocSize()
801 assert(sizeWithoutCookie && "didn't set sizeWithoutCookie?"); in EmitCXXNewAllocSize()