Searched refs:hasFloat128Type (Results 1 – 10 of 10) sorted by relevance
127 if (Aux->hasFloat128Type()) { in setAuxTarget()
372 if (Aux->hasFloat128Type()) { in setAuxTarget()
334 return hasFloat128Type() ? FloatModeKind::Float128 in getRealTypeByWidth()342 if (hasFloat128Type()) in getRealTypeByWidth()
110 if (!Context.getTargetInfo().hasFloat128Type() && in isUnsupportedType()
795 (getContext().getTargetInfo().hasFloat128Type() && in isHomogeneousAggregateBaseType()814 ((getContext().getTargetInfo().hasFloat128Type() && in isHomogeneousAggregateSmallEnough()
693 virtual bool hasFloat128Type() const { return HasFloat128; } in hasFloat128Type() function
2021 !Context.getTargetInfo().hasFloat128Type()) || in checkTypeSupport()2028 (Ty->isFloat128Type() && !Context.getTargetInfo().hasFloat128Type()) || in checkTypeSupport()
1160 if (!S.Context.getTargetInfo().hasFloat128Type() && in ConvertDeclSpecToType()
8810 if (S.Context.getTargetInfo().hasFloat128Type()) in InitArithmeticTypes()
2152 if (Target->hasFloat128Type() || !getLangOpts().OpenMP || in getTypeInfoImpl()