Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp1575 llvm::Value *allocSizeWithoutCookie = nullptr; in EmitCXXNewExpr() local
1578 allocSizeWithoutCookie); in EmitCXXNewExpr()
1616 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1709 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1711 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1742 allocSizeWithoutCookie); in EmitCXXNewExpr()