Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDBuiltinTypes.def154 UNSIGNED_TYPE(UShortFract, UnsignedShortFractTy)
HDASTContext.h1135 CanQualType UnsignedShortFractTy, UnsignedFractTy, UnsignedLongFractTy; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDPrintfFormatString.cpp718 return Ctx.UnsignedShortFractTy; in getScalarArgType()
HDASTContext.cpp1277 InitBuiltinType(UnsignedShortFractTy, BuiltinType::UShortFract); in InitBuiltinTypes()
11553 return UnsignedShortFractTy; in getCorrespondingUnsignedType()
13831 return UnsignedShortFractTy; in getCorrespondingUnsaturatedType()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp7277 T = Context.UnsignedShortFractTy; in GetType()