Home
last modified time | relevance | path

Searched refs:ShortFractTy (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp145 return getTypeInfo(Context.ShortFractTy); in getTypeInfoHelper()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DBuiltinTypes.def145 SIGNED_TYPE(ShortFract, ShortFractTy)
H A DASTContext.h1122 CanQualType ShortFractTy, FractTy, LongFractTy; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1337 InitBuiltinType(ShortFractTy, BuiltinType::ShortFract); in InitBuiltinTypes()
10899 return ShortFractTy; in getCorrespondingSignedType()
12291 return ShortFractTy; in getCorrespondingSignedFixedPointType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1465 Result = Context.ShortFractTy; in ConvertDeclSpecToType()
H A DSemaExpr.cpp3882 Ty = Context.ShortFractTy; in ActOnNumericConstant()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6979 T = Context.ShortFractTy; in GetType()