Home
last modified time | relevance | path

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

12

/external/clang/lib/CodeGen/
DTargetInfo.cpp414 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
429 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
481 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
501 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
890 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
1116 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
1851 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg); in classify()
2124 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectReturnResult()
2157 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectResult()
2515 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
[all …]
DCodeGenTypes.cpp248 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32)) in UpdateCompletedType()
574 return ConvertType(ED->getIntegerType()); in ConvertType()
DCGExpr.cpp1067 return ET->getDecl()->getIntegerType()->isBooleanType(); in hasBooleanRepresentation()
1090 llvm::Type *LTy = CGF.ConvertTypeForMem(ED->getIntegerType()); in getRangeForType()
DCGDebugInfo.cpp1984 ? getOrCreateType(ED->getIntegerType(), DefUnit) in CreateTypeDefinition()
/external/clang/lib/Analysis/
DFormatString.cpp283 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
300 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
DScanfFormatString.cpp417 PT = ETy->getDecl()->getIntegerType(); in fixType()
DPrintfFormatString.cpp535 QT = ETy->getDecl()->getIntegerType(); in fixType()
/external/clang/lib/AST/
DType.cpp723 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerType()
737 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerOrEnumerationType()
763 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerType()
777 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerOrEnumerationType()
DASTContext.cpp1684 getTypeInfo(ED->getIntegerType()->getUnqualifiedDesugaredType()); in getTypeInfoImpl()
1808 T = ET->getDecl()->getIntegerType().getTypePtr(); in getPreferredTypeAlign()
4619 return ET->getDecl()->getIntegerType().getTypePtr(); in getIntegerTypeForEnum()
5290 const BuiltinType *BT = Enum->getIntegerType()->castAs<BuiltinType>(); in ObjCEncodingForEnumType()
7086 paramTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes()
7116 QualType underlyingType = ET->getDecl()->getIntegerType(); in mergeEnumWithInteger()
7501 T = ET->getDecl()->getIntegerType(); in getIntWidth()
7518 T = ETy->getDecl()->getIntegerType(); in getCorrespondingUnsignedType()
DDeclPrinter.cpp366 Out << " : " << D->getIntegerType().stream(Policy); in VisitEnumDecl()
DASTDumper.cpp1037 dumpType(D->getIntegerType()); in VisitEnumDecl()
DASTImporter.cpp2462 QualType ToIntegerType = Importer.Import(D->getIntegerType()); in VisitEnumDecl()
/external/lldb/source/Symbol/
DClangASTType.cpp1208 …or_element_clang_type->SetClangType(m_ast, cast<EnumType>(qual_type)->getDecl()->getIntegerType()); in GetTypeInfo()
5359 … if (m_ast->getTypeSize(enum_decl->getIntegerType()) < m_ast->getTypeSize(m_ast->IntTy)) in CompleteTagDeclarationDefinition()
5361 if (enum_decl->getIntegerType()->isSignedIntegerType()) in CompleteTagDeclarationDefinition()
5367 promotion_qual_type = enum_decl->getIntegerType(); in CompleteTagDeclarationDefinition()
5369 …enum_decl->completeDefinition(enum_decl->getIntegerType(), promotion_qual_type, NumPositiveBits, N… in CompleteTagDeclarationDefinition()
5443 return ClangASTType (m_ast, enum_decl->getIntegerType()); in GetEnumerationIntegerType()
/external/clang/tools/libclang/
DCXType.cpp262 QualType T = TD->getIntegerType(); in clang_getEnumDeclIntegerType()
/external/clang/lib/Sema/
DSemaDecl.cpp11085 !Prev->getIntegerType()->isDependentType() && in CheckEnumRedeclaration()
11087 Prev->getIntegerType())) { in CheckEnumRedeclaration()
11090 << EnumUnderlyingTy << Prev->getIntegerType(); in CheckEnumRedeclaration()
11912 ED->setPromotionType(ED->getIntegerType()); in ActOnTag()
13279 EltTy = Enum->getIntegerType(); in CheckEnumConstant()
13293 EltTy = Enum->getIntegerType(); in CheckEnumConstant()
13348 EltTy = Enum->getIntegerType(); in CheckEnumConstant()
13790 BestType = Enum->getIntegerType(); in ActOnEnumBody()
DSemaTemplateInstantiateDecl.cpp772 assert(!D->getIntegerType()->isDependentType() in VisitEnumDecl()
774 Enum->setIntegerType(D->getIntegerType()); in VisitEnumDecl()
DSemaChecking.cpp3807 ExprTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()
5654 T = C.getCanonicalType(ET->getDecl()->getIntegerType()).getTypePtr(); in forTargetOfCanonicalType()
8941 C.hasSameType(ED1->getIntegerType(), ED2->getIntegerType()); in isLayoutCompatible()
DSemaTemplate.cpp4958 IntegerType = Enum->getDecl()->getIntegerType(); in CheckTemplateArgument()
5042 IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType()); in CheckTemplateArgument()
5421 T = ET->getDecl()->getIntegerType(); in BuildExpressionFromIntegralTemplateArgument()
DSemaExprObjC.cpp575 ET->getDecl()->getIntegerType()); in BuildObjCBoxedExpr()
DSemaType.cpp5605 Underlying = ED->getIntegerType(); in BuildUnaryTransformType()
DSemaDeclAttr.cpp3015 UnderlyingTy = ED->getIntegerType(); in CheckAlignasUnderalignment()
DSemaOverload.cpp1759 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); in IsIntegralPromotion()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp774 QualType DesignatedEnumType = EnumDcl->getIntegerType(); in rewriteToNSMacroDecl()
/external/clang/include/clang/AST/
DDecl.h3069 QualType getIntegerType() const { in getIntegerType() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp333 Writer.AddTypeRef(D->getIntegerType(), Record); in VisitEnumDecl()

12