Home
last modified time | relevance | path

Searched refs:SatShortFractTy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def181 SIGNED_TYPE(SatShortFract, SatShortFractTy)
H A DASTContext.h1233 CanQualType SatShortFractTy, SatFractTy, SatLongFractTy; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp197 return getTypeInfo(Context.SatShortFractTy); in getTypeInfoHelper()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1343 InitBuiltinType(SatShortFractTy, BuiltinType::SatShortFract); in InitBuiltinTypes()
12255 return SatShortFractTy; in getCorrespondingSignedType()
14696 return SatShortFractTy; in getCorrespondingSaturatedType()
14866 return SatShortFractTy; in getCorrespondingSignedFixedPointType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7647 T = Context.SatShortFractTy; in GetType()