/llvm-project/clang/test/Parser/ |
H A D | cxx2a-concepts-requires-expr.cpp | 157 using BitInt = _BitInt(N); typedef 161 typename BitInt<N>; // ok
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstShared.h | 60 BitInt = 18, 55 BitInt = 18, global() enumerator
|
H A D | Type.cpp | 414 : 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 D | ASTContext.cpp | 2369 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 D | ASTStructuralEquivalence.cpp | 1401 case Type::BitInt: { in IsStructurallyEquivalent()
|
H A D | TypePrinter.cpp | 246 case Type::BitInt: in canPrefixQualifiers()
|
H A D | ItaniumMangle.cpp | 2455 case Type::BitInt: in mangleUnresolvedTypeOrSimpleId()
|
H A D | ExprConstant.cpp | 12377 case Type::BitInt: in getBuiltinAlignArguments() 12378 return GCCTypeClass::BitInt; in getBuiltinAlignArguments()
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | TypeBitCodes.def | 61 TYPE_BIT_CODE(BitInt, BIT_INT, 50)
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 755 case Type::BitInt: { in ConvertRecordDeclType()
|
H A D | CodeGenFunction.cpp | 284 case Type::BitInt: in getEvaluationKind() 2444 case Type::BitInt: in EmitVariablyModifiedType()
|
H A D | ItaniumCXXABI.cpp | 3875 case Type::BitInt: in BuildTypeInfo() 4172 case Type::BitInt: in BuildVMIClassTypeInfo()
|
H A D | CGDebugInfo.cpp | 3842 case Type::BitInt: in getOrCreateLimitedType()
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 1828 case Type::BitInt: in DeduceTemplateArgumentsByTypeMatch() 7079 case Type::BitInt:
|
H A D | SemaType.cpp | 9895 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 D | SemaLookup.cpp | 3245 case Type::BitInt: in FindAssociatedClassesAndNamespaces()
|
H A D | SemaExpr.cpp | 4444 case Type::BitInt: in captureVariablyModifiedType()
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 4167 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 D | Type.h | 7847 static bool classof(const Type *T) { return T->getTypeClass() == BitInt; }
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 1951 DEFAULT_TYPELOC_IMPL(BitInt, Type) in DEFAULT_TYPELOC_IMPL()
|