Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp159 return getTypeInfo(Context.SatLongFractTy); in getTypeInfoHelper()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def187 SIGNED_TYPE(SatLongFract, SatLongFractTy)
H A DASTContext.h1139 CanQualType SatShortFractTy, SatFractTy, SatLongFractTy; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1288 InitBuiltinType(SatLongFractTy, BuiltinType::SatLongFract); in InitBuiltinTypes()
11637 return SatLongFractTy; in getCorrespondingSignedType()
13864 return SatLongFractTy; in getCorrespondingSaturatedType()
14034 return SatLongFractTy; in getCorrespondingSignedFixedPointType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7310 T = Context.SatLongFractTy; in GetType()