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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 5306   if (IsIndirect)
 5340   int RegSize = IsIndirect ? 8 : TySize.getQuantity();
 5376   if (!IsFPR && !IsIndirect && TyAlign.getQuantity() > 8) {
 5421   if (IsIndirect) {
 5435     assert(!IsIndirect && "Homogeneous aggregates should be passed directly");
 5466     if (CGF.CGM.getDataLayout().isBigEndian() && !IsIndirect &&
 5488   if (!IsIndirect && TyAlign.getQuantity() > 8) {
 5508   if (IsIndirect)
 5538   if (IsIndirect)