| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBlocks.h | 168 QualType FieldType; variable 197 return FieldType; in fieldType() 201 QualType FieldType) { in makeIndex() argument 205 v.FieldType = FieldType; in makeIndex()
|
| H A D | CGRecordLayoutBuilder.cpp | 324 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() local 325 if (LayoutSize < getSize(FieldType)) in lowerUnion() 326 FieldType = getByteArrayType(LayoutSize); in lowerUnion() 327 setBitFieldInfo(Field, CharUnits::Zero(), FieldType); in lowerUnion() 330 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() local 344 StorageType = FieldType; in lowerUnion() 353 getAlignment(FieldType) > getAlignment(StorageType) || in lowerUnion() 354 (getAlignment(FieldType) == getAlignment(StorageType) && in lowerUnion() 355 getSize(FieldType) > getSize(StorageType))) in lowerUnion() 356 StorageType = FieldType; in lowerUnion()
|
| H A D | CGClass.cpp | 642 QualType FieldType = Field->getType(); in EmitMemberInitializer() local 663 = CGF.getContext().getAsConstantArrayType(FieldType); in EmitMemberInitializer() 678 CGF.EmitAggregateCopy(LHS, Src, FieldType, CGF.getOverlapForFieldInit(Field), in EmitMemberInitializer() 682 QualType::DestructionKind dtorKind = FieldType.isDestructedType(); in EmitMemberInitializer() 684 CGF.pushEHDestroy(dtorKind, LHS.getAddress(CGF), FieldType); in EmitMemberInitializer() 694 QualType FieldType = Field->getType(); in EmitInitializerForField() local 695 switch (getEvaluationKind(FieldType)) { in EmitInitializerForField() 721 QualType::DestructionKind dtorKind = FieldType.isDestructedType(); in EmitInitializerForField() 723 pushEHDestroy(dtorKind, LHS.getAddress(*this), FieldType); in EmitInitializerForField() 1072 QualType FieldType = Field->getType(); in isMemberInitMemcpyable() local [all …]
|
| H A D | CGExpr.cpp | 4330 QualType FieldType = field->getType(); in EmitLValueForField() local 4336 rec->hasAttr<MayAliasAttr>() || FieldType->isVectorType()) { in EmitLValueForField() 4360 FieldTBAAInfo.AccessType = CGM.getTBAATypeInfo(FieldType); in EmitLValueForField() 4362 getContext().getTypeSizeInChars(FieldType).getQuantity(); in EmitLValueForField() 4382 hasAnyVptr(FieldType, getContext())) in EmitLValueForField() 4399 if (FieldType->isReferenceType()) in EmitLValueForField() 4401 addr, CGM.getTypes().ConvertTypeForMem(FieldType), field->getName()); in EmitLValueForField() 4413 if (FieldType->isReferenceType()) { in EmitLValueForField() 4415 MakeAddrLValue(addr, FieldType, FieldBaseInfo, FieldTBAAInfo); in EmitLValueForField() 4422 FieldType = FieldType->getPointeeType(); in EmitLValueForField() [all …]
|
| H A D | CGDebugInfo.cpp | 1449 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields() local 1452 elements.push_back(FieldType); in CollectRecordLambdaFields() 1511 llvm::DIType *FieldType; in CollectRecordNormalField() local 1513 FieldType = createBitFieldType(field, RecordTy, RD); in CollectRecordNormalField() 1516 FieldType = in CollectRecordNormalField() 1521 elements.push_back(FieldType); in CollectRecordNormalField()
|
| H A D | CGBlocks.cpp | 346 QualType FieldType; member 353 Capture(capture), Type(type), FieldType(fieldType) {} in BlockLayoutChunk() 361 auto C = CGBlockInfo::Capture::makeIndex(index, offset, FieldType); in setIndex()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | AllDiagnostics.h | 30 template <size_t SizeOfStr, typename FieldType> 32 static_assert(SizeOfStr <= FieldType(~0U), "Field too small!");
|
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | dtcompile.c | 492 UINT8 FieldType; in DtCompileTable() local 568 FieldType = DtGetFieldType (Info); in DtCompileTable() 571 if (FieldType != DT_FIELD_TYPE_INLINE_SUBTABLE && in DtCompileTable() 579 switch (FieldType) in DtCompileTable() 676 FieldLength, FieldType, Info->Flags); in DtCompileTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TypeBasedAliasAnalysis.cpp | 569 TBAAStructTypeNode FieldType) { in hasField() argument 572 if (T == FieldType || hasField(T, FieldType)) in hasField() 641 TBAAStructTypeNode FieldType(SubobjectTag.getBaseType()); in mayBeAccessToSubobjectOf() local 642 if (hasField(BaseType, FieldType)) { in mayBeAccessToSubobjectOf()
|
| /netbsd-src/sys/external/bsd/acpica/dist/executer/ |
| H A D | exprep.c | 453 if (Info->FieldType != ACPI_TYPE_LOCAL_INDEX_FIELD) in AcpiExPrepFieldValue() 473 ObjDesc = AcpiUtCreateInternalObject (Info->FieldType); in AcpiExPrepFieldValue() 493 switch (Info->FieldType) in AcpiExPrepFieldValue()
|
| /netbsd-src/sys/external/bsd/acpica/dist/dispatcher/ |
| H A D | dsfield.c | 446 (char *) &Arg->Named.Name, Info->FieldType, in AcpiDsGetFieldNames() 578 Info.FieldType = ACPI_TYPE_LOCAL_REGION_FIELD; in AcpiDsCreateField() 808 Info.FieldType = ACPI_TYPE_LOCAL_BANK_FIELD; in AcpiDsCreateBankField() 888 Info.FieldType = ACPI_TYPE_LOCAL_INDEX_FIELD; in AcpiDsCreateIndexField()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Initialization.h | 240 InitializedEntity(IdentifierInfo *VarID, QualType FieldType, SourceLocation Loc) in InitializedEntity() argument 241 : Kind(EK_LambdaCapture), Type(FieldType) { in InitializedEntity() 407 QualType FieldType, in InitializeLambdaCapture() argument 409 return InitializedEntity(VarID, FieldType, Loc); in InitializeLambdaCapture()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 1730 template <typename Class, typename FieldType> 1733 FieldMatcher(FieldType Class::*field, 1734 const Matcher<const FieldType&>& matcher) 1737 FieldMatcher(const std::string& field_name, FieldType Class::*field, 1738 const Matcher<const FieldType&>& matcher) 1781 const FieldType Class::*field_; 1782 const Matcher<const FieldType&> matcher_; 3737 template <typename Class, typename FieldType, typename FieldMatcher> 3739 internal::FieldMatcher<Class, FieldType> > Field( 3740 FieldType Class::*field, const FieldMatcher& matcher) { [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 401 const RecordType *FieldType = in inferCUDATargetForImplicitSpecialMember() local 403 if (!FieldType) { in inferCUDATargetForImplicitSpecialMember() 407 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(FieldType->getDecl()); in inferCUDATargetForImplicitSpecialMember()
|
| H A D | SemaLambda.cpp | 1697 QualType FieldType = Capture.getCaptureType(); in BuildCaptureField() local 1709 TSI = Context.getTrivialTypeSourceInfo(FieldType, Loc); in BuildCaptureField() 1714 /*Id=*/nullptr, FieldType, TSI, /*BW=*/nullptr, in BuildCaptureField() 1718 if (!FieldType->isDependentType()) { in BuildCaptureField() 1719 if (RequireCompleteSizedType(Loc, FieldType, in BuildCaptureField() 1725 FieldType->isIncompleteType(&Def); in BuildCaptureField()
|
| H A D | SemaDeclCXX.cpp | 5552 QualType FieldType = Context.getBaseElementType(Field->getType()); in MarkBaseAndMemberDestructorsReferenced() local 5554 const RecordType* RT = FieldType->getAs<RecordType>(); in MarkBaseAndMemberDestructorsReferenced() 5572 << FieldType); in MarkBaseAndMemberDestructorsReferenced() 7592 QualType FieldType = in visitSubobjects() local 7596 FieldType, getDerived().getField(Field)))) in visitSubobjects() 8824 bool shouldDeleteForVariantObjCPtrMember(FieldDecl *FD, QualType FieldType); 8958 FieldDecl *FD, QualType FieldType) { in shouldDeleteForVariantObjCPtrMember() argument 8962 if (!FieldType.hasNonTrivialObjCLifetime()) in shouldDeleteForVariantObjCPtrMember() 9013 QualType FieldType = S.Context.getBaseElementType(FD->getType()); in shouldDeleteForField() local 9014 CXXRecordDecl *FieldRecord = FieldType->getAsCXXRecordDecl(); in shouldDeleteForField() [all …]
|
| H A D | SemaDeclAttr.cpp | 3719 QualType FieldType = Field->getType(); in handleTransparentUnionAttr() local 3720 if (FieldType->isIncompleteType()) in handleTransparentUnionAttr() 3727 if (S.Context.getTypeSize(FieldType) != FirstSize || in handleTransparentUnionAttr() 3728 S.Context.getTypeAlign(FieldType) > FirstAlign) { in handleTransparentUnionAttr() 3730 bool isSize = S.Context.getTypeSize(FieldType) != FirstSize; in handleTransparentUnionAttr() 3731 unsigned FieldBits = isSize ? S.Context.getTypeSize(FieldType) in handleTransparentUnionAttr() 3732 : S.Context.getTypeAlign(FieldType); in handleTransparentUnionAttr()
|
| H A D | SemaInit.cpp | 2771 QualType FieldType = Field->getType(); in CheckDesignatedInitializer() local 2777 FieldType, nullptr, nullptr, Index, in CheckDesignatedInitializer()
|
| H A D | SemaDecl.cpp | 17544 QualType FieldType = I->getType(); in ActOnFields() local 17545 if (FieldType->isIncompleteType() || in ActOnFields() 17546 !Context.getTypeSizeInChars(FieldType).isZero()) in ActOnFields()
|
| /netbsd-src/sys/external/bsd/acpica/dist/common/ |
| H A D | dmtbinfo3.c | 773 #define ACPI_DM_GENERIC_ENTRY(FieldType, FieldName) \ 774 {{FieldType, 0, FieldName, 0}, ACPI_DMT_TERMINATOR} 756 ACPI_DM_GENERIC_ENTRY(FieldType,FieldName) global() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1928 QualType FieldType = F->getType(); in findUntaggedStructOrUnionIndex() local 1930 while (const auto *ElabType = dyn_cast<ElaboratedType>(FieldType)) in findUntaggedStructOrUnionIndex() 1931 FieldType = ElabType->getNamedType(); in findUntaggedStructOrUnionIndex() 1933 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() 1936 if (Context.hasSameType(FieldType, AnonTy)) in findUntaggedStructOrUnionIndex()
|
| H A D | DeclCXX.cpp | 1089 if (CXXRecordDecl *FieldType = T->getAsCXXRecordDecl()) { in addedMember() local 1090 if (FieldType->hasDefinition() && !FieldType->allowConstDefaultInit()) in addedMember()
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | aclocal.h | 317 UINT8 FieldType; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 121 enum FieldType { enum 137 FieldInfo &addField(StringRef FieldName, FieldType FT, 183 FieldType FT; 204 FieldInitializer(FieldType FT) : FT(FT) { in FieldInitializer() 338 FieldInfo(FieldType FT) : Contents(FT) {} in FieldInfo() 341 FieldInfo &StructInfo::addField(StringRef FieldName, FieldType FT, in addField()
|