reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExprCXX.cpp
 1581       allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType());
 1592     allocatorArgs.add(RValue::get(allocSize), sizeType);
 1595     if (allocSize != allocSizeWithoutCookie) {
 1676     EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign,
 1682   assert((allocSize == allocSizeWithoutCookie) ==
 1684   if (allocSize != allocSizeWithoutCookie) {