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

12

/freebsd-10.2-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c154 ACPI_OBJECT_TYPE ObjectType; local
188 ObjectType = WalkState->OpInfo->ObjectType;
191 "State=%p Op=%p [%s]\n", WalkState, Op, AcpiUtGetTypeName (ObjectType)));
201 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
212 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
330 AcpiUtGetTypeName (ObjectType)));
336 AcpiUtGetTypeName (ObjectType)));
345 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
360 Node->Type = (UINT8) ObjectType;
439 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Ddswload2.c78 ACPI_OBJECT_TYPE ObjectType; local
140 ObjectType = WalkState->OpInfo->ObjectType;
143 "State=%p Op=%p Type=%X\n", WalkState, Op, ObjectType));
161 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
174 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
187 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
281 if (AcpiNsOpensScope (ObjectType))
283 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
325 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
390 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Ddsutils.c673 if (OpInfo->ObjectType == ACPI_TYPE_INVALID)
706 ObjDesc = AcpiUtCreateInternalObject (OpInfo->ObjectType);
H A Ddswexec.c256 if (AcpiNsOpensScope (WalkState->OpInfo->ObjectType))
260 AcpiUtGetTypeName (WalkState->OpInfo->ObjectType), Op));
452 * being the ObjectType and SizeOf operators.
/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Daslload.c348 ACPI_OBJECT_TYPE ObjectType; local
445 ObjectType = 1;
448 ObjectType++;
459 * first child is name, next child is ObjectType
462 ObjectType = ACPI_TYPE_ANY;
492 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
608 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
614 Op->Asl.ExternalName, AcpiUtGetTypeName (ObjectType)));
626 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
638 Node->Type = (UINT8) ObjectType;
745 ACPI_OBJECT_TYPE ObjectType; local
875 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Daslxref.c486 ACPI_OBJECT_TYPE ObjectType; local
587 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
589 "Type=%s\n", AcpiUtGetTypeName (ObjectType)));
600 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
1090 AcpiUtGetTypeName (OpInfo->ObjectType), Op));
H A Daslprepkg.c232 Package->RetInfo3.ObjectType[i], i);
609 Package->RetInfo2.ObjectType[j], j);
/freebsd-10.2-release/sys/contrib/dev/acpica/common/
H A Dadwalk.c545 (OpInfo->ObjectType != ACPI_TYPE_LOCAL_ALIAS) &&
610 ACPI_OBJECT_TYPE ObjectType; local
622 ObjectType = OpInfo->ObjectType;
623 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
668 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
707 if (AcpiNsOpensScope (ObjectType))
711 Status = AcpiDsScopeStackPush (Op->Common.Node, ObjectType, WalkState);
744 ACPI_OBJECT_TYPE ObjectType; local
757 ObjectType
944 ACPI_OBJECT_TYPE ObjectType; local
997 ACPI_OBJECT_TYPE ObjectType; local
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c151 UINT8 ObjectType; local
210 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
217 if (ObjectType == ACPI_TYPE_LOCAL_ALIAS)
221 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
229 ObjectType = ObjDesc->Common.Type;
233 if (!AcpiUtValidObjectType (ObjectType))
236 "Bad operand object type [0x%X]", ObjectType));
241 if (ObjectType == (UINT8) ACPI_TYPE_LOCAL_REFERENCE)
333 ObjectType, ObjDesc);
/freebsd-10.2-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c83 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; local
134 ObjectType = ACPI_TYPE_ANY;
149 ObjectType = ((ACPI_NAMESPACE_NODE *) Object)->Type;
162 ObjectType = Type;
198 Node->Type = (UINT8) ObjectType;
H A Dnsprepkg.c218 Package->RetInfo3.ObjectType[i], i);
521 Package->RetInfo2.ObjectType[j], j);
/freebsd-10.2-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c374 ACPI_OBJECT_TYPE ObjectType; local
381 Status = AcpiGetType (PciDevice, &ObjectType);
387 if (ObjectType != ACPI_TYPE_DEVICE)
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp312 QualType ObjectType = GetTypeFromParser(ObjectTypePtr); local
318 if (!ObjectType.isNull()) {
321 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
322 LookupCtx = computeDeclContext(ObjectType);
323 isDependent = ObjectType->isDependentType();
394 QualType ObjectType,
405 if (!ObjectType.isNull()) {
408 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
409 LookupCtx = computeDeclContext(ObjectType);
410 isDependent = ObjectType
390 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup) argument
675 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS) argument
720 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument
[all...]
H A DSemaExprCXX.cpp320 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) { argument
321 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType)
326 QualType SearchType = GetTypeFromParser(ObjectType);
5192 tok::TokenKind OpKind, ParsedType &ObjectType,
5213 ObjectType = ParsedType::make(BaseType);
5303 ObjectType = ParsedType();
5323 ObjectType = ParsedType::make(BaseType);
5341 static bool CheckArrow(Sema& S, QualType& ObjectType, Expr *&Base, argument
5348 ObjectType = Base->getType();
5357 if (const PointerType *Ptr = ObjectType
5191 ActOnStartCXXMemberReference(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, ParsedType &ObjectType, bool &MayBePseudoDestructor) argument
5385 QualType ObjectType; local
5491 QualType ObjectType; local
5619 QualType ObjectType; local
[all...]
H A DSemaDeclObjC.cpp2362 QualType ObjectType) {
2363 if (ObjectType.isNull())
2365 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/))
2367 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) != 0;
2372 QualType ObjectType) {
2376 if (ObjectType.isNull())
2378 else if (!ObjectType->isObjCObjectPointerType())
2381 ObjectType->getAsObjCInterfacePointerType()) {
2382 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0);
2385 else if (ObjectType
2361 HelperIsMethodInObjCType(Sema &S, Selector Sel, QualType ObjectType) argument
2371 SelectorsForTypoCorrection(Selector Sel, QualType ObjectType) argument
[all...]
H A DTreeTransform.h439 QualType ObjectType = QualType(),
460 /// \param ObjectType If we're translating a template name within a member
474 QualType ObjectType = QualType(),
1014 QualType ObjectType,
1027 QualType ObjectType);
2652 QualType ObjectType,
2657 QualType ObjectType,
2895 QualType ObjectType,
2913 ObjectType, false, SS,
2947 TypeLoc TL = TransformTypeInObjectScope(Q.getTypeLoc(), ObjectType,
2893 TransformNestedNameSpecifierLoc( NestedNameSpecifierLoc NNS, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
3049 TransformTemplateName(CXXScopeSpec &SS, TemplateName Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
3563 TransformTypeInObjectScope(TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, CXXScopeSpec &SS) argument
3617 TransformTypeInObjectScope(TypeSourceInfo *TSInfo, QualType ObjectType, NamedDecl *UnqualLookup, CXXScopeSpec &SS) argument
8594 QualType ObjectType; local
9651 RebuildTemplateName(CXXScopeSpec &SS, const IdentifierInfo &Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
9670 RebuildTemplateName(CXXScopeSpec &SS, OverloadedOperatorKind Operator, SourceLocation NameLoc, QualType ObjectType) argument
[all...]
H A DSemaTemplate.cpp165 QualType ObjectType = ObjectTypePtr.get(); local
168 LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
248 QualType ObjectType,
255 if (!ObjectType.isNull()) {
258 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
259 LookupCtx = computeDeclContext(ObjectType);
260 isDependent = ObjectType->isDependentType();
261 assert((isDependent || !ObjectType->isIncompleteType() ||
262 ObjectType->castAs<TagType>()->isBeingDefined()) &&
266 if (ObjectType
246 LookupTemplateName(LookupResult &Found, Scope *S, CXXScopeSpec &SS, QualType ObjectType, bool EnteringContext, bool &MemberOfUnknownSpecialization) argument
2848 ActOnDependentTemplateName(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Name, ParsedType ObjectType, bool EnteringContext, TemplateTy &Result) argument
[all...]
H A DSemaExprMember.cpp596 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); local
599 SemaRef.LookupTemplateName(R, 0, SS, ObjectType, false, MOUS);
952 ParsedType ObjectType; local
955 OpLoc, tok::arrow, ObjectType,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp77 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, argument
92 TemplateName, ObjectType, EnteringContext,
158 /// \param ObjectType if this nested-name-specifier is being parsed following
182 ParsedType ObjectType,
260 ObjectType = ParsedType();
285 if (!HasScopeSpecifier && !ObjectType)
297 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
330 ObjectType, EnteringContext,
407 Next.getLocation(), ObjectType,
424 II, ObjectType)) {
181 ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS, ParsedType ObjectType, bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, IdentifierInfo **LastII) argument
1339 ParseCXXPseudoDestructor(ExprArg Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, ParsedType ObjectType) argument
1817 ParseUnqualifiedIdTemplateId(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, IdentifierInfo *Name, SourceLocation NameLoc, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Id, bool AssumeTemplateId) argument
2023 ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Result) argument
2251 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument
[all...]
H A DParseExpr.cpp1469 ParsedType ObjectType; local
1484 OpLoc, OpKind, ObjectType,
1489 ParseOptionalCXXScopeSpecifier(SS, ObjectType,
1493 ObjectType = ParsedType();
1507 ObjectType);
1536 ObjectType, TemplateKWLoc, Name))
/freebsd-10.2-release/sys/contrib/dev/acpica/components/utilities/
H A Dutobject.c66 UINT8 ObjectType,
640 UINT8 ObjectType,
650 switch (ObjectType)
639 AcpiUtGetElementLength( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
H A Dutcopy.c63 UINT8 ObjectType,
91 UINT8 ObjectType,
263 UINT8 ObjectType,
282 switch (ObjectType)
871 UINT8 ObjectType,
889 switch (ObjectType)
262 AcpiUtCopyIelementToEelement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
870 AcpiUtCopyIelementToIelement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp287 void ExprEngine::VisitCXXDestructor(QualType ObjectType, argument
302 DestVal = makeZeroElementRegion(State, DestVal, ObjectType);
305 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl();
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Daclocal.h387 UINT8 ObjectType[4]; member in struct:acpi_package_info2
398 UINT8 ObjectType[2]; member in struct:acpi_package_info3
836 UINT8 ObjectType; /* Corresponding internal object type */ member in struct:acpi_opcode_info
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1342 ParsedType ObjectType,
1379 ParsedType ObjectType);
2178 ParsedType ObjectType,
2182 ParsedType ObjectType,
2229 ParsedType ObjectType,

Completed in 176 milliseconds

12