| /freebsd-12.1/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() 764 ObjType = ACPI_TYPE_INVALID; /* Terminate loop after next pass */ in AcpiNsDumpOneObject()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetObjectFile.cpp | 121 Type *ObjType = GO->getValueType(); in SelectSectionForGlobal() local 123 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal() 124 DL.getTypeAllocSize(ObjType) < CodeModelLargeSize) { in SelectSectionForGlobal()
|
| H A D | XCoreISelLowering.cpp | 269 Type *ObjType = GV->getValueType(); in IsSmallObject() local 270 if (!ObjType->isSized()) in IsSmallObject() 274 unsigned ObjSize = DL.getTypeAllocSize(ObjType); in IsSmallObject()
|
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslexternal.c | 437 ACPI_OBJECT_TYPE ObjType; in ExMoveExternals() local 543 ObjType = (ACPI_OBJECT_TYPE) in ExMoveExternals() 546 if (ObjType == ACPI_TYPE_METHOD && in ExMoveExternals()
|
| /freebsd-12.1/sys/dev/aac/ |
| H A D | aacreg.h | 1157 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 D | aac_cam.c | 652 vmi->ObjType = FT_DRIVE; in aac_cam_reset_bus()
|
| H A D | aac.c | 3753 vmi->ObjType = FT_DRIVE; in aac_get_bus_info()
|
| /freebsd-12.1/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-12.1/sys/dev/aacraid/ |
| H A D | aacraid_reg.h | 1198 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 D | aacraid_cam.c | 1314 vmi->ObjType = FT_DRIVE; in aac_cam_reset_bus()
|
| H A D | aacraid.c | 3652 vmi->ObjType = FT_DRIVE; in aac_get_bus_info()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2814 QualType ObjType = Obj.Type; in findSubobject() local 2899 ObjType = ObjType->castAs<ComplexType>()->getElementType(); in findSubobject() 2901 ObjType.addConst(); in findSubobject() 2941 ObjType.addConst(); in findSubobject() 2965 ObjType.addConst(); in findSubobject() 3078 if (!ObjType.isNull() && in FindDesignatorMismatch() 3079 (ObjType->isArrayType() || ObjType->isAnyComplexType())) { in FindDesignatorMismatch() 3086 ObjType = ObjType->castAs<ComplexType>()->getElementType(); in FindDesignatorMismatch() 3088 ObjType = ObjType->castAsArrayTypeUnsafe()->getElementType(); in FindDesignatorMismatch() 3096 ObjType = FD->getType(); in FindDesignatorMismatch() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 6048 if (const ObjCObjectType *ObjType = in GetAssumedMessageSendExprType() local 6050 IFace = ObjType->getInterface(); in GetAssumedMessageSendExprType()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 3813 EVT ObjType = (ObjSize == 1 ? MVT::i8 : in LowerFormalArguments_64SVR4() local 3816 MachinePointerInfo(&*FuncArg), ObjType); in LowerFormalArguments_64SVR4() 4222 EVT ObjType = ObjSize == 1 ? MVT::i8 : MVT::i16; in LowerFormalArguments_Darwin() local 4225 MachinePointerInfo(&*FuncArg), ObjType); in LowerFormalArguments_Darwin()
|