Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp239 mlir::Value allocSizeWithoutCookie) { in emitNewInitializer() argument
286 mlir::Value allocSizeWithoutCookie = nullptr; in emitCXXNewExpr() local
288 *this, e, minElements, numElements, allocSizeWithoutCookie); in emitCXXNewExpr()
307 if (allocSize != allocSizeWithoutCookie) { in emitCXXNewExpr()
362 if (allocSize != allocSizeWithoutCookie) in emitCXXNewExpr()
380 allocSizeWithoutCookie); in emitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1629 llvm::Value *allocSizeWithoutCookie = nullptr; in EmitCXXNewExpr() local
1632 allocSizeWithoutCookie); in EmitCXXNewExpr()
1680 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1772 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1774 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1805 allocSizeWithoutCookie); in EmitCXXNewExpr()