| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | TargetInfo.cpp | 408 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 …]
|
| D | CodeGenTypes.cpp | 248 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32)) in UpdateCompletedType() 569 return ConvertType(ED->getIntegerType()); in ConvertType()
|
| D | CGExpr.cpp | 1003 return ET->getDecl()->getIntegerType()->isBooleanType(); in hasBooleanRepresentation() 1026 llvm::Type *LTy = CGF.ConvertTypeForMem(ED->getIntegerType()); in getRangeForType()
|
| D | CGDebugInfo.cpp | 1892 getOrCreateType(ED->getIntegerType(), DefUnit) : llvm::DIType(); in CreateEnumType()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/ |
| D | FormatString.cpp | 280 argTy = ETy->getDecl()->getIntegerType(); in matchesType() 297 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
|
| D | ScanfFormatString.cpp | 395 QT = ETy->getDecl()->getIntegerType(); in fixType()
|
| D | PrintfFormatString.cpp | 475 QT = ETy->getDecl()->getIntegerType(); in fixType()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | Type.cpp | 719 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()
|
| D | ASTContext.cpp | 1655 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()
|
| D | DeclPrinter.cpp | 365 Out << " : " << D->getIntegerType().stream(Policy); in VisitEnumDecl()
|
| D | MicrosoftMangle.cpp | 1490 cast<EnumDecl>(TD)->getIntegerType()).getQuantity(); in mangleType()
|
| D | ASTDumper.cpp | 814 dumpType(D->getIntegerType()); in VisitEnumDecl()
|
| D | ASTImporter.cpp | 2454 QualType ToIntegerType = Importer.Import(D->getIntegerType()); in VisitEnumDecl()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ |
| D | ClangASTType.cpp | 1257 …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/ |
| D | SemaDecl.cpp | 10188 !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()
|
| D | SemaTemplateInstantiateDecl.cpp | 643 assert(!D->getIntegerType()->isDependentType() in VisitEnumDecl() 645 Enum->setIntegerType(D->getIntegerType()); in VisitEnumDecl()
|
| D | SemaTemplate.cpp | 4723 IntegerType = Enum->getDecl()->getIntegerType(); in CheckTemplateArgument() 4808 IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType()); in CheckTemplateArgument() 5186 T = ET->getDecl()->getIntegerType(); in BuildExpressionFromIntegralTemplateArgument()
|
| D | SemaChecking.cpp | 4462 T = C.getCanonicalType(ET->getDecl()->getIntegerType()).getTypePtr(); in forTargetOfCanonicalType() 7022 C.hasSameType(ED1->getIntegerType(), ED2->getIntegerType()); in isLayoutCompatible()
|
| D | SemaExprObjC.cpp | 572 ET->getDecl()->getIntegerType()); in BuildObjCBoxedExpr()
|
| D | SemaType.cpp | 5482 Underlying = ED->getIntegerType(); in BuildUnaryTransformType()
|
| D | SemaOverload.cpp | 1779 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); in IsIntegralPromotion()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | Decl.h | 2892 QualType getIntegerType() const { in getIntegerType() function
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTWriterDecl.cpp | 242 Writer.AddTypeRef(D->getIntegerType(), Record); in VisitEnumDecl()
|