Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1600 llvm::Value *allocSizeWithoutCookie = nullptr; in EmitCXXNewExpr() local
1603 allocSizeWithoutCookie); in EmitCXXNewExpr()
1641 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1733 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1735 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1766 allocSizeWithoutCookie); in EmitCXXNewExpr()