Searched refs:ObjType (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsdump.c322 ACPI_OBJECT_TYPE ObjType; local
660 ObjType = ACPI_TYPE_INVALID;
676 ObjType = ObjDesc->Common.Type;
678 if (ObjType > ACPI_TYPE_LOCAL_MAX)
682 ObjType);
690 ObjType, AcpiUtGetTypeName (ObjType));
712 switch (ObjType)
762 ObjType = ACPI_TYPE_INVALID; /* Terminate loop after next pass */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp120 Type *ObjType = GO->getValueType(); local
122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() ||
123 DL.getTypeAllocSize(ObjType) < CodeModelLargeSize) {
H A DXCoreISelLowering.cpp269 Type *ObjType = GV->getValueType();
270 if (!ObjType->isSized())
274 unsigned ObjSize = DL.getTypeAllocSize(ObjType);
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslexternal.c437 ACPI_OBJECT_TYPE ObjType; local
543 ObjType = (ACPI_OBJECT_TYPE)
546 if (ObjType == ACPI_TYPE_METHOD &&
/freebsd-11-stable/sys/dev/aac/
H A Daacreg.h1155 u_int32_t ObjType; member in struct:aac_mntobj
1223 u_int32_t ObjType; member in struct:aac_vmioctl
1232 u_int32_t ObjType; member in struct:aac_vmi_businf_resp
1252 u_int32_t ObjType; member in struct:aac_vmi_devinfo_resp
H A Daac_cam.c650 vmi->ObjType = FT_DRIVE;
H A Daac.c3753 vmi->ObjType = FT_DRIVE;
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacmacros.h529 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \
530 {Name, (UINT32)(PArgs), (UINT32)(IArgs), (UINT32)(Flags), ObjType, Class, Type}
532 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \
533 {(UINT32)(PArgs), (UINT32)(IArgs), (UINT32)(Flags), ObjType, Class, Type}
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_reg.h1196 u_int32_t ObjType; member in struct:aac_mntobj
1265 u_int32_t ObjType; member in struct:aac_vmioctl
1274 u_int32_t ObjType; member in struct:aac_vmi_businf_resp
1283 u_int32_t ObjType; member in struct:aac_vmi_devinfo_resp
H A Daacraid_cam.c1312 vmi->ObjType = FT_DRIVE;
H A Daacraid.c3678 vmi->ObjType = FT_DRIVE;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3139 static QualType getSubobjectType(QualType ObjType, QualType SubobjType,
3144 if (ObjType.isConstQualified() && !IsMutable)
3148 if (ObjType.isVolatileQualified())
3173 QualType ObjType = Obj.Type;
3193 if ((ObjType.isConstQualified() || ObjType.isVolatileQualified()) &&
3194 ObjType->isRecordType() &&
3199 ObjType = Info.Ctx.getCanonicalType(ObjType);
3200 ObjType
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6460 if (const ObjCObjectType *ObjType =
6462 IFace = ObjType->getInterface();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3915 EVT ObjType = (ObjSize == 1 ? MVT::i8 : local
3918 MachinePointerInfo(&*FuncArg), ObjType);
4324 EVT ObjType = ObjSize == 1 ? MVT::i8 : MVT::i16; local
4327 MachinePointerInfo(&*FuncArg), ObjType);

Completed in 494 milliseconds