Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp156 return getTypeInfo(Context.SatLongFractTy); in getTypeInfoHelper()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def187 SIGNED_TYPE(SatLongFract, SatLongFractTy)
H A DASTContext.h1022 CanQualType SatShortFractTy, SatFractTy, SatLongFractTy; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1335 InitBuiltinType(SatLongFractTy, BuiltinType::SatLongFract); in InitBuiltinTypes()
10230 return SatLongFractTy; in getCorrespondingSignedType()
11373 return SatLongFractTy; in getCorrespondingSaturatedType()
11543 return SatLongFractTy; in getCorrespondingSignedFixedPointType()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6948 T = Context.SatLongFractTy; in GetType()