Searched refs:LongDoubleTy (Results 1 – 14 of 14) sorted by relevance
425 Ctx.LongDoubleTy == CanRetTy || in HandleNilReceiver()
301 return ArgType::PtrTo(Ctx.LongDoubleTy); in getArgType()
327 return Ctx.LongDoubleTy; in getArgType()
134 FLOATING_TYPE(LongDouble, LongDoubleTy)
750 CanQualType FloatTy, DoubleTy, LongDoubleTy; variable
1019 Context.DoubleTy, Context.LongDoubleTy, in EmitFundamentalRTTIDescriptors()
1480 (ET == getContext().LongDoubleTy && in classify()1484 else if (ET == getContext().LongDoubleTy) in classify()
840 InitBuiltinType(LongDoubleTy, BuiltinType::LongDouble); in InitBuiltinTypes()894 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes()4132 case LongDoubleRank: return LongDoubleTy; in getFloatingTypeOfSizeWithinDomain()7336 Type = Context.LongDoubleTy; in DecodeTypeFromStr()
866 Result = Context.LongDoubleTy; in ConvertDeclSpecToType()
2768 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant()2852 Ty = Context.LongDoubleTy; in ActOnNumericConstant()
3694 NewTy = S.Context.LongDoubleTy; in handleModeAttr()
10078 Context.hasSameType(T, Context.LongDoubleTy) || in CheckLiteralOperatorDeclaration()
6501 &ASTContext::LongDoubleTy, in getArithmeticType()
4937 case PREDEF_TYPE_LONGDOUBLE_ID: T = Context.LongDoubleTy; break; in GetType()