/external/llvm-project/clang-tools-extra/clang-tidy/performance/ |
D | TypePromotionInMathFnCheck.cpp | 53 constexpr BuiltinType::Kind LongDoubleTy = BuiltinType::LongDouble; in registerMatchers() local 116 hasBuiltinTyParam(1, LongDoubleTy))), in registerMatchers()
|
/external/llvm-project/clang/lib/AST/ |
D | ScanfFormatString.cpp | 325 return ArgType::PtrTo(Ctx.LongDoubleTy); in getArgType()
|
D | PrintfFormatString.cpp | 590 return Ctx.LongDoubleTy; in getScalarArgType()
|
D | ASTContext.cpp | 1294 InitBuiltinType(LongDoubleTy, BuiltinType::LongDouble); in InitBuiltinTypes() 1396 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes() 6201 case LongDoubleRank: return LongDoubleTy; in getFloatingTypeOfSizeWithinDomain() 10193 Type = Context.LongDoubleTy; in DecodeTypeFromStr() 10929 return LongDoubleTy; in getRealTypeForBitwidth()
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 323 return ArgType::PtrTo(Ctx.LongDoubleTy); in getArgType()
|
D | PrintfFormatString.cpp | 482 return Ctx.LongDoubleTy; in getArgType()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 134 FLOATING_TYPE(LongDouble, LongDoubleTy)
|
D | ASTContext.h | 904 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty; variable
|
/external/llvm-project/clang/include/clang/AST/ |
D | BuiltinTypes.def | 210 FLOATING_TYPE(LongDouble, LongDoubleTy)
|
D | ASTContext.h | 973 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty; variable
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CallAndMessageChecker.cpp | 560 Ctx.LongDoubleTy == CanRetTy || in HandleNilReceiver()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | CallAndMessageChecker.cpp | 704 Ctx.LongDoubleTy == CanRetTy || in HandleNilReceiver()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 848 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongDoubleTy)) in GetBuiltinTypeForEncodingAndBitSize() 849 return GetType(ast.LongDoubleTy); in GetBuiltinTypeForEncodingAndBitSize() 1009 QualTypeMatchesBitSize(bit_size, ast, ast.LongDoubleTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1010 return GetType(ast.LongDoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1016 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongDoubleTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1017 return GetType(ast.LongDoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1948 return ast->LongDoubleTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 4583 else if (bit_size == ast.getTypeSize(ast.LongDoubleTy)) in GetFloatTypeSemantics() 4584 return ast.getFloatTypeSemantics(ast.LongDoubleTy); in GetFloatTypeSemantics()
|
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestTypeSystemClang.cpp | 77 context.LongDoubleTy)); in TEST_F()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1022 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/ |
D | SemaExpr.cpp | 1182 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()
|
D | SemaType.cpp | 1411 Result = Context.LongDoubleTy; in ConvertDeclSpecToType()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOverload.cpp | 1882 ToType == S.Context.LongDoubleTy) || in IsStandardConversion() 1883 (FromType == S.Context.LongDoubleTy && in IsStandardConversion() 1886 (&S.Context.getFloatTypeSemantics(S.Context.LongDoubleTy) == in IsStandardConversion() 8180 ArithmeticTypes.push_back(S.Context.LongDoubleTy); in InitArithmeticTypes()
|
D | SemaExpr.cpp | 1217 RHSElemType == S.Context.LongDoubleTy); in unsupportedTypeConversion() 1218 Float128AndLongDouble |= (LHSElemType == S.Context.LongDoubleTy && in unsupportedTypeConversion() 1225 (&S.Context.getFloatTypeSemantics(S.Context.LongDoubleTy) == in unsupportedTypeConversion() 3695 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant() 3832 Ty = Context.LongDoubleTy; in ActOnNumericConstant()
|
D | SemaType.cpp | 1548 Result = Context.LongDoubleTy; in ConvertDeclSpecToType()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 3372 getContext().LongDoubleTy, getContext().Float128Ty, in EmitFundamentalRTTIDescriptors()
|
D | TargetInfo.cpp | 2469 } else if (ET == getContext().LongDoubleTy) { in classify()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 4073 getContext().LongDoubleTy, getContext().Float128Ty, in EmitFundamentalRTTIDescriptors()
|
D | TargetInfo.cpp | 2935 } else if (ET == getContext().LongDoubleTy) { in classify() 3879 getContext().LongDoubleTy) in computeInfo()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6038 T = Context.LongDoubleTy; in GetType()
|