Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h55 BitInt = 18, enumerator
H A DType.cpp381 : 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()
H A DASTContext.cpp2301 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()
H A DASTStructuralEquivalence.cpp1384 case Type::BitInt: { in IsStructurallyEquivalent()
H A DTypePrinter.cpp247 case Type::BitInt: in canPrefixQualifiers()
H A DItaniumMangle.cpp2432 case Type::BitInt: in mangleUnresolvedTypeOrSimpleId()
H A DExprConstant.cpp11928 case Type::BitInt: in EvaluateBuiltinClassifyType()
11929 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/CodeGen/
H A DCodeGenTypes.cpp768 case Type::BitInt: { in ConvertType()
H A DCodeGenFunction.cpp284 case Type::BitInt: in getEvaluationKind()
2389 case Type::BitInt: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3859 case Type::BitInt: in BuildVTablePointer()
4140 case Type::BitInt: in BuildTypeInfo()
H A DCGDebugInfo.cpp3798 case Type::BitInt: in CreateTypeNode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1793 case Type::BitInt: in DeduceTemplateArgumentsByTypeMatch()
6644 case Type::BitInt: in MarkUsedTemplateParameters()
H A DSemaType.cpp9660 if (auto *BitInt = dyn_cast<BitIntType>(Underlying)) { in ChangeIntegralSignedness() local
9661 unsigned int Bits = BitInt->getNumBits(); in ChangeIntegralSignedness()
H A DSemaLookup.cpp3184 case Type::BitInt: in addAssociatedClassesAndNamespaces()
H A DSemaExpr.cpp4403 case Type::BitInt: in captureVariablyModifiedType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4148 case clang::Type::BitInt: in GetTypeClass()
4842 case clang::Type::BitInt: in GetEncoding()
5183 case clang::Type::BitInt: in GetFormat()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h7656 static bool classof(const Type *T) { return T->getTypeClass() == BitInt; }