| /freebsd/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsdump.c | 323 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/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetObjectFile.cpp | 120 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 D | XCoreISelLowering.cpp | 235 Type *ObjType = GV->getValueType(); in IsSmallObject() local 236 if (!ObjType->isSized()) in IsSmallObject() 240 unsigned ObjSize = DL.getTypeAllocSize(ObjType); in IsSmallObject()
|
| /freebsd/sys/dev/aacraid/ |
| H A D | aacraid_endian.c | 98 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 D | aacraid_reg.h | 1196 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 D | aacraid_cam.c | 1305 vmi->ObjType = FT_DRIVE; in aac_cam_reset_bus()
|
| H A D | aacraid.c | 3687 vmi->ObjType = FT_DRIVE; in aac_get_bus_info()
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | aslexternal.c | 590 ACPI_OBJECT_TYPE ObjType; in ExMoveExternals() local 696 ObjType = (ACPI_OBJECT_TYPE) in ExMoveExternals() 699 if (ObjType == ACPI_TYPE_METHOD && in ExMoveExternals()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acmacros.h | 529 #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/sys/dev/aac/ |
| H A D | aacreg.h | 1155 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 D | aac_cam.c | 647 vmi->ObjType = FT_DRIVE; in aac_cam_reset_bus()
|
| H A D | aac.c | 3744 vmi->ObjType = FT_DRIVE; in aac_get_bus_info()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 3900 static QualType getSubobjectType(QualType ObjType, QualType SubobjType, in getSubobjectType() argument 3905 if (ObjType.isConstQualified() && !IsMutable) in getSubobjectType() 3909 if (ObjType.isVolatileQualified()) in getSubobjectType() 3934 QualType ObjType = Obj.Type; in findSubobject() local 3960 if ((ObjType.isConstQualified() || ObjType.isVolatileQualified()) && in findSubobject() 3961 ObjType->isRecordType() && in findSubobject() 3965 ObjType = Info.Ctx.getCanonicalType(ObjType); in findSubobject() 3966 ObjType.removeLocalConst(); in findSubobject() 3967 ObjType.removeLocalVolatile(); in findSubobject() 3971 if (I == N || (I == N - 1 && ObjType->isAnyComplexType())) { in findSubobject() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 6606 QualType ObjType = Obj->getType(); in GetExplicitObjectExpr() local 6607 if (ObjType->isPointerType()) { in GetExplicitObjectExpr() 6608 ObjType = ObjType->getPointeeType(); in GetExplicitObjectExpr() 6609 Obj = UnaryOperator::Create(S.getASTContext(), Obj, UO_Deref, ObjType, in GetExplicitObjectExpr()
|
| H A D | SemaCodeComplete.cpp | 8044 if (const ObjCObjectType *ObjType = in GetAssumedMessageSendExprType() local 8046 IFace = ObjType->getInterface(); in GetAssumedMessageSendExprType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 4660 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), ObjSize * 8); in LowerFormalArguments_64SVR4() local 4663 MachinePointerInfo(&*FuncArg), ObjType); in LowerFormalArguments_64SVR4() 4690 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), StoreSizeInBits); in LowerFormalArguments_64SVR4() local 4693 MachinePointerInfo(&*FuncArg, j), ObjType); in LowerFormalArguments_64SVR4() 6565 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), LoadSizeInBits); in LowerCall_64SVR4() local 6567 MachinePointerInfo(), ObjType); in LowerCall_64SVR4()
|