Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp1331 llvm::Value *allocSizeWithoutCookie = nullptr; in EmitCXXNewExpr() local
1334 allocSizeWithoutCookie); in EmitCXXNewExpr()
1385 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1431 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1433 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1452 allocSizeWithoutCookie); in EmitCXXNewExpr()