Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/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.cpp269 Type *ObjType = GV->getValueType(); in IsSmallObject() local
270 if (!ObjType->isSized()) in IsSmallObject()
274 unsigned ObjSize = DL.getTypeAllocSize(ObjType); in IsSmallObject()
/freebsd-13.1/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-13.1/sys/dev/aacraid/
H A Daacraid_endian.c101 TOH(ptr->ObjType, 32); in aac_mntobj_toh()
155 TOH(ptr->ObjType, 32); in aac_vmi_businf_resp_toh()
281 TOLE(ptr->ObjType, 32); in aac_vmioctl_tole()
H A Daacraid_reg.h1198 u_int32_t ObjType; member
1267 u_int32_t ObjType; member
1276 u_int32_t ObjType; member
1285 u_int32_t ObjType; member
H A Daacraid_cam.c1303 vmi->ObjType = FT_DRIVE; in aac_cam_reset_bus()
H A Daacraid.c3688 vmi->ObjType = FT_DRIVE; in aac_get_bus_info()
/freebsd-13.1/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-13.1/sys/dev/aac/
H A Daacreg.h1157 u_int32_t ObjType; member
1225 u_int32_t ObjType; member
1234 u_int32_t ObjType; member
1254 u_int32_t ObjType; member
H A Daac_cam.c651 vmi->ObjType = FT_DRIVE; in aac_cam_reset_bus()
H A Daac.c3750 vmi->ObjType = FT_DRIVE; in aac_get_bus_info()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3614 QualType ObjType = Obj.Type; in findSubobject() local
3633 if ((ObjType.isConstQualified() || ObjType.isVolatileQualified()) && in findSubobject()
3639 ObjType = Info.Ctx.getCanonicalType(ObjType); in findSubobject()
3736 ObjType, ObjType->castAs<ComplexType>()->getElementType()); in findSubobject()
3779 ObjType = getSubobjectType(ObjType, Field->getType(), Field->isMutable()); in findSubobject()
3789 ObjType = getSubobjectType(ObjType, Info.Ctx.getRecordType(Base)); in findSubobject()
3895 if (!ObjType.isNull() && in FindDesignatorMismatch()
3896 (ObjType->isArrayType() || ObjType->isAnyComplexType())) { in FindDesignatorMismatch()
3903 ObjType = ObjType->castAs<ComplexType>()->getElementType(); in FindDesignatorMismatch()
3905 ObjType = ObjType->castAsArrayTypeUnsafe()->getElementType(); in FindDesignatorMismatch()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp7189 if (const ObjCObjectType *ObjType = in GetAssumedMessageSendExprType() local
7191 IFace = ObjType->getInterface(); in GetAssumedMessageSendExprType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4370 EVT ObjType = (ObjSize == 1 ? MVT::i8 : in LowerFormalArguments_64SVR4() local
4373 MachinePointerInfo(&*FuncArg), ObjType); in LowerFormalArguments_64SVR4()