Home
last modified time | relevance | path

Searched refs:FixedType (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-type-private.hh751 template <typename FixedType=USHORT>
754 inline uint32_t to_int (void) const { return (major << (sizeof(FixedType) * 8)) + minor; } in to_int()
762 FixedType major;
763 FixedType minor;
765 DEFINE_SIZE_STATIC (2 * sizeof(FixedType));
/external/clang/lib/Sema/
DSemaDecl.cpp5038 QualType FixedType = in TryToFixInvalidVariablyModifiedType() local
5041 if (FixedType.isNull()) return FixedType; in TryToFixInvalidVariablyModifiedType()
5042 FixedType = Context.getPointerType(FixedType); in TryToFixInvalidVariablyModifiedType()
5043 return Qs.apply(Context, FixedType); in TryToFixInvalidVariablyModifiedType()
5047 QualType FixedType = in TryToFixInvalidVariablyModifiedType() local
5050 if (FixedType.isNull()) return FixedType; in TryToFixInvalidVariablyModifiedType()
5051 FixedType = Context.getParenType(FixedType); in TryToFixInvalidVariablyModifiedType()
5052 return Qs.apply(Context, FixedType); in TryToFixInvalidVariablyModifiedType()