Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp371 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
386 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
443 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
470 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
711 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
894 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
1343 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi); in classify()
1596 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectReturnResult()
1629 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectResult()
2000 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
[all …]
DCodeGenTypes.cpp247 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32)) in UpdateCompletedType()
536 return ConvertType(ED->getIntegerType()); in ConvertType()
DCGExpr.cpp929 return ET->getDecl()->getIntegerType()->isBooleanType(); in hasBooleanRepresentation()
953 llvm::Type *LTy = ConvertTypeForMem(ED->getIntegerType()); in getRangeForLoadFromType()
DCGDebugInfo.cpp1614 getOrCreateType(ED->getIntegerType(), DefUnit) : llvm::DIType(); in CreateEnumType()
/external/clang/lib/Analysis/
DFormatString.cpp259 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
276 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
DScanfFormatString.cpp366 QT = ETy->getDecl()->getIntegerType(); in fixType()
DPrintfFormatString.cpp417 QT = ETy->getDecl()->getIntegerType(); in fixType()
/external/clang/lib/AST/
DType.cpp696 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerType()
710 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerOrEnumerationType()
736 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerType()
750 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType(); in isUnsignedIntegerOrEnumerationType()
DASTContext.cpp1402 return getTypeInfo(ET->getDecl()->getIntegerType()); in getTypeInfoImpl()
4736 return ObjCEncodingForPrimitiveKind(C, Enum->getIntegerType()); in ObjCEncodingForEnumType()
6424 argTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes()
6534 QualType TINT = ETy->getDecl()->getIntegerType(); in mergeTypes()
6539 QualType TINT = ETy->getDecl()->getIntegerType(); in mergeTypes()
6827 T = ET->getDecl()->getIntegerType(); in getIntWidth()
6844 T = ETy->getDecl()->getIntegerType(); in getCorrespondingUnsignedType()
DDumpXML.cpp589 dispatch(D->getIntegerType()); in visitEnumDeclChildren()
DDeclPrinter.cpp360 Out << " : " << D->getIntegerType().stream(Policy); in VisitEnumDecl()
DMicrosoftMangle.cpp1295 cast<EnumDecl>(T->getDecl())->getIntegerType()).getQuantity(); in mangleType()
DASTImporter.cpp2263 QualType ToIntegerType = Importer.Import(D->getIntegerType()); in VisitEnumDecl()
/external/clang/tools/libclang/
DCXType.cpp226 QualType T = TD->getIntegerType(); in clang_getEnumDeclIntegerType()
/external/clang/lib/Sema/
DSemaDecl.cpp8199 !Prev->getIntegerType()->isDependentType() && in CheckEnumRedeclaration()
8201 Prev->getIntegerType())) { in CheckEnumRedeclaration()
8203 << EnumUnderlyingTy << Prev->getIntegerType(); in CheckEnumRedeclaration()
8900 ED->setPromotionType(ED->getIntegerType()); in ActOnTag()
10341 EltTy = Enum->getIntegerType(); in CheckEnumConstant()
10355 EltTy = Enum->getIntegerType(); in CheckEnumConstant()
10410 EltTy = Enum->getIntegerType(); in CheckEnumConstant()
10862 BestType = Enum->getIntegerType(); in ActOnEnumBody()
DSemaTemplateInstantiateDecl.cpp589 assert(!D->getIntegerType()->isDependentType() in VisitEnumDecl()
591 Enum->setIntegerType(D->getIntegerType()); in VisitEnumDecl()
DSemaTemplate.cpp4172 IntegerType = Enum->getDecl()->getIntegerType(); in CheckTemplateArgument()
4257 IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType()); in CheckTemplateArgument()
4642 BT = ET->getDecl()->getIntegerType(); in BuildExpressionFromIntegralTemplateArgument()
DSemaChecking.cpp3900 T = C.getCanonicalType(ET->getDecl()->getIntegerType()).getTypePtr(); in forTargetOfCanonicalType()
5700 C.hasSameType(ED1->getIntegerType(), ED2->getIntegerType()); in isLayoutCompatible()
DSemaExprObjC.cpp551 ET->getDecl()->getIntegerType()); in BuildObjCBoxedExpr()
DSemaType.cpp4667 Underlying = ED->getIntegerType(); in BuildUnaryTransformType()
/external/clang/include/clang/AST/
DDecl.h2802 QualType getIntegerType() const { in getIntegerType() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp228 Writer.AddTypeRef(D->getIntegerType(), Record); in VisitEnumDecl()