Home
last modified time | relevance | path

Searched refs:ShortFractTy (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def145 SIGNED_TYPE(ShortFract, ShortFractTy)
H A DASTContext.h1228 CanQualType ShortFractTy, FractTy, LongFractTy; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp190 return getTypeInfo(Context.ShortFractTy); in getTypeInfoHelper()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp707 return Ctx.ShortFractTy; in getScalarArgType()
H A DASTContext.cpp1331 InitBuiltinType(ShortFractTy, BuiltinType::ShortFract); in InitBuiltinTypes()
12249 return ShortFractTy; in getCorrespondingSignedType()
14661 return ShortFractTy; in getCorrespondingUnsaturatedType()
14860 return ShortFractTy; in getCorrespondingSignedFixedPointType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1104 Result = Context.ShortFractTy; in ConvertDeclSpecToType()
H A DSemaExpr.cpp3837 Ty = Context.ShortFractTy; in ActOnNumericConstant()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7611 T = Context.ShortFractTy; in GetType()