Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def190 UNSIGNED_TYPE(SatUShortFract, SatUnsignedShortFractTy)
DASTContext.h1067 CanQualType SatUnsignedShortFractTy, SatUnsignedFractTy, variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp1336 InitBuiltinType(SatUnsignedShortFractTy, BuiltinType::SatUShortFract); in InitBuiltinTypes()
10200 return SatUnsignedShortFractTy; in getCorrespondingUnsignedType()
11449 return SatUnsignedShortFractTy; in getCorrespondingSaturatedType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp6973 T = Context.SatUnsignedShortFractTy; in GetType()