Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1601 llvm::Value *allocSizeWithoutCookie = nullptr; in EmitCXXNewExpr() local
1604 allocSizeWithoutCookie); in EmitCXXNewExpr()
1642 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1735 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1737 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1768 allocSizeWithoutCookie); in EmitCXXNewExpr()