Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp1323 llvm::Value *allocSizeWithoutCookie = nullptr; in EmitCXXNewExpr() local
1326 allocSizeWithoutCookie); in EmitCXXNewExpr()
1377 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1423 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()
1425 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1444 allocSizeWithoutCookie); in EmitCXXNewExpr()