Home
last modified time | relevance | path

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

12

/freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c260 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1BeginOp() local
294 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad1BeginOp()
298 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp()
452 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp()
476 Node->Type = (UINT8) ObjectType; in AcpiDsLoad1BeginOp()
556 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1EndOp() local
579 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad1EndOp()
633 ObjectType = (AcpiPsGetOpcodeInfo ( in AcpiDsLoad1EndOp()
662 Op->Common.Node->Type = (UINT8) ObjectType; in AcpiDsLoad1EndOp()
724 AcpiNsOpensScope (ObjectType)) in AcpiDsLoad1EndOp()
[all …]
H A Ddswload2.c186 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2BeginOp() local
248 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad2BeginOp()
251 "State=%p Op=%p Type=%X\n", WalkState, Op, ObjectType)); in AcpiDsLoad2BeginOp()
269 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType, in AcpiDsLoad2BeginOp()
282 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState); in AcpiDsLoad2BeginOp()
391 if (AcpiNsOpensScope (ObjectType)) in AcpiDsLoad2BeginOp()
462 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType, in AcpiDsLoad2BeginOp()
528 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2EndOp() local
555 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad2EndOp()
572 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.c366 if (AcpiNsOpensScope (WalkState->OpInfo->ObjectType)) in AcpiDsExecBeginOp()
370 AcpiUtGetTypeName (WalkState->OpInfo->ObjectType), Op)); in AcpiDsExecBeginOp()
H A Ddspkginit.c478 UINT8 ObjectType, in AcpiDsInitPackageElement() argument
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslload.c467 ACPI_OBJECT_TYPE ObjectType; in LdNamespace1Begin() local
631 ObjectType = 1; in LdNamespace1Begin()
634 ObjectType++; in LdNamespace1Begin()
647 ObjectType = ACPI_TYPE_ANY; in LdNamespace1Begin()
864 Node->Type = (UINT8) ObjectType; in LdNamespace1Begin()
875 Node->Type = (UINT8) ObjectType; in LdNamespace1Begin()
879 if (AcpiNsOpensScope (ObjectType)) in LdNamespace1Begin()
1014 ACPI_OBJECT_TYPE ObjectType; in LdNamespace2Begin() local
1039 ObjectType = ACPI_TYPE_LOCAL_RESOURCE; in LdNamespace2Begin()
1160 ACPI_OBJECT_TYPE ObjectType; in LdCommonNamespaceEnd() local
[all …]
H A Daslxref.c439 ACPI_OBJECT_TYPE ObjectType; in XfNamespaceLocateBegin() local
675 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode); in XfNamespaceLocateBegin()
677 "Type=%s\n", AcpiUtGetTypeName (ObjectType))); in XfNamespaceLocateBegin()
688 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in XfNamespaceLocateBegin()
724 (OpInfo->ObjectType == ACPI_TYPE_LOCAL_ALIAS)) in XfNamespaceLocateBegin()
1230 AcpiUtGetTypeName (OpInfo->ObjectType), Op)); in XfNamespaceLocateEnd()
H A Daslprepkg.c350 Package->RetInfo3.ObjectType[i], i); in ApCheckPackage()
812 Package->RetInfo2.ObjectType[j], j); in ApCheckPackageList()
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Dadwalk.c747 ACPI_OBJECT_TYPE ObjectType; in AcpiDmLoadDescendingOp() local
844 if (AcpiNsOpensScope (ObjectType)) in AcpiDmLoadDescendingOp()
882 ACPI_OBJECT_TYPE ObjectType; in AcpiDmXrefDescendingOp() local
916 ObjectType = ACPI_TYPE_ANY; in AcpiDmXrefDescendingOp()
1013 ObjectType2 = ObjectType; in AcpiDmXrefDescendingOp()
1046 if (AcpiNsOpensScope (ObjectType)) in AcpiDmXrefDescendingOp()
1121 ACPI_OBJECT_TYPE ObjectType; in AcpiDmProcessResourceDescriptors() local
1130 ObjectType = OpInfo->ObjectType; in AcpiDmProcessResourceDescriptors()
1131 if (AcpiNsOpensScope (ObjectType)) in AcpiDmProcessResourceDescriptors()
1173 ACPI_OBJECT_TYPE ObjectType; in AcpiDmCommonAscendingOp() local
[all …]
/freebsd-12.1/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-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp242 ObjectType.get()); in ParseOptionalCXXScopeSpecifier()
262 ObjectType = nullptr; in ParseOptionalCXXScopeSpecifier()
274 if (!HasScopeSpecifier && !ObjectType) in ParseOptionalCXXScopeSpecifier()
392 ObjectType); in ParseOptionalCXXScopeSpecifier()
1513 ParsedType ObjectType) { in ParseCXXPseudoDestructor() argument
2095 ObjectType && IsTemplateArgumentList()) { in ParseUnqualifiedIdTemplateId()
2137 if (ObjectType) { in ParseUnqualifiedIdTemplateId()
2490 ParsedType ObjectType, in ParseUnqualifiedId() argument
2500 if (TemplateKWLoc && (ObjectType || SS.isSet())) { in ParseUnqualifiedId()
2600 if (TemplateKWLoc && (ObjectType || SS.isSet())) in ParseUnqualifiedId()
[all …]
H A DParseExpr.cpp1726 ParsedType ObjectType; in ParsePostfixExpressionSuffix() local
1743 OpLoc, OpKind, ObjectType, in ParsePostfixExpressionSuffix()
1748 ParseOptionalCXXScopeSpecifier(SS, ObjectType, in ParsePostfixExpressionSuffix()
1752 ObjectType = nullptr; in ParsePostfixExpressionSuffix()
1763 getCurScope(), OrigLHS, OpLoc, CorrectedOpKind, ObjectType, in ParsePostfixExpressionSuffix()
1784 ObjectType); in ParsePostfixExpressionSuffix()
1816 ObjectType, &TemplateKWLoc, Name)) { in ParsePostfixExpressionSuffix()
/freebsd-12.1/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-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp386 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in isNonTypeNestedNameSpecifier() local
393 if (!ObjectType.isNull()) { in isNonTypeNestedNameSpecifier()
397 LookupCtx = computeDeclContext(ObjectType); in isNonTypeNestedNameSpecifier()
398 isDependent = ObjectType->isDependentType(); in isNonTypeNestedNameSpecifier()
490 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in BuildCXXNestedNameSpecifier() local
497 if (!ObjectType.isNull()) { in BuildCXXNestedNameSpecifier()
501 LookupCtx = computeDeclContext(ObjectType); in BuildCXXNestedNameSpecifier()
502 isDependent = ObjectType->isDependentType(); in BuildCXXNestedNameSpecifier()
525 if (!ObjectType.isNull() && Found.empty()) { in BuildCXXNestedNameSpecifier()
656 if (!ObjectType.isNull() && !ObjectTypeSearchedInScope && in BuildCXXNestedNameSpecifier()
[all …]
H A DSemaExprCXX.cpp6794 ObjectType = nullptr; in ActOnStartCXXMemberReference()
6825 ObjectType = Base->getType(); in CheckArrow()
6839 << ObjectType << true in CheckArrow()
6878 QualType ObjectType; in BuildPseudoDestructorExpr() local
6882 if (!ObjectType->isDependentType() && !ObjectType->isScalarType() && in BuildPseudoDestructorExpr()
6883 !ObjectType->isVectorType()) { in BuildPseudoDestructorExpr()
7002 QualType ObjectType; in ActOnPseudoDestructorExpr() local
7010 if (ObjectType->isRecordType()) in ActOnPseudoDestructorExpr()
7043 DestructedType = ObjectType; in ActOnPseudoDestructorExpr()
7062 DestructedType = ObjectType; in ActOnPseudoDestructorExpr()
[all …]
H A DSemaDeclObjC.cpp3643 QualType ObjectType) { in HelperIsMethodInObjCType() argument
3644 if (ObjectType.isNull()) in HelperIsMethodInObjCType()
3654 QualType ObjectType) { in SelectorsForTypoCorrection() argument
3658 if (ObjectType.isNull()) in SelectorsForTypoCorrection()
3660 else if (!ObjectType->isObjCObjectPointerType()) in SelectorsForTypoCorrection()
3663 ObjectType->getAsObjCInterfacePointerType()) { in SelectorsForTypoCorrection()
3664 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0); in SelectorsForTypoCorrection()
3667 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType()) in SelectorsForTypoCorrection()
3669 else if (ObjectType->isObjCClassType() || ObjectType->isObjCQualifiedClassType()) in SelectorsForTypoCorrection()
3685 ObjectType)) in SelectorsForTypoCorrection()
[all …]
H A DTreeTransform.h519 QualType ObjectType = QualType(),
3254 QualType ObjectType,
3655 ObjectType = QualType(); in TransformNestedNameSpecifierLoc()
3767 ObjectType = QualType(); in TransformTemplateName()
3773 ObjectType.isNull()) in TransformTemplateName()
3784 ObjectType, in TransformTemplateName()
4369 TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, in TransformTSIInObjectScope() argument
10404 QualType ObjectType = ObjectTypePtr.get(); in TransformCXXPseudoDestructorExpr() local
10423 } else if (!ObjectType.isNull() && ObjectType->isDependentType()) { in TransformCXXPseudoDestructorExpr()
11278 QualType ObjectType; in TransformCXXDependentScopeMemberExpr() local
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h207 enum ObjectType { DefaultType, SpillSlot, VariableSized };
211 ObjectType Type = DefaultType;
235 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> {
236 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) {
275 enum ObjectType { DefaultType, SpillSlot };
277 ObjectType Type = DefaultType;
303 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> {
305 FixedMachineStackObject::ObjectType &Type) {
/freebsd-12.1/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-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cc254 const abi::__class_type_info *ObjectType = findBaseAtOffset( in getDynamicTypeInfoFromVtable() local
258 ObjectType ? ObjectType->__type_name : "<unknown>"); in getDynamicTypeInfoFromVtable()
/freebsd-12.1/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-12.1/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
/freebsd-12.1/contrib/llvm/lib/IR/
H A DValue.cpp658 Type *ObjectType = GVar->getValueType(); in getPointerAlignment() local
659 if (ObjectType->isSized()) { in getPointerAlignment()
666 Align = DL.getABITypeAlignment(ObjectType); in getPointerAlignment()

12