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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1141 llvm::Value *allocSizeWithoutCookie = 0; local
1144 allocSizeWithoutCookie);
1231 assert((allocSize == allocSizeWithoutCookie) ==
1233 if (allocSize != allocSizeWithoutCookie) {
1245 allocSizeWithoutCookie);

Completed in 51 milliseconds