Home
last modified time | relevance | path

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

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