Searched refs:BitInt (Results 1 – 18 of 18) sorted by relevance
55 BitInt = 18, enumerator
381 : Type(BitInt, QualType{}, TypeDependence::None), IsUnsigned(IsUnsigned), in BitIntType()2634 case Type::BitInt: in isCXX98PODType()4499 case Type::BitInt: in computeCachedProperties()4600 case Type::BitInt: in computeTypeLinkageInfo()4835 case Type::BitInt: in canHaveNullability()
2301 case Type::BitInt: { in getTypeInfoImpl()3280 case Type::BitInt: in encodeTypeForFunctionPointerAuth()4015 case Type::BitInt: in getVariableArrayDecayedType()8962 case Type::BitInt: in getObjCEncodingForTypeImpl()11337 case Type::BitInt: { in mergeTypes()13181 SUGAR_FREE_TYPE(BitInt) in getCommonNonSugarTypeNode()13509 CANONICAL_TYPE(BitInt) in getCommonSugarTypeNode()
1384 case Type::BitInt: { in IsStructurallyEquivalent()
247 case Type::BitInt: in canPrefixQualifiers()
2432 case Type::BitInt: in mangleUnresolvedTypeOrSimpleId()
11928 case Type::BitInt: in EvaluateBuiltinClassifyType()11929 return GCCTypeClass::BitInt; in EvaluateBuiltinClassifyType()
61 TYPE_BIT_CODE(BitInt, BIT_INT, 50)
768 case Type::BitInt: { in ConvertType()
284 case Type::BitInt: in getEvaluationKind()2389 case Type::BitInt: in EmitVariablyModifiedType()
3859 case Type::BitInt: in BuildVTablePointer()4140 case Type::BitInt: in BuildTypeInfo()
3798 case Type::BitInt: in CreateTypeNode()
1793 case Type::BitInt: in DeduceTemplateArgumentsByTypeMatch()6644 case Type::BitInt: in MarkUsedTemplateParameters()
9660 if (auto *BitInt = dyn_cast<BitIntType>(Underlying)) { in ChangeIntegralSignedness() local9661 unsigned int Bits = BitInt->getNumBits(); in ChangeIntegralSignedness()
3184 case Type::BitInt: in addAssociatedClassesAndNamespaces()
4403 case Type::BitInt: in captureVariablyModifiedType()
4148 case clang::Type::BitInt: in GetTypeClass()4842 case clang::Type::BitInt: in GetEncoding()5183 case clang::Type::BitInt: in GetFormat()
7656 static bool classof(const Type *T) { return T->getTypeClass() == BitInt; }