Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1568 llvm::Value *allocSizeWithoutCookie = nullptr; in EmitCXXNewExpr() local
1571 allocSizeWithoutCookie); in EmitCXXNewExpr()
1609 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1696 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1698 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1724 allocSizeWithoutCookie); in EmitCXXNewExpr()