Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h60 BitInt = 18, enumerator
H A DType.cpp425 : 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()
H A DASTContext.cpp2467 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()
H A DTypePrinter.cpp246 case Type::BitInt: in canPrefixQualifiers()
H A DASTStructuralEquivalence.cpp1488 case Type::BitInt: { in IsStructurallyEquivalent()
H A DItaniumMangle.cpp2480 case Type::BitInt: in mangleUnresolvedTypeOrSimpleId()
H A DExprConstant.cpp12482 case Type::BitInt: in EvaluateBuiltinClassifyType()
12483 return GCCTypeClass::BitInt; in EvaluateBuiltinClassifyType()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def61 TYPE_BIT_CODE(BitInt, BIT_INT, 50)
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp475 case Type::BitInt: { in convertType()
H A DCIRGenFunction.cpp65 case Type::BitInt: in getEvaluationKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp761 case Type::BitInt: { in ConvertType()
H A DCodeGenFunction.cpp286 case Type::BitInt: in getEvaluationKind()
2493 case Type::BitInt: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3896 case Type::BitInt: in BuildVTablePointer()
4191 case Type::BitInt: in BuildTypeInfo()
H A DCGDebugInfo.cpp4044 case Type::BitInt: in CreateTypeNode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1810 case Type::BitInt: in DeduceTemplateArgumentsByTypeMatch()
7044 case Type::BitInt: in MarkUsedTemplateParameters()
H A DSemaType.cpp9942 if (auto *BitInt = dyn_cast<BitIntType>(Underlying)) { in ChangeIntegralSignedness() local
9943 unsigned int Bits = BitInt->getNumBits(); in ChangeIntegralSignedness()
H A DSemaLookup.cpp3269 case Type::BitInt: in addAssociatedClassesAndNamespaces()
H A DSemaExpr.cpp4482 case Type::BitInt: in captureVariablyModifiedType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4174 case clang::Type::BitInt: in GetTypeClass()
4880 case clang::Type::BitInt: in GetEncoding()
5179 case clang::Type::BitInt: in GetFormat()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h8012 static bool classof(const Type *T) { return T->getTypeClass() == BitInt; }