Home
last modified time | relevance | path

Searched defs:FieldType (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h172 QualType FieldType; variable
205 makeIndex(unsigned index, CharUnits offset, QualType FieldType, in makeIndex()
H A DCGRecordLayoutBuilder.cpp325 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() local
331 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() local
H A DCGClass.cpp633 QualType FieldType = Field->getType(); in EmitMemberInitializer() local
685 QualType FieldType = Field->getType(); in EmitInitializerForField() local
1056 QualType FieldType = Field->getType(); in isMemberInitMemcpyable() local
1120 QualType FieldType = MemberInit->getAnyMember()->getType(); in pushEHDestructors() local
H A DCGBlocks.cpp305 QualType FieldType; member
H A DCGDebugInfo.cpp1651 llvm::DIType *FieldType = createFieldType( in CollectRecordLambdaFields() local
1721 llvm::DIType *FieldType; in CollectRecordNormalField() local
H A DCGExpr.cpp4804 QualType FieldType = field->getType(); in EmitLValueForField() local
4919 QualType FieldType = Field->getType(); in EmitLValueForFieldInitialization() local
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c864 #define ACPI_DM_GENERIC_ENTRY(FieldType, FieldName) \ argument
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtcompile.c599 UINT8 FieldType; in DtCompileTable() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.cpp102 QualType FieldType = F.Decl->getType(); in CheckFieldsInitialized() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp566 TBAAStructTypeNode FieldType) { in hasField()
638 TBAAStructTypeNode FieldType(SubobjectTag.getBaseType()); in mayBeAccessToSubobjectOf() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h245 InitializedEntity(IdentifierInfo *VarID, QualType FieldType, SourceLocation Loc) in InitializedEntity()
427 QualType FieldType, in InitializeLambdaCapture()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp439 const RecordType *FieldType = in inferCUDATargetForImplicitSpecialMember() local
H A DSemaLambda.cpp1964 QualType FieldType = Capture.getCaptureType(); in BuildCaptureField() local
H A DSemaDeclCXX.cpp5864 QualType FieldType = Context.getBaseElementType(Field->getType()); in MarkBaseAndMemberDestructorsReferenced() local
8008 QualType FieldType = in visitSubobjects() local
9528 FieldDecl *FD, QualType FieldType) { in shouldDeleteForVariantObjCPtrMember()
9583 QualType FieldType = S.Context.getBaseElementType(FD->getType()); in shouldDeleteForField() local
10084 QualType FieldType = S.Context.getBaseElementType(FI->getType()); in checkTrivialClassMembers() local
15163 QualType FieldType = Field->getType().getNonReferenceType(); in DefineImplicitCopyAssignment() local
15546 QualType FieldType = Field->getType().getNonReferenceType(); in DefineImplicitMoveAssignment() local
H A DSemaDecl.cpp19508 QualType FieldType = FD->getType().getDesugaredType(Context); in ActOnFields() local
19576 QualType FieldType = I->getType(); in ActOnFields() local
H A DSemaInit.cpp2929 QualType FieldType = Field->getType(); in CheckDesignatedInitializer() local
H A DSemaDeclAttr.cpp4287 QualType FieldType = Field->getType(); in handleTransparentUnionAttr() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp897 QualType FieldType = Field->getType(); in createValueUnlessSelfReferential() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2309 QualType FieldType = F->getType(); in findUntaggedStructOrUnionIndex() local
H A DRecordLayoutBuilder.cpp3689 const QualType &FieldType = C.getLangOpts().DumpRecordLayoutsCanonical in DumpRecordLayout() local
H A DDeclCXX.cpp1087 if (CXXRecordDecl *FieldType = T->getAsCXXRecordDecl()) { in addedMember() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1354 Type *FieldType = S.first->getType(); in buildFrameType() local
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h425 UINT8 FieldType; member
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp118 enum FieldType { enum