Home
last modified time | relevance | path

Searched refs:LongDoubleTy (Results 1 – 13 of 13) sorted by relevance

/external/clang/include/clang/AST/
DBuiltinTypes.def134 FLOATING_TYPE(LongDouble, LongDoubleTy)
DASTContext.h904 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty; variable
/external/clang/lib/Analysis/
DScanfFormatString.cpp323 return ArgType::PtrTo(Ctx.LongDoubleTy); in getArgType()
DPrintfFormatString.cpp482 return Ctx.LongDoubleTy; in getArgType()
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp560 Ctx.LongDoubleTy == CanRetTy || in HandleNilReceiver()
/external/clang/lib/AST/
DASTContext.cpp1022 InitBuiltinType(LongDoubleTy, BuiltinType::LongDouble); in InitBuiltinTypes()
1087 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes()
4665 case LongDoubleRank: return LongDoubleTy; in getFloatingTypeOfSizeWithinDomain()
8162 Type = Context.LongDoubleTy; in DecodeTypeFromStr()
8755 return LongDoubleTy; in getRealTypeForBitwidth()
/external/clang/lib/Sema/
DSemaOverload.cpp1682 ToType == S.Context.LongDoubleTy) || in IsStandardConversion()
1683 (FromType == S.Context.LongDoubleTy && in IsStandardConversion()
1686 (&S.Context.getFloatTypeSemantics(S.Context.LongDoubleTy) != in IsStandardConversion()
7215 &ASTContext::LongDoubleTy, in getArithmeticType()
DSemaExpr.cpp1182 RHSElemType == S.Context.LongDoubleTy); in unsupportedTypeConversion()
1183 Float128AndLongDouble |= (LHSElemType == S.Context.LongDoubleTy && in unsupportedTypeConversion()
1191 (&S.Context.getFloatTypeSemantics(S.Context.LongDoubleTy) != in unsupportedTypeConversion()
3283 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant()
3373 Ty = Context.LongDoubleTy; in ActOnNumericConstant()
DSemaType.cpp1411 Result = Context.LongDoubleTy; in ConvertDeclSpecToType()
DSemaDeclCXX.cpp12019 << ParamType << Context.LongDoubleTy << Param->getSourceRange(); in CheckLiteralOperatorDeclaration()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3372 getContext().LongDoubleTy, getContext().Float128Ty, in EmitFundamentalRTTIDescriptors()
DTargetInfo.cpp2469 } else if (ET == getContext().LongDoubleTy) { in classify()
/external/clang/lib/Serialization/
DASTReader.cpp6038 T = Context.LongDoubleTy; in GetType()