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

12

/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c262 ACPI_OBJECT_TYPE ObjectType; local
296 ObjectType = WalkState->OpInfo->ObjectType;
300 AcpiUtGetTypeName (ObjectType)));
310 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
321 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
441 AcpiUtGetTypeName (ObjectType)));
447 AcpiUtGetTypeName (ObjectType)));
454 AcpiUtGetTypeName (ObjectType)));
463 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
558 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Ddswload2.c186 ACPI_OBJECT_TYPE ObjectType; local
248 ObjectType = WalkState->OpInfo->ObjectType;
251 "State=%p Op=%p Type=%X\n", WalkState, Op, ObjectType));
269 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
282 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
295 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
391 if (AcpiNsOpensScope (ObjectType))
393 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
453 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
519 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Ddsutils.c787 if (OpInfo->ObjectType == ACPI_TYPE_INVALID)
815 ObjDesc = AcpiUtCreateInternalObject (OpInfo->ObjectType);
H A Ddswexec.c366 if (AcpiNsOpensScope (WalkState->OpInfo->ObjectType))
370 AcpiUtGetTypeName (WalkState->OpInfo->ObjectType), Op));
567 * being the ObjectType and SizeOf operators.
H A Ddspkginit.c414 UINT8 ObjectType,
413 AcpiDsInitPackageElement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
H A Ddsobject.c239 (AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode))->ObjectType);
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslload.c465 ACPI_OBJECT_TYPE ObjectType; local
580 ObjectType = 1;
583 ObjectType++;
594 * first child is name, next child is ObjectType
597 ObjectType = ACPI_TYPE_ANY;
627 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
772 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
778 Op->Asl.ExternalName, AcpiUtGetTypeName (ObjectType)));
790 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
802 Node->Type = (UINT8) ObjectType;
992 ACPI_OBJECT_TYPE ObjectType; local
1122 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Daslxref.c455 ACPI_OBJECT_TYPE ObjectType; local
691 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
693 "Type=%s\n", AcpiUtGetTypeName (ObjectType)));
704 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
1201 AcpiUtGetTypeName (OpInfo->ObjectType), Op));
H A Daslprepkg.c350 Package->RetInfo3.ObjectType[i], i);
812 Package->RetInfo2.ObjectType[j], j);
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c260 UINT8 ObjectType; local
319 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
326 if (ObjectType == ACPI_TYPE_LOCAL_ALIAS)
331 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
339 ObjectType = ObjDesc->Common.Type;
343 if (!AcpiUtValidObjectType (ObjectType))
346 "Bad operand object type [0x%X]", ObjectType));
351 if (ObjectType == (UINT8) ACPI_TYPE_LOCAL_REFERENCE)
445 ACPI_TYPE_LOCAL_REFERENCE, ObjectType, ObjDesc);
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Dadwalk.c682 (OpInfo->ObjectType != ACPI_TYPE_LOCAL_ALIAS) &&
747 ACPI_OBJECT_TYPE ObjectType; local
759 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
805 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
844 if (AcpiNsOpensScope (ObjectType))
848 Status = AcpiDsScopeStackPush (Op->Common.Node, ObjectType,
882 ACPI_OBJECT_TYPE ObjectType; local
896 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
916 ObjectType = ACPI_TYPE_ANY;
935 ObjectType
1121 ACPI_OBJECT_TYPE ObjectType; local
1173 ACPI_OBJECT_TYPE ObjectType; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c191 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; local
242 ObjectType = ACPI_TYPE_ANY;
257 ObjectType = ((ACPI_NAMESPACE_NODE *) Object)->Type;
270 ObjectType = Type;
306 Node->Type = (UINT8) ObjectType;
H A Dnsprepkg.c338 Package->RetInfo3.ObjectType[i], i);
643 Package->RetInfo2.ObjectType[j], j);
/freebsd-11-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c482 ACPI_OBJECT_TYPE ObjectType; local
489 Status = AcpiGetType (PciDevice, &ObjectType);
495 if (ObjectType != ACPI_TYPE_DEVICE)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp385 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); local
392 if (!ObjectType.isNull()) {
395 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
396 LookupCtx = computeDeclContext(ObjectType);
397 isDependent = ObjectType->isDependentType();
494 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); local
501 if (!ObjectType.isNull()) {
504 assert(!SS.isSet() && "ObjectType an
[all...]
H A DSemaExprCXX.cpp381 ParsedType ObjectType) {
396 QualType SearchType = GetTypeFromParser(ObjectType);
6944 ParsedType &ObjectType,
6965 ObjectType = ParsedType::make(BaseType);
7059 ObjectType = ParsedType::make(BaseType);
7079 ObjectType = ParsedType::make(BaseType);
7083 static bool CheckArrow(Sema& S, QualType& ObjectType, Expr *&Base,
7090 ObjectType = Base->getType();
7099 if (const PointerType *Ptr = ObjectType->getAs<PointerType>()) {
7100 ObjectType
380 getDestructorTypeForDecltype(const DeclSpec &DS, ParsedType ObjectType) argument
[all...]
H A DSemaDeclObjC.cpp3667 QualType ObjectType) {
3668 if (ObjectType.isNull())
3670 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/))
3672 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) !=
3678 QualType ObjectType) {
3682 if (ObjectType.isNull())
3684 else if (!ObjectType->isObjCObjectPointerType())
3687 ObjectType->getAsObjCInterfacePointerType()) {
3688 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0);
3691 else if (ObjectType
3666 HelperIsMethodInObjCType(Sema &S, Selector Sel, QualType ObjectType) argument
3677 SelectorsForTypoCorrection(Selector Sel, QualType ObjectType) argument
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutobject.c174 UINT8 ObjectType,
755 UINT8 ObjectType,
765 switch (ObjectType)
754 AcpiUtGetElementLength( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
H A Dutcopy.c171 UINT8 ObjectType,
199 UINT8 ObjectType,
371 UINT8 ObjectType,
390 switch (ObjectType)
982 UINT8 ObjectType,
1000 switch (ObjectType)
370 AcpiUtCopyIelementToEelement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
981 AcpiUtCopyIelementToIelement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp252 const abi::__class_type_info *ObjectType = findBaseAtOffset( local
256 ObjectType ? ObjectType->__type_name : "<unknown>");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp81 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, argument
96 TemplateName, ObjectType, EnteringContext,
123 /// \param ObjectType if this nested-name-specifier is being parsed following
150 ParsedType ObjectType,
240 InUsingDeclaration, ObjectType.get(),
261 ObjectType = nullptr;
273 if (!HasScopeSpecifier && !ObjectType)
289 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
320 getCurScope(), SS, TemplateKWLoc, TemplateName, ObjectType,
391 ObjectType);
149 ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS, ParsedType ObjectType, bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, IdentifierInfo **LastII, bool OnlyNamespace, bool InUsingDeclaration) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h208 enum ObjectType { DefaultType, SpillSlot, VariableSized }; enum in struct:llvm::yaml::MachineStackObject
212 ObjectType Type = DefaultType;
236 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> {
237 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) {
276 enum ObjectType { DefaultType, SpillSlot }; enum in struct:llvm::yaml::FixedMachineStackObject
278 ObjectType Type = DefaultType;
304 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> {
306 FixedMachineStackObject::ObjectType &Type) {
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacdispat.h450 UINT8 ObjectType,
H A Daclocal.h519 UINT8 ObjectType[4]; member in struct:acpi_package_info2
530 UINT8 ObjectType[2]; member in struct:acpi_package_info3
982 UINT8 ObjectType; /* Corresponding internal object type */ member in struct:acpi_opcode_info
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp691 Type *ObjectType = GVar->getValueType(); local
692 if (ObjectType->isSized()) {
699 return Align(DL.getABITypeAlignment(ObjectType));

Completed in 313 milliseconds

12