Home
last modified time | relevance | path

Searched refs:Float128Ty (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPPC.cpp214 ArgType != QualType(Context.Float128Ty)) in CheckPPCBuiltinFunctionCall()
H A DSemaType.cpp1165 Result = Context.Float128Ty; in ConvertDeclSpecToType()
H A DSemaOverload.cpp8811 ArithmeticTypes.push_back(S.Context.Float128Ty); in InitArithmeticTypes()
H A DSemaExpr.cpp3836 Ty = Context.Float128Ty; in ActOnNumericConstant()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def219 FLOATING_TYPE(Float128, Float128Ty)
H A DASTContext.h1130 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty, Ibm128Ty; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1259 InitBuiltinType(Float128Ty, BuiltinType::Float128); in InitBuiltinTypes()
11797 Type = Context.Float128Ty; in DecodeTypeFromStr()
12608 return Float128Ty; in getRealTypeForBitwidth()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4551 getContext().LongDoubleTy, getContext().Float128Ty, in EmitFundamentalRTTIDescriptors()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7325 T = Context.Float128Ty; in GetType()