Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp145 return getTypeInfo(Context.ShortFractTy); in getTypeInfoHelper()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def145 SIGNED_TYPE(ShortFract, ShortFractTy)
H A DASTContext.h1017 CanQualType ShortFractTy, FractTy, LongFractTy; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1321 InitBuiltinType(ShortFractTy, BuiltinType::ShortFract); in InitBuiltinTypes()
10220 return ShortFractTy; in getCorrespondingSignedType()
11533 return ShortFractTy; in getCorrespondingSignedFixedPointType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1477 Result = Context.ShortFractTy; in ConvertDeclSpecToType()
H A DSemaExpr.cpp3786 Ty = Context.ShortFractTy; in ActOnNumericConstant()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6906 T = Context.ShortFractTy; in GetType()