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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
  706   if (RetTy->isVoidType())
  709   if (isAggregateTypeForABI(RetTy))
  710     return getNaturalAlignIndirect(RetTy);
  713   if (const EnumType *EnumTy = RetTy->getAs<EnumType>())
  714     RetTy = EnumTy->getDecl()->getIntegerType();
  716   return (RetTy->isPromotableIntegerType() ? ABIArgInfo::getExtend(RetTy)
  716   return (RetTy->isPromotableIntegerType() ? ABIArgInfo::getExtend(RetTy)