Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp148 return getTypeInfo(Context.ShortFractTy); in getTypeInfoHelper()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def145 SIGNED_TYPE(ShortFract, ShortFractTy)
H A DASTContext.h1134 CanQualType ShortFractTy, FractTy, LongFractTy; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp707 return Ctx.ShortFractTy; in getScalarArgType()
H A DASTContext.cpp1274 InitBuiltinType(ShortFractTy, BuiltinType::ShortFract); in InitBuiltinTypes()
11627 return ShortFractTy; in getCorrespondingSignedType()
13825 return ShortFractTy; in getCorrespondingUnsaturatedType()
14024 return ShortFractTy; in getCorrespondingSignedFixedPointType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1093 Result = Context.ShortFractTy; in ConvertDeclSpecToType()
H A DSemaExpr.cpp3789 Ty = Context.ShortFractTy; in ActOnNumericConstant()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7268 T = Context.ShortFractTy; in GetType()