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

References

tools/clang/lib/CodeGen/CGExprCXX.cpp
 1575       allocation = Address(allocation.getPointer(), allocAlign);
 1597       allocAlign = std::max(allocAlign, cookieAlign);
 1597       allocAlign = std::max(allocAlign, cookieAlign);
 1615           RValue::get(llvm::ConstantInt::get(SizeTy, allocAlign.getQuantity())),
 1630     CharUnits allocationAlign = allocAlign;
 1676     EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign,