Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Parser/
H A Dcxx2a-concepts-requires-expr.cpp157 using BitInt = _BitInt(N); typedef
161 typename BitInt<N>; // ok
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DTypeBitCodes.def61 TYPE_BIT_CODE(BitInt, BIT_INT, 50)
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp342 : Type(BitInt, QualType{}, TypeDependence::None), IsUnsigned(IsUnsigned), in BitIntType()
2401 case Type::BitInt: in isCXX98PODType()
3909 case Type::BitInt: in computeCachedProperties()
4009 case Type::BitInt: in computeTypeLinkageInfo()
4229 case Type::BitInt: in canHaveNullability()
H A DASTStructuralEquivalence.cpp1222 case Type::BitInt: { in IsStructurallyEquivalent()
H A DTypePrinter.cpp251 case Type::BitInt: in canPrefixQualifiers()
H A DASTContext.cpp2303 case Type::BitInt: { in getTypeInfoImpl()
3613 case Type::BitInt: in getVariableArrayDecayedType()
8386 case Type::BitInt: in getObjCEncodingForTypeImpl()
10619 case Type::BitInt: { in mergeTypes()
H A DItaniumMangle.cpp2319 case Type::BitInt: in mangleUnresolvedTypeOrSimpleId()
H A DExprConstant.cpp11333 case Type::BitInt: in EvaluateBuiltinClassifyType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.cpp819 case Type::BitInt: { in ConvertType()
H A DCodeGenFunction.cpp247 case Type::BitInt: in getEvaluationKind()
2224 case Type::BitInt: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3486 case Type::BitInt: in BuildVTablePointer()
3761 case Type::BitInt: in BuildTypeInfo()
H A DCGDebugInfo.cpp3484 case Type::BitInt: in CreateTypeNode()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1600 case Type::BitInt: in DeduceTemplateArgumentsByTypeMatch()
5972 case Type::BitInt: in MarkUsedTemplateParameters()
H A DSemaLookup.cpp3193 case Type::BitInt: in addAssociatedClassesAndNamespaces()
H A DSemaExpr.cpp4514 case Type::BitInt: in captureVariablyModifiedType()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4134 case clang::Type::BitInt: in GetTypeClass()
4792 case clang::Type::BitInt: in GetEncoding()
5174 case clang::Type::BitInt: in GetFormat()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h6467 static bool classof(const Type *T) { return T->getTypeClass() == BitInt; }
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp1905 DEFAULT_TYPELOC_IMPL(BitInt, Type) in DEFAULT_TYPELOC_IMPL()