Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp1572 llvm::Value *allocSizeWithoutCookie = nullptr; in EmitCXXNewExpr() local
1575 allocSizeWithoutCookie); in EmitCXXNewExpr()
1613 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1706 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1708 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1739 allocSizeWithoutCookie); in EmitCXXNewExpr()