Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/contrib/dev/acpica/compiler/
Ddtcompile.c411 UINT8 FieldType; in DtCompileTable() local
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DInitialization.h186 InitializedEntity(IdentifierInfo *VarID, QualType FieldType, SourceLocation Loc) in InitializedEntity()
313 QualType FieldType, in InitializeLambdaCapture()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGClass.cpp542 QualType FieldType = Field->getType(); in EmitMemberInitializer() local
598 QualType FieldType = Field->getType(); in EmitInitializerForField() local
925 QualType FieldType = Field->getType(); in isMemberInitMemcpyable() local
987 QualType FieldType = AggregatedInits[i]->getMember()->getType(); in pushEHDestructors() local
DCGExprConstant.cpp1296 QualType FieldType = I->getType(); in FillInNullDataMemberPointers() local
DCGExpr.cpp2587 QualType FieldType = Field->getType(); in EmitLValueForFieldInitialization() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclCXX.cpp3916 QualType FieldType = Context.getBaseElementType(Field->getType()); in MarkBaseAndMemberDestructorsReferenced() local
5064 QualType FieldType = S.Context.getBaseElementType(FD->getType()); in shouldDeleteForField() local
5519 QualType FieldType = S.Context.getBaseElementType(FI->getType()); in checkTrivialClassMembers() local
9170 QualType FieldType = Context.getBaseElementType(Field->getType()); in ComputeDefaultedCopyAssignmentExceptionSpec() local
9442 QualType FieldType = Field->getType().getNonReferenceType(); in DefineImplicitCopyAssignment() local
9560 QualType FieldType = Context.getBaseElementType(Field->getType()); in ComputeDefaultedMoveAssignmentExceptionSpec() local
9871 QualType FieldType = Field->getType().getNonReferenceType(); in DefineImplicitMoveAssignment() local
9988 QualType FieldType = Context.getBaseElementType(Field->getType()); in ComputeDefaultedCopyCtorExceptionSpec() local
10156 QualType FieldType = Context.getBaseElementType(F->getType()); in ComputeDefaultedMoveCtorExceptionSpec() local
DSemaInit.cpp1981 QualType FieldType = Field->getType(); in CheckDesignatedInitializer() local
DSemaDeclAttr.cpp3282 QualType FieldType = Field->getType(); in handleTransparentUnionAttr() local
DSemaDecl.cpp12111 QualType FieldType = I->getType(); in ActOnFields() local
DSemaExpr.cpp11600 VarDecl *Var, QualType FieldType, in addAsFieldToClosureType()
/freebsd-9-stable/sys/contrib/dev/acpica/common/
Ddmtbinfo.c1632 #define ACPI_DM_GENERIC_ENTRY(FieldType, FieldName)\ argument
/freebsd-9-stable/sys/contrib/dev/acpica/include/
Daclocal.h294 UINT8 FieldType; member