Home
last modified time | relevance | path

Searched refs:ObjType (Results 1 – 16 of 16) sorted by relevance

/freebsd-src/sys/contrib/dev/acpica/components/namespace/
H A Dnsdump.c323 ACPI_OBJECT_TYPE ObjType; in AcpiNsDumpOneObject() local
662 ObjType = ACPI_TYPE_INVALID; in AcpiNsDumpOneObject()
678 ObjType = ObjDesc->Common.Type; in AcpiNsDumpOneObject()
680 if (ObjType > ACPI_TYPE_LOCAL_MAX) in AcpiNsDumpOneObject()
684 ObjType); in AcpiNsDumpOneObject()
692 ObjType, AcpiUtGetTypeName (ObjType)); in AcpiNsDumpOneObject()
714 switch (ObjType) in AcpiNsDumpOneObject()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp120 Type *ObjType = GO->getValueType(); in SelectSectionForGlobal() local
122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
123 DL.getTypeAllocSize(ObjType) < CodeModelLargeSize) { in SelectSectionForGlobal()
H A DXCoreISelLowering.cpp263 Type *ObjType = GV->getValueType(); in IsSmallObject() local
264 if (!ObjType->isSized()) in IsSmallObject()
268 unsigned ObjSize = DL.getTypeAllocSize(ObjType); in IsSmallObject()
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Daslexternal.c487 ACPI_OBJECT_TYPE ObjType; in ExMoveExternals() local
593 ObjType = (ACPI_OBJECT_TYPE) in ExMoveExternals()
596 if (ObjType == ACPI_TYPE_METHOD && in ExMoveExternals()
/freebsd-src/sys/dev/aacraid/
H A Daacraid_endian.c98 TOH(ptr->ObjType, 32); in aac_mntobj_toh()
152 TOH(ptr->ObjType, 32); in aac_vmi_businf_resp_toh()
278 TOLE(ptr->ObjType, 32); in aac_vmioctl_tole()
H A Daacraid_reg.h1196 u_int32_t ObjType; member
1265 u_int32_t ObjType; member
1274 u_int32_t ObjType; member
1283 u_int32_t ObjType; member
H A Daacraid_cam.c1305 vmi->ObjType = FT_DRIVE; in aac_cam_reset_bus()
H A Daacraid.c3687 vmi->ObjType = FT_DRIVE; in aac_get_bus_info()
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dacmacros.h529 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \ argument
530 {Name, (UINT32)(PArgs), (UINT32)(IArgs), (UINT32)(Flags), ObjType, Class, Type}
532 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \ argument
533 {(UINT32)(PArgs), (UINT32)(IArgs), (UINT32)(Flags), ObjType, Class, Type}
/freebsd-src/sys/dev/aac/
H A Daacreg.h1155 u_int32_t ObjType; member
1223 u_int32_t ObjType; member
1232 u_int32_t ObjType; member
1252 u_int32_t ObjType; member
H A Daac_cam.c647 vmi->ObjType = FT_DRIVE; in aac_cam_reset_bus()
H A Daac.c3744 vmi->ObjType = FT_DRIVE; in aac_get_bus_info()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3683 static QualType getSubobjectType(QualType ObjType, QualType SubobjType, in findSubobject()
3688 if (ObjType.isConstQualified() && !IsMutable) in findSubobject()
3692 if (ObjType.isVolatileQualified()) in findSubobject()
3717 QualType ObjType = Obj.Type; in findSubobject()
3737 if ((ObjType.isConstQualified() || ObjType.isVolatileQualified()) && in findSubobject()
3738 ObjType->isRecordType() && in findSubobject()
3743 ObjType = Info.Ctx.getCanonicalType(ObjType); in findSubobject()
3744 ObjType in findSubobject()
3655 getSubobjectType(QualType ObjType,QualType SubobjType,bool IsMutable=false) getSubobjectType() argument
3689 QualType ObjType = Obj.Type; findSubobject() local
3968 FindDesignatorMismatch(QualType ObjType,const SubobjectDesignator & A,const SubobjectDesignator & B,bool & WasArrayIndex) FindDesignatorMismatch() argument
4005 AreElementsOfSameArray(QualType ObjType,const SubobjectDesignator & A,const SubobjectDesignator & B) AreElementsOfSameArray() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6349 QualType ObjType = Obj->getType(); in PrepareExplicitObjectArgument()
6350 if (ObjType->isPointerType()) { in PrepareExplicitObjectArgument()
6351 ObjType = ObjType->getPointeeType(); in PrepareExplicitObjectArgument()
6352 Obj = UnaryOperator::Create(S.getASTContext(), Obj, UO_Deref, ObjType, in PrepareExplicitObjectArgument()
6358 ObjType, Obj, in PrepareExplicitObjectArgument()
6324 QualType ObjType = Obj->getType(); GetExplicitObjectExpr() local
H A DSemaCodeComplete.cpp7893 if (const ObjCObjectType *ObjType = in AddSuperSendCompletion()
7895 IFace = ObjType->getInterface(); in AddSuperSendCompletion()
7819 if (const ObjCObjectType *ObjType = GetAssumedMessageSendExprType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4645 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), ObjSize * 8); in LowerFormalArguments_64SVR4()
4648 MachinePointerInfo(&*FuncArg), ObjType); in LowerFormalArguments_64SVR4()
4675 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), StoreSizeInBits); in LowerFormalArguments_64SVR4()
4678 MachinePointerInfo(&*FuncArg, j), ObjType); in LowerFormalArguments_64SVR4()
6552 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), LoadSizeInBits); in LowerCall_64SVR4()
6554 MachinePointerInfo(), ObjType); in LowerCall_64SVR4()
4531 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), ObjSize * 8); LowerFormalArguments_64SVR4() local
4561 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), StoreSizeInBits); LowerFormalArguments_64SVR4() local
6439 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), LoadSizeInBits); LowerCall_64SVR4() local