Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1577 llvm::Value *allocSizeWithoutCookie = nullptr; in EmitCXXNewExpr() local
1580 allocSizeWithoutCookie); in EmitCXXNewExpr()
1618 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1711 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1713 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1745 allocSizeWithoutCookie); in EmitCXXNewExpr()