Home
last modified time | relevance | path

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

/llvm-project/clang/test/Parser/
H A Dcxx2a-concepts-requires-expr.cpp157 using BitInt = _BitInt(N); typedef
161 typename BitInt<N>; // ok
/llvm-project/clang/lib/AST/
H A DExprConstShared.h60 BitInt = 18,
55 BitInt = 18, global() enumerator
H A DType.cpp414 : Type(BitInt, QualType{}, TypeDependence::None), IsUnsigned(IsUnsigned), in Profile()
2680 case Type::BitInt: in isTrivialType()
4568 case Type::BitInt: in computeCachedProperties()
4671 case Type::BitInt: in computeTypeLinkageInfo()
4919 case Type::BitInt: in isBlockCompatibleObjCPointerType()
H A DASTContext.cpp2369 case Type::BitInt: { in getTypeInfoImpl()
3352 case Type::BitInt: in getComplexType()
4175 case Type::BitInt: in getDependentVectorType()
9280 case Type::BitInt: in CreateVaListDecl()
11745 case Type::BitInt: {
13608 SUGAR_FREE_TYPE(BitInt)
13938 CANONICAL_TYPE(BitInt) in useAbbreviatedThunkName()
H A DASTStructuralEquivalence.cpp1401 case Type::BitInt: { in IsStructurallyEquivalent()
H A DTypePrinter.cpp246 case Type::BitInt: in canPrefixQualifiers()
H A DItaniumMangle.cpp2455 case Type::BitInt: in mangleUnresolvedTypeOrSimpleId()
H A DExprConstant.cpp12377 case Type::BitInt: in getBuiltinAlignArguments()
12378 return GCCTypeClass::BitInt; in getBuiltinAlignArguments()
/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def61 TYPE_BIT_CODE(BitInt, BIT_INT, 50)
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp755 case Type::BitInt: { in ConvertRecordDeclType()
H A DCodeGenFunction.cpp284 case Type::BitInt: in getEvaluationKind()
2444 case Type::BitInt: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3875 case Type::BitInt: in BuildTypeInfo()
4172 case Type::BitInt: in BuildVMIClassTypeInfo()
H A DCGDebugInfo.cpp3842 case Type::BitInt: in getOrCreateLimitedType()
/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1828 case Type::BitInt: in DeduceTemplateArgumentsByTypeMatch()
7079 case Type::BitInt:
H A DSemaType.cpp9895 if (auto *BitInt = dyn_cast<BitIntType>(Underlying)) {
9896 unsigned int Bits = BitInt->getNumBits();
9604 if (auto *BitInt = dyn_cast<BitIntType>(Underlying)) { ChangeIntegralSignedness() local
H A DSemaLookup.cpp3245 case Type::BitInt: in FindAssociatedClassesAndNamespaces()
H A DSemaExpr.cpp4444 case Type::BitInt: in captureVariablyModifiedType()
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4167 case clang::Type::BitInt: in GetTypeClass()
4866 case clang::Type::BitInt: in GetEncoding()
5162 case clang::Type::BitInt: in GetFormat()
/llvm-project/clang/include/clang/AST/
H A DType.h7847 static bool classof(const Type *T) { return T->getTypeClass() == BitInt; }
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp1951 DEFAULT_TYPELOC_IMPL(BitInt, Type) in DEFAULT_TYPELOC_IMPL()