| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 407 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 422 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType() 474 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 494 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType() 883 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType() 1109 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 1783 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg); in classify() 2056 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectReturnResult() 2089 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectResult() 2458 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType() [all …]
|
| H A D | CodeGenTypes.cpp | 248 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32)) in UpdateCompletedType() 574 return ConvertType(ED->getIntegerType()); in ConvertType()
|
| H A D | CGExpr.cpp | 1041 return ET->getDecl()->getIntegerType()->isBooleanType(); in hasBooleanRepresentation() 1064 llvm::Type *LTy = CGF.ConvertTypeForMem(ED->getIntegerType()); in getRangeForType()
|
| H A D | CGDebugInfo.cpp | 1962 ? getOrCreateType(ED->getIntegerType(), DefUnit) in CreateTypeDefinition()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
| H A D | FormatString.cpp | 282 argTy = ETy->getDecl()->getIntegerType(); in matchesType() 299 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
|
| H A D | ScanfFormatString.cpp | 417 PT = ETy->getDecl()->getIntegerType(); in fixType()
|
| H A D | PrintfFormatString.cpp | 512 QT = ETy->getDecl()->getIntegerType(); in fixType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Type.cpp | 730 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerType() 744 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerOrEnumerationType() 770 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerType() 784 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerOrEnumerationType()
|
| H A D | ASTContext.cpp | 1673 return getTypeInfo(ET->getDecl()->getIntegerType()); in getTypeInfoImpl() 4584 return ET->getDecl()->getIntegerType().getTypePtr(); in getIntegerTypeForEnum() 5255 const BuiltinType *BT = Enum->getIntegerType()->castAs<BuiltinType>(); in ObjCEncodingForEnumType() 7051 paramTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes() 7081 QualType underlyingType = ET->getDecl()->getIntegerType(); in mergeEnumWithInteger() 7466 T = ET->getDecl()->getIntegerType(); in getIntWidth() 7483 T = ETy->getDecl()->getIntegerType(); in getCorrespondingUnsignedType()
|
| H A D | DeclPrinter.cpp | 366 Out << " : " << D->getIntegerType().stream(Policy); in VisitEnumDecl()
|
| H A D | ASTDumper.cpp | 1034 dumpType(D->getIntegerType()); in VisitEnumDecl()
|
| H A D | ASTImporter.cpp | 2440 QualType ToIntegerType = Importer.Import(D->getIntegerType()); in VisitEnumDecl()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CXType.cpp | 262 QualType T = TD->getIntegerType(); in clang_getEnumDeclIntegerType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 10969 !Prev->getIntegerType()->isDependentType() && in CheckEnumRedeclaration() 10971 Prev->getIntegerType())) { in CheckEnumRedeclaration() 10974 << EnumUnderlyingTy << Prev->getIntegerType(); in CheckEnumRedeclaration() 11779 ED->setPromotionType(ED->getIntegerType()); in ActOnTag() 13143 EltTy = Enum->getIntegerType(); in CheckEnumConstant() 13157 EltTy = Enum->getIntegerType(); in CheckEnumConstant() 13212 EltTy = Enum->getIntegerType(); in CheckEnumConstant() 13611 BestType = Enum->getIntegerType(); in ActOnEnumBody()
|
| H A D | SemaChecking.cpp | 3600 ExprTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr() 5423 T = C.getCanonicalType(ET->getDecl()->getIntegerType()).getTypePtr(); in forTargetOfCanonicalType() 8454 C.hasSameType(ED1->getIntegerType(), ED2->getIntegerType()); in isLayoutCompatible()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 767 assert(!D->getIntegerType()->isDependentType() in VisitEnumDecl() 769 Enum->setIntegerType(D->getIntegerType()); in VisitEnumDecl()
|
| H A D | SemaTemplate.cpp | 4939 IntegerType = Enum->getDecl()->getIntegerType(); in CheckTemplateArgument() 5023 IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType()); in CheckTemplateArgument() 5402 T = ET->getDecl()->getIntegerType(); in BuildExpressionFromIntegralTemplateArgument()
|
| H A D | SemaExprObjC.cpp | 573 ET->getDecl()->getIntegerType()); in BuildObjCBoxedExpr()
|
| H A D | SemaType.cpp | 5561 Underlying = ED->getIntegerType(); in BuildUnaryTransformType()
|
| H A D | SemaOverload.cpp | 1745 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); in IsIntegralPromotion()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Decl.h | 3016 QualType getIntegerType() const { in getIntegerType() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 277 Writer.AddTypeRef(D->getIntegerType(), Record); in VisitEnumDecl()
|