Home
last modified time | relevance | path

Searched refs:getIntegerType (Results 1 – 23 of 23) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp408 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
423 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
475 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
495 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
750 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
950 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
1481 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg); in classify()
1740 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectReturnResult()
1773 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectResult()
2147 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
[all …]
DCodeGenTypes.cpp248 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32)) in UpdateCompletedType()
569 return ConvertType(ED->getIntegerType()); in ConvertType()
DCGExpr.cpp1003 return ET->getDecl()->getIntegerType()->isBooleanType(); in hasBooleanRepresentation()
1026 llvm::Type *LTy = CGF.ConvertTypeForMem(ED->getIntegerType()); in getRangeForType()
DCGDebugInfo.cpp1892 getOrCreateType(ED->getIntegerType(), DefUnit) : llvm::DIType(); in CreateEnumType()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
DFormatString.cpp280 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
297 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
DScanfFormatString.cpp395 QT = ETy->getDecl()->getIntegerType(); in fixType()
DPrintfFormatString.cpp475 QT = ETy->getDecl()->getIntegerType(); in fixType()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DType.cpp719 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerType()
733 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerOrEnumerationType()
759 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerType()
773 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerOrEnumerationType()
DASTContext.cpp1655 return getTypeInfo(ET->getDecl()->getIntegerType()); in getTypeInfoImpl()
4430 return ET->getDecl()->getIntegerType().getTypePtr(); in getIntegerTypeForEnum()
5120 const BuiltinType *BT = Enum->getIntegerType()->castAs<BuiltinType>(); in ObjCEncodingForEnumType()
7071 argTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes()
7101 QualType underlyingType = ET->getDecl()->getIntegerType(); in mergeEnumWithInteger()
7488 T = ET->getDecl()->getIntegerType(); in getIntWidth()
7505 T = ETy->getDecl()->getIntegerType(); in getCorrespondingUnsignedType()
DDeclPrinter.cpp365 Out << " : " << D->getIntegerType().stream(Policy); in VisitEnumDecl()
DMicrosoftMangle.cpp1490 cast<EnumDecl>(TD)->getIntegerType()).getQuantity(); in mangleType()
DASTDumper.cpp814 dumpType(D->getIntegerType()); in VisitEnumDecl()
DASTImporter.cpp2454 QualType ToIntegerType = Importer.Import(D->getIntegerType()); in VisitEnumDecl()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTType.cpp1257 …or_element_clang_type->SetClangType(m_ast, cast<EnumType>(qual_type)->getDecl()->getIntegerType()); in GetTypeInfo()
5440 … if (m_ast->getTypeSize(enum_decl->getIntegerType()) < m_ast->getTypeSize(m_ast->IntTy)) in CompleteTagDeclarationDefinition()
5442 if (enum_decl->getIntegerType()->isSignedIntegerType()) in CompleteTagDeclarationDefinition()
5448 promotion_qual_type = enum_decl->getIntegerType(); in CompleteTagDeclarationDefinition()
5450 …enum_decl->completeDefinition(enum_decl->getIntegerType(), promotion_qual_type, NumPositiveBits, N… in CompleteTagDeclarationDefinition()
5524 return ClangASTType (m_ast, enum_decl->getIntegerType()); in GetEnumerationIntegerType()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp10188 !Prev->getIntegerType()->isDependentType() && in CheckEnumRedeclaration()
10190 Prev->getIntegerType())) { in CheckEnumRedeclaration()
10192 << EnumUnderlyingTy << Prev->getIntegerType(); in CheckEnumRedeclaration()
10927 ED->setPromotionType(ED->getIntegerType()); in ActOnTag()
12269 EltTy = Enum->getIntegerType(); in CheckEnumConstant()
12283 EltTy = Enum->getIntegerType(); in CheckEnumConstant()
12338 EltTy = Enum->getIntegerType(); in CheckEnumConstant()
12739 BestType = Enum->getIntegerType(); in ActOnEnumBody()
DSemaTemplateInstantiateDecl.cpp643 assert(!D->getIntegerType()->isDependentType() in VisitEnumDecl()
645 Enum->setIntegerType(D->getIntegerType()); in VisitEnumDecl()
DSemaTemplate.cpp4723 IntegerType = Enum->getDecl()->getIntegerType(); in CheckTemplateArgument()
4808 IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType()); in CheckTemplateArgument()
5186 T = ET->getDecl()->getIntegerType(); in BuildExpressionFromIntegralTemplateArgument()
DSemaChecking.cpp4462 T = C.getCanonicalType(ET->getDecl()->getIntegerType()).getTypePtr(); in forTargetOfCanonicalType()
7022 C.hasSameType(ED1->getIntegerType(), ED2->getIntegerType()); in isLayoutCompatible()
DSemaExprObjC.cpp572 ET->getDecl()->getIntegerType()); in BuildObjCBoxedExpr()
DSemaType.cpp5482 Underlying = ED->getIntegerType(); in BuildUnaryTransformType()
DSemaOverload.cpp1779 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); in IsIntegralPromotion()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h2892 QualType getIntegerType() const { in getIntegerType() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterDecl.cpp242 Writer.AddTypeRef(D->getIntegerType(), Record); in VisitEnumDecl()