Home
last modified time | relevance | path

Searched refs:BitInt (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h52 BitInt = 18, enumerator
H A DType.cpp365 : 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()
H A DASTContext.cpp2261 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()
H A DTypePrinter.cpp247 case Type::BitInt: in canPrefixQualifiers()
H A DASTStructuralEquivalence.cpp1356 case Type::BitInt: { in IsStructurallyEquivalent()
H A DItaniumMangle.cpp2432 case Type::BitInt: in mangleUnresolvedTypeOrSimpleId()
H A DExprConstant.cpp11671 case Type::BitInt: in EvaluateBuiltinClassifyType()
11672 return GCCTypeClass::BitInt; in EvaluateBuiltinClassifyType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def61 TYPE_BIT_CODE(BitInt, BIT_INT, 50)
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp707 case Type::BitInt: { in ConvertType()
H A DCodeGenFunction.cpp251 case Type::BitInt: in getEvaluationKind()
2310 case Type::BitInt: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3587 case Type::BitInt: in BuildVTablePointer()
3864 case Type::BitInt: in BuildTypeInfo()
H A DCGDebugInfo.cpp3647 case Type::BitInt: in CreateTypeNode()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1657 case Type::BitInt: in DeduceTemplateArgumentsByTypeMatch()
6461 case Type::BitInt: in MarkUsedTemplateParameters()
H A DSemaType.cpp9929 if (auto *BitInt = dyn_cast<BitIntType>(Underlying)) { in ChangeIntegralSignedness() local
9930 unsigned int Bits = BitInt->getNumBits(); in ChangeIntegralSignedness()
H A DSemaLookup.cpp3221 case Type::BitInt: in addAssociatedClassesAndNamespaces()
H A DSemaExpr.cpp4655 case Type::BitInt: in captureVariablyModifiedType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4108 case clang::Type::BitInt: in GetTypeClass()
4783 case clang::Type::BitInt: in GetEncoding()
5110 case clang::Type::BitInt: in GetFormat()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6742 static bool classof(const Type *T) { return T->getTypeClass() == BitInt; }