Searched refs:BitInt (Results 1 – 18 of 18) sorted by relevance
52 BitInt = 18, enumerator
365 : Type(BitInt, QualType{}, TypeDependence::None), IsUnsigned(IsUnsigned), in BitIntType()2551 case Type::BitInt: in isCXX98PODType()4270 case Type::BitInt: in computeCachedProperties()4370 case Type::BitInt: in computeTypeLinkageInfo()4591 case Type::BitInt: in canHaveNullability()
2261 case Type::BitInt: { in getTypeInfoImpl()3605 case Type::BitInt: in getVariableArrayDecayedType()8504 case Type::BitInt: in getObjCEncodingForTypeImpl()10858 case Type::BitInt: { in mergeTypes()12689 SUGAR_FREE_TYPE(BitInt) in getCommonNonSugarTypeNode()12997 CANONICAL_TYPE(BitInt) in getCommonSugarTypeNode()
247 case Type::BitInt: in canPrefixQualifiers()
1356 case Type::BitInt: { in IsStructurallyEquivalent()
2432 case Type::BitInt: in mangleUnresolvedTypeOrSimpleId()
11671 case Type::BitInt: in EvaluateBuiltinClassifyType()11672 return GCCTypeClass::BitInt; in EvaluateBuiltinClassifyType()
61 TYPE_BIT_CODE(BitInt, BIT_INT, 50)
707 case Type::BitInt: { in ConvertType()
251 case Type::BitInt: in getEvaluationKind()2310 case Type::BitInt: in EmitVariablyModifiedType()
3587 case Type::BitInt: in BuildVTablePointer()3864 case Type::BitInt: in BuildTypeInfo()
3647 case Type::BitInt: in CreateTypeNode()
1657 case Type::BitInt: in DeduceTemplateArgumentsByTypeMatch()6461 case Type::BitInt: in MarkUsedTemplateParameters()
9929 if (auto *BitInt = dyn_cast<BitIntType>(Underlying)) { in ChangeIntegralSignedness() local9930 unsigned int Bits = BitInt->getNumBits(); in ChangeIntegralSignedness()
3221 case Type::BitInt: in addAssociatedClassesAndNamespaces()
4655 case Type::BitInt: in captureVariablyModifiedType()
4108 case clang::Type::BitInt: in GetTypeClass()4783 case clang::Type::BitInt: in GetEncoding()5110 case clang::Type::BitInt: in GetFormat()
6742 static bool classof(const Type *T) { return T->getTypeClass() == BitInt; }