Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/compiler/
HDdtcompile.c443 UINT8 FieldType; in DtCompileTable() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCUDA.cpp223 const RecordType *FieldType = in inferCUDATargetForImplicitSpecialMember() local
HDSemaDeclCXX.cpp4306 QualType FieldType = Context.getBaseElementType(Field->getType()); in MarkBaseAndMemberDestructorsReferenced() local
5632 QualType FieldType = S.Context.getBaseElementType(FD->getType()); in shouldDeleteForField() local
6082 QualType FieldType = S.Context.getBaseElementType(FI->getType()); in checkTrivialClassMembers() local
10006 QualType FieldType = Context.getBaseElementType(Field->getType()); in ComputeDefaultedCopyAssignmentExceptionSpec() local
10285 QualType FieldType = Field->getType().getNonReferenceType(); in DefineImplicitCopyAssignment() local
10401 QualType FieldType = Context.getBaseElementType(Field->getType()); in ComputeDefaultedMoveAssignmentExceptionSpec() local
10717 QualType FieldType = Field->getType().getNonReferenceType(); in DefineImplicitMoveAssignment() local
10831 QualType FieldType = Context.getBaseElementType(Field->getType()); in ComputeDefaultedCopyCtorExceptionSpec() local
11009 QualType FieldType = Context.getBaseElementType(F->getType()); in ComputeDefaultedMoveCtorExceptionSpec() local
HDSemaLambda.cpp1407 QualType FieldType = Field->getType(); in performLambdaVarCaptureInitialization() local
HDSemaInit.cpp2267 QualType FieldType = Field->getType(); in CheckDesignatedInitializer() local
HDSemaDeclAttr.cpp2788 QualType FieldType = Field->getType(); in handleTransparentUnionAttr() local
HDSemaDecl.cpp13377 QualType FieldType = I->getType(); in ActOnFields() local
HDSemaExpr.cpp12647 QualType FieldType, QualType DeclRefType, in addAsFieldToClosureType()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGRecordLayoutBuilder.cpp300 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() local
306 llvm::Type *FieldType = getStorageType(Field); in lowerUnion() local
HDCGClass.cpp583 QualType FieldType = Field->getType(); in EmitMemberInitializer() local
632 QualType FieldType = Field->getType(); in EmitInitializerForField() local
1034 QualType FieldType = Field->getType(); in isMemberInitMemcpyable() local
1098 QualType FieldType = MemberInit->getAnyMember()->getType(); in pushEHDestructors() local
HDCGExpr.cpp2796 QualType FieldType = Field->getType(); in EmitLValueForFieldInitialization() local
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDInitialization.h189 InitializedEntity(IdentifierInfo *VarID, QualType FieldType, SourceLocation Loc) in InitializedEntity()
319 QualType FieldType, in InitializeLambdaCapture()
/NextBSD/sys/contrib/dev/acpica/common/
HDdmtbinfo.c2897 #define ACPI_DM_GENERIC_ENTRY(FieldType, FieldName) \ argument
/NextBSD/sys/contrib/dev/acpica/include/
HDaclocal.h300 UINT8 FieldType; member