Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1574 llvm::Value *allocSizeWithoutCookie = nullptr; in EmitCXXNewExpr() local
1577 allocSizeWithoutCookie); in EmitCXXNewExpr()
1615 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1708 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1710 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1742 allocSizeWithoutCookie); in EmitCXXNewExpr()