Home
last modified time | relevance | path

Searched refs:SatUnsignedShortFractTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def190 UNSIGNED_TYPE(SatUShortFract, SatUnsignedShortFractTy)
H A DASTContext.h1140 CanQualType SatUnsignedShortFractTy, SatUnsignedFractTy, variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1289 InitBuiltinType(SatUnsignedShortFractTy, BuiltinType::SatUShortFract); in InitBuiltinTypes()
11559 return SatUnsignedShortFractTy; in getCorrespondingUnsignedType()
13866 return SatUnsignedShortFractTy; in getCorrespondingSaturatedType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7313 T = Context.SatUnsignedShortFractTy; in GetType()