Home
last modified time | relevance | path

Searched refs:ObjectType (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-14.2/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c259 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1BeginOp() local
293 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad1BeginOp()
297 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp()
451 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp()
475 Node->Type = (UINT8) ObjectType; in AcpiDsLoad1BeginOp()
555 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1EndOp() local
599 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad1EndOp()
653 ObjectType = (AcpiPsGetOpcodeInfo ( in AcpiDsLoad1EndOp()
682 Op->Common.Node->Type = (UINT8) ObjectType; in AcpiDsLoad1EndOp()
744 AcpiNsOpensScope (ObjectType)) in AcpiDsLoad1EndOp()
[all …]
H A Ddswload2.c189 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2BeginOp() local
251 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad2BeginOp()
254 "State=%p Op=%p Type=%X\n", WalkState, Op, ObjectType)); in AcpiDsLoad2BeginOp()
272 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType, in AcpiDsLoad2BeginOp()
285 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState); in AcpiDsLoad2BeginOp()
394 if (AcpiNsOpensScope (ObjectType)) in AcpiDsLoad2BeginOp()
465 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType, in AcpiDsLoad2BeginOp()
531 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2EndOp() local
562 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad2EndOp()
579 if (AcpiNsOpensScope (ObjectType) && in AcpiDsLoad2EndOp()
[all …]
H A Ddsutils.c785 if (OpInfo->ObjectType == ACPI_TYPE_INVALID) in AcpiDsCreateOperand()
813 ObjDesc = AcpiUtCreateInternalObject (OpInfo->ObjectType); in AcpiDsCreateOperand()
H A Ddswexec.c368 if (AcpiNsOpensScope (WalkState->OpInfo->ObjectType)) in AcpiDsExecBeginOp()
372 AcpiUtGetTypeName (WalkState->OpInfo->ObjectType), Op)); in AcpiDsExecBeginOp()
H A Ddspkginit.c478 UINT8 ObjectType, in AcpiDsInitPackageElement() argument
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Dadwalk.c758 ACPI_OBJECT_TYPE ObjectType; in AcpiDmLoadDescendingOp() local
855 if (AcpiNsOpensScope (ObjectType)) in AcpiDmLoadDescendingOp()
893 ACPI_OBJECT_TYPE ObjectType; in AcpiDmXrefDescendingOp() local
927 ObjectType = ACPI_TYPE_ANY; in AcpiDmXrefDescendingOp()
1024 ObjectType2 = ObjectType; in AcpiDmXrefDescendingOp()
1057 if (AcpiNsOpensScope (ObjectType)) in AcpiDmXrefDescendingOp()
1132 ACPI_OBJECT_TYPE ObjectType; in AcpiDmProcessResourceDescriptors() local
1141 ObjectType = OpInfo->ObjectType; in AcpiDmProcessResourceDescriptors()
1142 if (AcpiNsOpensScope (ObjectType)) in AcpiDmProcessResourceDescriptors()
1184 ACPI_OBJECT_TYPE ObjectType; in AcpiDmCommonAscendingOp() local
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslload.c516 ACPI_OBJECT_TYPE ObjectType; in LdNamespace1Begin() local
675 ObjectType = 1; in LdNamespace1Begin()
678 ObjectType++; in LdNamespace1Begin()
871 Op->Asl.ExternalName, AcpiUtGetTypeName (ObjectType))); in LdNamespace1Begin()
907 Node->Type = (UINT8) ObjectType; in LdNamespace1Begin()
1290 ACPI_OBJECT_TYPE ObjectType; in LdNamespace2Begin() local
1315 ObjectType = ACPI_TYPE_LOCAL_RESOURCE; in LdNamespace2Begin()
1334 if (ForceNewScope || AcpiNsOpensScope (ObjectType)) in LdNamespace2Begin()
1443 ACPI_OBJECT_TYPE ObjectType; in LdCommonNamespaceEnd() local
1464 ObjectType = ACPI_TYPE_LOCAL_RESOURCE; in LdCommonNamespaceEnd()
[all …]
H A Daslxref.c417 ACPI_OBJECT_TYPE ObjectType; in XfNamespaceLocateBegin() local
646 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode); in XfNamespaceLocateBegin()
648 "Type=%s\n", AcpiUtGetTypeName (ObjectType))); in XfNamespaceLocateBegin()
659 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in XfNamespaceLocateBegin()
710 (OpInfo->ObjectType == ACPI_TYPE_LOCAL_ALIAS)) in XfNamespaceLocateBegin()
1432 AcpiUtGetTypeName (OpInfo->ObjectType), Op)); in XfNamespaceLocateEnd()
H A Daslprepkg.c361 Package->RetInfo3.ObjectType[i], i); in ApCheckPackage()
823 Package->RetInfo2.ObjectType[j], j); in ApCheckPackageList()
/freebsd-14.2/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c260 UINT8 ObjectType; in AcpiExResolveOperands() local
319 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveOperands()
326 if (ObjectType == ACPI_TYPE_LOCAL_ALIAS) in AcpiExResolveOperands()
331 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveOperands()
339 ObjectType = ObjDesc->Common.Type; in AcpiExResolveOperands()
343 if (!AcpiUtValidObjectType (ObjectType)) in AcpiExResolveOperands()
346 "Bad operand object type [0x%X]", ObjectType)); in AcpiExResolveOperands()
351 if (ObjectType == (UINT8) ACPI_TYPE_LOCAL_REFERENCE) in AcpiExResolveOperands()
446 ACPI_TYPE_LOCAL_REFERENCE, ObjectType, ObjDesc); in AcpiExResolveOperands()
/freebsd-14.2/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c191 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; in AcpiNsAttachObject() local
242 ObjectType = ACPI_TYPE_ANY; in AcpiNsAttachObject()
257 ObjectType = ((ACPI_NAMESPACE_NODE *) Object)->Type; in AcpiNsAttachObject()
270 ObjectType = Type; in AcpiNsAttachObject()
306 Node->Type = (UINT8) ObjectType; in AcpiNsAttachObject()
H A Dnsprepkg.c338 Package->RetInfo3.ObjectType[i], i); in AcpiNsCheckPackage()
643 Package->RetInfo2.ObjectType[j], j); in AcpiNsCheckPackageList()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp265 ObjectType = nullptr; in ParseOptionalCXXScopeSpecifier()
277 if (!HasScopeSpecifier && !ObjectType) in ParseOptionalCXXScopeSpecifier()
394 ObjectType); in ParseOptionalCXXScopeSpecifier()
1771 ParsedType ObjectType) { in ParseCXXPseudoDestructor() argument
2511 if (ObjectType) { in ParseUnqualifiedIdTemplateId()
2878 if (TemplateKWLoc && (ObjectType || SS.isSet())) { in ParseUnqualifiedId()
2928 SS, ObjectType, ObjectHadErrors, in ParseUnqualifiedId()
2987 if (TemplateKWLoc && (ObjectType || SS.isSet())) in ParseUnqualifiedId()
3014 SS, ObjectType, ObjectHadErrors, in ParseUnqualifiedId()
3086 ObjectType = nullptr; in ParseUnqualifiedId()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c482 ACPI_OBJECT_TYPE ObjectType; in AcpiHwGetPciDeviceInfo() local
489 Status = AcpiGetType (PciDevice, &ObjectType); in AcpiHwGetPciDeviceInfo()
495 if (ObjectType != ACPI_TYPE_DEVICE) in AcpiHwGetPciDeviceInfo()
/freebsd-14.2/sys/contrib/dev/acpica/components/utilities/
H A Dutcopy.c171 UINT8 ObjectType,
199 UINT8 ObjectType,
371 UINT8 ObjectType, in AcpiUtCopyIelementToEelement() argument
390 switch (ObjectType) in AcpiUtCopyIelementToEelement()
982 UINT8 ObjectType, in AcpiUtCopyIelementToIelement() argument
1000 switch (ObjectType) in AcpiUtCopyIelementToIelement()
H A Dutobject.c174 UINT8 ObjectType,
755 UINT8 ObjectType, in AcpiUtGetElementLength() argument
765 switch (ObjectType) in AcpiUtGetElementLength()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp37 ObjectType = 1 << 10, enumerator
61 case OverloadKind::ObjectType: in getOverloadTypeName()
102 return OverloadKind::ObjectType; in getOverloadKind()
115 } else if (Kind == OverloadKind::ObjectType) { in getTypeName()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp266 const abi::__class_type_info *ObjectType = findBaseAtOffset( in getDynamicTypeInfoFromVtable() local
270 ObjectType ? ObjectType->name() : "<unknown>"); in getDynamicTypeInfoFromVtable()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp484 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in BuildCXXNestedNameSpecifier() local
491 if (!ObjectType.isNull()) { in BuildCXXNestedNameSpecifier()
495 LookupCtx = computeDeclContext(ObjectType); in BuildCXXNestedNameSpecifier()
496 isDependent = ObjectType->isDependentType(); in BuildCXXNestedNameSpecifier()
519 if (!ObjectType.isNull() && Found.empty()) { in BuildCXXNestedNameSpecifier()
650 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope && in BuildCXXNestedNameSpecifier()
684 << ObjectType; in BuildCXXNestedNameSpecifier()
H A DSemaExprCXX.cpp7776 ObjectType = Base->getType(); in CheckArrow()
7788 if (ObjectType->isPointerType() || ObjectType->isArrayType() || in CheckArrow()
7794 ObjectType = Base->getType(); in CheckArrow()
7802 << ObjectType << true in CheckArrow()
7842 QualType ObjectType; in BuildPseudoDestructorExpr() local
7846 if (!ObjectType->isDependentType() && !ObjectType->isScalarType() && in BuildPseudoDestructorExpr()
7966 QualType ObjectType; in ActOnPseudoDestructorExpr() local
7974 if (ObjectType->isRecordType()) in ActOnPseudoDestructorExpr()
8007 DestructedType = ObjectType; in ActOnPseudoDestructorExpr()
8027 DestructedType = ObjectType; in ActOnPseudoDestructorExpr()
[all …]
H A DSemaDeclObjC.cpp3695 QualType ObjectType) { in HelperIsMethodInObjCType() argument
3696 if (ObjectType.isNull()) in HelperIsMethodInObjCType()
3706 QualType ObjectType) { in SelectorsForTypoCorrection() argument
3710 if (ObjectType.isNull()) in SelectorsForTypoCorrection()
3712 else if (!ObjectType->isObjCObjectPointerType()) in SelectorsForTypoCorrection()
3715 ObjectType->getAsObjCInterfacePointerType()) { in SelectorsForTypoCorrection()
3716 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0); in SelectorsForTypoCorrection()
3719 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType()) in SelectorsForTypoCorrection()
3721 else if (ObjectType->isObjCClassType() || ObjectType->isObjCQualifiedClassType()) in SelectorsForTypoCorrection()
3737 ObjectType)) in SelectorsForTypoCorrection()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h243 enum ObjectType { DefaultType, SpillSlot, VariableSized };
247 ObjectType Type = DefaultType;
271 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> {
272 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) {
336 enum ObjectType { DefaultType, SpillSlot };
338 ObjectType Type = DefaultType;
364 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> {
366 FixedMachineStackObject::ObjectType &Type) {
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Daclocal.h519 UINT8 ObjectType[4]; member
530 UINT8 ObjectType[2]; member
982 UINT8 ObjectType; /* Corresponding internal object type */ member
H A Dacdispat.h450 UINT8 ObjectType,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp942 Type *ObjectType = GVar->getValueType(); in getPointerAlignment() local
943 if (ObjectType->isSized()) { in getPointerAlignment()
950 return DL.getABITypeAlign(ObjectType); in getPointerAlignment()

12