Home
last modified time | relevance | path

Searched refs:FieldTypes (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp163 FieldTypes.push_back(getByteArrayType(Size)); in appendPaddingBytes()
203 SmallVector<llvm::Type *, 16> FieldTypes; member
342 FieldTypes.push_back(StorageType); in lowerUnion()
632 FieldTypes.push_back(Member->Data); in fillOutputFields()
635 Fields[Member->FD->getCanonicalDecl()] = FieldTypes.size() - 1; in fillOutputFields()
638 setBitFieldInfo(Member->FD, Member->Offset, FieldTypes.back()); in fillOutputFields()
640 NonVirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields()
642 VirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields()
699 getLLVMContext(), BaseBuilder.FieldTypes, "", BaseBuilder.Packed); in ComputeRecordLayout()
711 Ty->setBody(Builder.FieldTypes, Builder.Packed); in ComputeRecordLayout()
DMicrosoftCXXABI.cpp444 llvm::Type *FieldTypes[] = { in getTypeDescriptorType() local
449 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName); in getTypeDescriptorType()
462 llvm::Type *FieldTypes[] = { in getBaseClassDescriptorType() local
472 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor"); in getBaseClassDescriptorType()
482 llvm::Type *FieldTypes[] = { in getClassHierarchyDescriptorType() local
489 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType()
498 llvm::Type *FieldTypes[] = { in getCompleteObjectLocatorType() local
506 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes); in getCompleteObjectLocatorType()
674 llvm::Type *FieldTypes[] = { in getCatchableTypeType() local
684 CGM.getLLVMContext(), FieldTypes, "eh.CatchableType"); in getCatchableTypeType()
[all …]
DCodeGenModule.cpp3272 QualType FieldTypes[3]; in GetAddrOfConstantString() local
3275 FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst()); in GetAddrOfConstantString()
3277 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst()); in GetAddrOfConstantString()
3279 FieldTypes[2] = Context.UnsignedIntTy; in GetAddrOfConstantString()
3286 FieldTypes[i], /*TInfo=*/nullptr, in GetAddrOfConstantString()
3351 QualType FieldTypes[] = { in getObjCFastEnumerationStateType() local
3364 FieldTypes[i], /*TInfo=*/nullptr, in getObjCFastEnumerationStateType()
/external/llvm-project/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp170 FieldTypes.push_back(getByteArrayType(Size)); in appendPaddingBytes()
211 SmallVector<llvm::Type *, 16> FieldTypes; member
360 FieldTypes.push_back(StorageType); in lowerUnion()
819 FieldTypes.push_back(Member->Data); in fillOutputFields()
822 Fields[Member->FD->getCanonicalDecl()] = FieldTypes.size() - 1; in fillOutputFields()
825 setBitFieldInfo(Member->FD, Member->Offset, FieldTypes.back()); in fillOutputFields()
827 NonVirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields()
829 VirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields()
886 getLLVMContext(), BaseBuilder.FieldTypes, "", BaseBuilder.Packed); in ComputeRecordLayout()
898 Ty->setBody(Builder.FieldTypes, Builder.Packed); in ComputeRecordLayout()
DMicrosoftCXXABI.cpp461 llvm::Type *FieldTypes[] = { in getTypeDescriptorType() local
466 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName); in getTypeDescriptorType()
479 llvm::Type *FieldTypes[] = { in getBaseClassDescriptorType() local
489 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor"); in getBaseClassDescriptorType()
499 llvm::Type *FieldTypes[] = { in getClassHierarchyDescriptorType() local
506 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType()
515 llvm::Type *FieldTypes[] = { in getCompleteObjectLocatorType() local
523 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes); in getCompleteObjectLocatorType()
695 llvm::Type *FieldTypes[] = { in getCatchableTypeType() local
705 CGM.getLLVMContext(), FieldTypes, "eh.CatchableType"); in getCatchableTypeType()
[all …]
DCodeGenModule.cpp5115 QualType FieldTypes[] = { in getObjCFastEnumerationStateType() local
5128 FieldTypes[i], /*TInfo=*/nullptr, in getObjCFastEnumerationStateType()
/external/clang/lib/AST/
DASTContext.cpp4894 QualType FieldTypes[4]; in getCFConstantStringDecl() local
4898 FieldTypes[0] = getPointerType(IntTy.withConst()); in getCFConstantStringDecl()
4901 FieldTypes[1] = IntTy; in getCFConstantStringDecl()
4904 FieldTypes[2] = getPointerType(CharTy.withConst()); in getCFConstantStringDecl()
4907 FieldTypes[3] = LongTy; in getCFConstantStringDecl()
4916 FieldTypes[i], /*TInfo=*/nullptr, in getCFConstantStringDecl()
4974 QualType FieldTypes[] = { in getBlockDescriptorType() local
4987 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorType()
5009 QualType FieldTypes[] = { in getBlockDescriptorExtendedType() local
5026 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorExtendedType()
[all …]
/external/llvm-project/clang/lib/AST/
DASTContext.cpp6564 QualType FieldTypes[] = { in getBlockDescriptorType() local
6577 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorType()
6599 QualType FieldTypes[] = { in getBlockDescriptorExtendedType() local
6616 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorExtendedType()
7889 QualType FieldTypes[NumFields]; in CreateAArch64ABIBuiltinVaListDecl() local
7893 FieldTypes[0] = Context->getPointerType(Context->VoidTy); in CreateAArch64ABIBuiltinVaListDecl()
7897 FieldTypes[1] = Context->getPointerType(Context->VoidTy); in CreateAArch64ABIBuiltinVaListDecl()
7901 FieldTypes[2] = Context->getPointerType(Context->VoidTy); in CreateAArch64ABIBuiltinVaListDecl()
7905 FieldTypes[3] = Context->IntTy; in CreateAArch64ABIBuiltinVaListDecl()
7909 FieldTypes[4] = Context->IntTy; in CreateAArch64ABIBuiltinVaListDecl()
[all …]
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp668 SmallVector<Type*, 16> FieldTypes; in finish() local
669 FieldTypes.reserve(LayoutFields.size() * 3 / 2); in finish()
682 FieldTypes.push_back(ArrayType::get(Type::getInt8Ty(Context), in finish()
687 F.LayoutFieldIndex = FieldTypes.size(); in finish()
689 FieldTypes.push_back(F.Ty); in finish()
693 Ty->setBody(FieldTypes, Packed); in finish()
/external/python/enum34/enum/doc/
Denum.rst704 >>> class FieldTypes(Enum):
709 >>> FieldTypes.value.size
710 <FieldTypes.size: 3>
711 >>> FieldTypes.size.value
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2528 QualType FieldTypes[2]; in getSuperStructType() local
2531 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType()
2533 FieldTypes[1] = Context->getObjCClassType(); in getSuperStructType()
2540 FieldTypes[i], nullptr, in getSuperStructType()
2556 QualType FieldTypes[4]; in getConstantStringStructType() local
2559 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType()
2561 FieldTypes[1] = Context->IntTy; in getConstantStringStructType()
2563 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType()
2565 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
2573 FieldTypes[i], nullptr, in getConstantStringStructType()
DRewriteModernObjC.cpp2982 QualType FieldTypes[2]; in getSuperStructType() local
2985 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType()
2987 FieldTypes[1] = Context->getObjCIdType(); in getSuperStructType()
2994 FieldTypes[i], nullptr, in getSuperStructType()
3010 QualType FieldTypes[4]; in getConstantStringStructType() local
3013 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType()
3015 FieldTypes[1] = Context->IntTy; in getConstantStringStructType()
3017 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType()
3019 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
3027 FieldTypes[i], nullptr, in getConstantStringStructType()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2537 QualType FieldTypes[2]; in getSuperStructType() local
2540 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType()
2542 FieldTypes[1] = Context->getObjCClassType(); in getSuperStructType()
2549 FieldTypes[i], nullptr, in getSuperStructType()
2565 QualType FieldTypes[4]; in getConstantStringStructType() local
2568 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType()
2570 FieldTypes[1] = Context->IntTy; in getConstantStringStructType()
2572 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType()
2574 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
2582 FieldTypes[i], nullptr, in getConstantStringStructType()
DRewriteModernObjC.cpp2983 QualType FieldTypes[2]; in getSuperStructType() local
2986 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType()
2988 FieldTypes[1] = Context->getObjCIdType(); in getSuperStructType()
2995 FieldTypes[i], nullptr, in getSuperStructType()
3011 QualType FieldTypes[4]; in getConstantStringStructType() local
3014 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType()
3016 FieldTypes[1] = Context->IntTy; in getConstantStringStructType()
3018 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType()
3020 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
3028 FieldTypes[i], nullptr, in getConstantStringStructType()
/external/python/cpython3/Doc/library/
Denum.rst1134 >>> class FieldTypes(Enum):
1139 >>> FieldTypes.value.size
1140 <FieldTypes.size: 2>
1141 >>> FieldTypes.size.value