Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenTBAA.cpp152 return getTypeInfo(Context.SatShortFractTy); in getTypeInfoHelper()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def181 SIGNED_TYPE(SatShortFract, SatShortFractTy)
DASTContext.h1066 CanQualType SatShortFractTy, SatFractTy, SatLongFractTy; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp1333 InitBuiltinType(SatShortFractTy, BuiltinType::SatShortFract); in InitBuiltinTypes()
10268 return SatShortFractTy; in getCorrespondingSignedType()
11443 return SatShortFractTy; in getCorrespondingSaturatedType()
11613 return SatShortFractTy; in getCorrespondingSignedFixedPointType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp6964 T = Context.SatShortFractTy; in GetType()