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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 2906   if (!isAggregateTypeForABI(Ty)) {
 2908     if (const EnumType *EnumTy = Ty->getAs<EnumType>())
 2909       Ty = EnumTy->getDecl()->getIntegerType();
 2911     return (Ty->isPromotableIntegerType() ? ABIArgInfo::getExtend(Ty)
 2911     return (Ty->isPromotableIntegerType() ? ABIArgInfo::getExtend(Ty)
 2915   return getNaturalAlignIndirect(Ty);