Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DTypeBitCodes.def61 TYPE_BIT_CODE(BitInt, BIT_INT, 50)
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp342 : Type(BitInt, QualType{}, TypeDependence::None), IsUnsigned(IsUnsigned), in BitIntType()
2439 case Type::BitInt: in isCXX98PODType()
3999 case Type::BitInt: in computeCachedProperties()
4099 case Type::BitInt: in computeTypeLinkageInfo()
4318 case Type::BitInt: in canHaveNullability()
H A DASTContext.cpp2314 case Type::BitInt: { in getTypeInfoImpl()
3641 case Type::BitInt: in getVariableArrayDecayedType()
8491 case Type::BitInt: in getObjCEncodingForTypeImpl()
10751 case Type::BitInt: { in mergeTypes()
12548 SUGAR_FREE_TYPE(BitInt) in getCommonNonSugarTypeNode()
12847 CANONICAL_TYPE(BitInt) in getCommonSugarTypeNode()
H A DASTStructuralEquivalence.cpp1269 case Type::BitInt: { in IsStructurallyEquivalent()
H A DTypePrinter.cpp247 case Type::BitInt: in canPrefixQualifiers()
H A DItaniumMangle.cpp2316 case Type::BitInt: in mangleUnresolvedTypeOrSimpleId()
H A DExprConstant.cpp11406 case Type::BitInt: in EvaluateBuiltinClassifyType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.cpp819 case Type::BitInt: { in ConvertType()
H A DCodeGenFunction.cpp250 case Type::BitInt: in getEvaluationKind()
2246 case Type::BitInt: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3513 case Type::BitInt: in BuildVTablePointer()
3788 case Type::BitInt: in BuildTypeInfo()
H A DCGDebugInfo.cpp3501 case Type::BitInt: in CreateTypeNode()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1629 case Type::BitInt: in DeduceTemplateArgumentsByTypeMatch()
6193 case Type::BitInt: in MarkUsedTemplateParameters()
H A DSemaType.cpp9437 if (auto *BitInt = dyn_cast<BitIntType>(Underlying)) { in ChangeIntegralSignedness() local
9438 unsigned int Bits = BitInt->getNumBits(); in ChangeIntegralSignedness()
H A DSemaLookup.cpp3204 case Type::BitInt: in addAssociatedClassesAndNamespaces()
H A DSemaExpr.cpp4516 case Type::BitInt: in captureVariablyModifiedType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4183 case clang::Type::BitInt: in GetTypeClass()
4843 case clang::Type::BitInt: in GetEncoding()
5227 case clang::Type::BitInt: in GetFormat()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h6541 static bool classof(const Type *T) { return T->getTypeClass() == BitInt; }
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1911 DEFAULT_TYPELOC_IMPL(BitInt, Type) in DEFAULT_TYPELOC_IMPL()