Searched refs:BitInt (Results 1 – 20 of 20) sorted by relevance
60 BitInt = 18, enumerator
425 : Type(BitInt, QualType{}, TypeDependence::None), IsUnsigned(IsUnsigned), in BitIntType()2740 case Type::BitInt: in isCXX98PODType()4713 case Type::BitInt: in computeCachedProperties()4824 case Type::BitInt: in computeTypeLinkageInfo()5076 case Type::BitInt: in canHaveNullability()
2467 case Type::BitInt: { in getTypeInfoImpl()3468 case Type::BitInt: in encodeTypeForFunctionPointerAuth()4311 case Type::BitInt: in getVariableArrayDecayedType()9561 case Type::BitInt: in getObjCEncodingForTypeImpl()11927 case Type::BitInt: { in mergeTypes()13980 SUGAR_FREE_TYPE(BitInt) in getCommonNonSugarTypeNode()14314 CANONICAL_TYPE(BitInt) in getCommonSugarTypeNode()
246 case Type::BitInt: in canPrefixQualifiers()
1488 case Type::BitInt: { in IsStructurallyEquivalent()
2480 case Type::BitInt: in mangleUnresolvedTypeOrSimpleId()
12482 case Type::BitInt: in EvaluateBuiltinClassifyType()12483 return GCCTypeClass::BitInt; in EvaluateBuiltinClassifyType()
61 TYPE_BIT_CODE(BitInt, BIT_INT, 50)
475 case Type::BitInt: { in convertType()
65 case Type::BitInt: in getEvaluationKind()
761 case Type::BitInt: { in ConvertType()
286 case Type::BitInt: in getEvaluationKind()2493 case Type::BitInt: in EmitVariablyModifiedType()
3896 case Type::BitInt: in BuildVTablePointer()4191 case Type::BitInt: in BuildTypeInfo()
4044 case Type::BitInt: in CreateTypeNode()
1810 case Type::BitInt: in DeduceTemplateArgumentsByTypeMatch()7044 case Type::BitInt: in MarkUsedTemplateParameters()
9942 if (auto *BitInt = dyn_cast<BitIntType>(Underlying)) { in ChangeIntegralSignedness() local9943 unsigned int Bits = BitInt->getNumBits(); in ChangeIntegralSignedness()
3269 case Type::BitInt: in addAssociatedClassesAndNamespaces()
4482 case Type::BitInt: in captureVariablyModifiedType()
4174 case clang::Type::BitInt: in GetTypeClass()4880 case clang::Type::BitInt: in GetEncoding()5179 case clang::Type::BitInt: in GetFormat()
8012 static bool classof(const Type *T) { return T->getTypeClass() == BitInt; }