Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenTBAA.cpp145 return getTypeInfo(Context.ShortFractTy); in getTypeInfoHelper()
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def145 SIGNED_TYPE(ShortFract, ShortFractTy)
DASTContext.h977 CanQualType ShortFractTy, FractTy, LongFractTy; variable
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1309 InitBuiltinType(ShortFractTy, BuiltinType::ShortFract); in InitBuiltinTypes()
11340 return ShortFractTy; in getCorrespondingSignedFixedPointType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp1497 Result = Context.ShortFractTy; in ConvertDeclSpecToType()
DSemaExpr.cpp3790 Ty = Context.ShortFractTy; in ActOnNumericConstant()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6879 T = Context.ShortFractTy; in GetType()