Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DScanfFormatString.cpp327 return ArgType::PtrTo(Ctx.LongDoubleTy); in getArgType()
H A DPrintfFormatString.cpp593 return Ctx.LongDoubleTy; in getScalarArgType()
H A DASTContext.cpp1292 InitBuiltinType(LongDoubleTy, BuiltinType::LongDouble); in InitBuiltinTypes()
11209 Type = Context.LongDoubleTy; in DecodeTypeFromStr()
11982 return LongDoubleTy; in getRealTypeForBitwidth()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DBuiltinTypes.def210 FLOATING_TYPE(LongDouble, LongDoubleTy)
H A DASTContext.h1089 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty, Ibm128Ty; variable
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp704 Ctx.LongDoubleTy == CanRetTy || in HandleNilReceiver()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp842 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongDoubleTy)) in GetBuiltinTypeForEncodingAndBitSize()
843 return GetType(ast.LongDoubleTy); in GetBuiltinTypeForEncodingAndBitSize()
1007 QualTypeMatchesBitSize(bit_size, ast, ast.LongDoubleTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1008 return GetType(ast.LongDoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1014 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongDoubleTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1015 return GetType(ast.LongDoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2093 return ast->LongDoubleTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
2099 return ast->getComplexType(ast->LongDoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
4722 else if (bit_size == ast.getTypeSize(ast.LongDoubleTy) || in GetFloatTypeSemantics()
4724 ast.getFloatTypeSemantics(ast.LongDoubleTy))) in GetFloatTypeSemantics()
[all …]
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2004 if (!TI.hasLongDoubleType() && UnqualTy == Context.LongDoubleTy) { in checkTypeSupport()
H A DSemaExpr.cpp806 if (Context.getFloatingTypeOrder(Context.LongDoubleTy, Ty) > 0) in UsualUnaryConversions()
810 E, Context.getComplexType(Context.LongDoubleTy), in UsualUnaryConversions()
812 : ImpCastExprToType(E, Context.LongDoubleTy, in UsualUnaryConversions()
3790 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant()
3928 Ty = Context.LongDoubleTy; in ActOnNumericConstant()
H A DSemaChecking.cpp4413 << "builtin" << true << 128 << QualType(Context.LongDoubleTy) in CheckPPCBuiltinFunctionCall()
4416 QualType ArgType = QualType(Context.LongDoubleTy); in CheckPPCBuiltinFunctionCall()
H A DSemaType.cpp1529 Result = Context.LongDoubleTy; in ConvertDeclSpecToType()
H A DSemaOverload.cpp8426 ArithmeticTypes.push_back(S.Context.LongDoubleTy); in InitArithmeticTypes()
H A DSemaDeclCXX.cpp16235 << ParamType << Context.LongDoubleTy << Param->getSourceRange(); in CheckLiteralOperatorDeclaration()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4202 getContext().LongDoubleTy, getContext().Float128Ty, in EmitFundamentalRTTIDescriptors()
H A DTargetInfo.cpp3005 } else if (ET == getContext().LongDoubleTy) { in classify()
3984 getContext().LongDoubleTy) in computeInfo()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp6998 T = Context.LongDoubleTy; in GetType()