Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp407 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 DCodeGenTypes.cpp248 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32)) in UpdateCompletedType()
574 return ConvertType(ED->getIntegerType()); in ConvertType()
H A DCGExpr.cpp1041 return ET->getDecl()->getIntegerType()->isBooleanType(); in hasBooleanRepresentation()
1064 llvm::Type *LTy = CGF.ConvertTypeForMem(ED->getIntegerType()); in getRangeForType()
H A DCGDebugInfo.cpp1962 ? getOrCreateType(ED->getIntegerType(), DefUnit) in CreateTypeDefinition()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DFormatString.cpp282 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
299 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
H A DScanfFormatString.cpp417 PT = ETy->getDecl()->getIntegerType(); in fixType()
H A DPrintfFormatString.cpp512 QT = ETy->getDecl()->getIntegerType(); in fixType()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp730 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 DASTContext.cpp1673 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 DDeclPrinter.cpp366 Out << " : " << D->getIntegerType().stream(Policy); in VisitEnumDecl()
H A DASTDumper.cpp1034 dumpType(D->getIntegerType()); in VisitEnumDecl()
H A DASTImporter.cpp2440 QualType ToIntegerType = Importer.Import(D->getIntegerType()); in VisitEnumDecl()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXType.cpp262 QualType T = TD->getIntegerType(); in clang_getEnumDeclIntegerType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp10969 !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 DSemaChecking.cpp3600 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 DSemaTemplateInstantiateDecl.cpp767 assert(!D->getIntegerType()->isDependentType() in VisitEnumDecl()
769 Enum->setIntegerType(D->getIntegerType()); in VisitEnumDecl()
H A DSemaTemplate.cpp4939 IntegerType = Enum->getDecl()->getIntegerType(); in CheckTemplateArgument()
5023 IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType()); in CheckTemplateArgument()
5402 T = ET->getDecl()->getIntegerType(); in BuildExpressionFromIntegralTemplateArgument()
H A DSemaExprObjC.cpp573 ET->getDecl()->getIntegerType()); in BuildObjCBoxedExpr()
H A DSemaType.cpp5561 Underlying = ED->getIntegerType(); in BuildUnaryTransformType()
H A DSemaOverload.cpp1745 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); in IsIntegralPromotion()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h3016 QualType getIntegerType() const { in getIntegerType() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp277 Writer.AddTypeRef(D->getIntegerType(), Record); in VisitEnumDecl()