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.cpp220 ArgType != QualType(Context.Float128Ty)) in CheckPPCBuiltinFunctionCall()
H A DSemaType.cpp1174 Result = Context.Float128Ty; in ConvertDeclSpecToType()
H A DSemaOverload.cpp9270 ArithmeticTypes.push_back(S.Context.Float128Ty); in InitArithmeticTypes()
H A DSemaExpr.cpp3884 Ty = Context.Float128Ty; in ActOnNumericConstant()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def219 FLOATING_TYPE(Float128, Float128Ty)
H A DASTContext.h1224 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty, Ibm128Ty; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1316 InitBuiltinType(Float128Ty, BuiltinType::Float128); in InitBuiltinTypes()
12419 Type = Context.Float128Ty; in DecodeTypeFromStr()
13240 return Float128Ty; in getRealTypeForBitwidth()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4598 getContext().LongDoubleTy, getContext().Float128Ty, in EmitFundamentalRTTIDescriptors()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7668 T = Context.Float128Ty; in GetType()