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

12

/freebsd-10.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c139 ACPI_OBJECT_TYPE ObjectType; local
173 ObjectType = WalkState->OpInfo->ObjectType;
176 "State=%p Op=%p [%s]\n", WalkState, Op, AcpiUtGetTypeName (ObjectType)));
186 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
197 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
315 AcpiUtGetTypeName (ObjectType)));
321 AcpiUtGetTypeName (ObjectType)));
330 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
345 Node->Type = (UINT8) ObjectType;
424 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Ddswload2.c80 ACPI_OBJECT_TYPE ObjectType; local
142 ObjectType = WalkState->OpInfo->ObjectType;
145 "State=%p Op=%p Type=%X\n", WalkState, Op, ObjectType));
163 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
176 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
189 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
283 if (AcpiNsOpensScope (ObjectType))
285 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
327 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
392 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Ddsutils.c666 if (OpInfo->ObjectType == ACPI_TYPE_INVALID)
699 ObjDesc = AcpiUtCreateInternalObject (OpInfo->ObjectType);
H A Ddswexec.c258 if (AcpiNsOpensScope (WalkState->OpInfo->ObjectType))
262 AcpiUtGetTypeName (WalkState->OpInfo->ObjectType), Op));
454 * being the ObjectType and SizeOf operators.
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslload.c349 ACPI_OBJECT_TYPE ObjectType; local
419 ObjectType = 1;
422 ObjectType++;
433 * first child is name, next child is ObjectType
436 ObjectType = ACPI_TYPE_ANY;
466 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
583 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
589 Op->Asl.ExternalName, AcpiUtGetTypeName (ObjectType)));
601 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
613 Node->Type = (UINT8) ObjectType;
720 ACPI_OBJECT_TYPE ObjectType; local
850 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Daslxref.c293 ACPI_OBJECT_TYPE ObjectType; local
394 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
396 "Type=%s\n", AcpiUtGetTypeName (ObjectType)));
407 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
880 AcpiUtGetTypeName (OpInfo->ObjectType), Op));
H A Daslprepkg.c231 Package->RetInfo3.ObjectType[i], i);
512 Package->RetInfo2.ObjectType[j], j);
/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Dadwalk.c538 (OpInfo->ObjectType != ACPI_TYPE_LOCAL_ALIAS) &&
602 ACPI_OBJECT_TYPE ObjectType; local
614 ObjectType = OpInfo->ObjectType;
615 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode);
660 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
699 if (AcpiNsOpensScope (ObjectType))
703 Status = AcpiDsScopeStackPush (Op->Common.Node, ObjectType, WalkState);
736 ACPI_OBJECT_TYPE ObjectType; local
748 ObjectType
904 ACPI_OBJECT_TYPE ObjectType; local
957 ACPI_OBJECT_TYPE ObjectType; local
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c153 UINT8 ObjectType; local
212 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
219 if (ObjectType == ACPI_TYPE_LOCAL_ALIAS)
223 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
231 ObjectType = ObjDesc->Common.Type;
235 if (!AcpiUtValidObjectType (ObjectType))
238 "Bad operand object type [0x%X]", ObjectType));
243 if (ObjectType == (UINT8) ACPI_TYPE_LOCAL_REFERENCE)
335 ObjectType, ObjDesc);
/freebsd-10.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c86 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; local
137 ObjectType = ACPI_TYPE_ANY;
152 ObjectType = ((ACPI_NAMESPACE_NODE *) Object)->Type;
165 ObjectType = Type;
201 Node->Type = (UINT8) ObjectType;
H A Dnsprepkg.c218 Package->RetInfo3.ObjectType[i], i);
468 Package->RetInfo2.ObjectType[j], j);
/freebsd-10.0-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c370 ACPI_OBJECT_TYPE ObjectType; local
377 Status = AcpiGetType (PciDevice, &ObjectType);
383 if (ObjectType != ACPI_TYPE_DEVICE)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp322 QualType ObjectType = GetTypeFromParser(ObjectTypePtr); local
328 if (!ObjectType.isNull()) {
331 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
332 LookupCtx = computeDeclContext(ObjectType);
333 isDependent = ObjectType->isDependentType();
404 QualType ObjectType,
415 if (!ObjectType.isNull()) {
418 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
419 LookupCtx = computeDeclContext(ObjectType);
420 isDependent = ObjectType
400 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup) argument
687 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS) argument
732 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument
[all...]
H A DSemaExprCXX.cpp318 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) { argument
319 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType)
324 QualType SearchType = GetTypeFromParser(ObjectType);
4996 tok::TokenKind OpKind, ParsedType &ObjectType,
5017 ObjectType = ParsedType::make(BaseType);
5068 ObjectType = ParsedType();
5088 ObjectType = ParsedType::make(BaseType);
5106 static bool CheckArrow(Sema& S, QualType& ObjectType, Expr *&Base, argument
5113 ObjectType = Base->getType();
5122 if (const PointerType *Ptr = ObjectType
4995 ActOnStartCXXMemberReference(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, ParsedType &ObjectType, bool &MayBePseudoDestructor) argument
5150 QualType ObjectType; local
5256 QualType ObjectType; local
5384 QualType ObjectType; local
[all...]
H A DTreeTransform.h424 QualType ObjectType = QualType(),
445 /// \param ObjectType If we're translating a template name within a member
459 QualType ObjectType = QualType(),
983 QualType ObjectType,
996 QualType ObjectType);
2564 QualType ObjectType,
2569 QualType ObjectType,
2783 QualType ObjectType,
2801 ObjectType, false, SS,
2835 TypeLoc TL = TransformTypeInObjectScope(Q.getTypeLoc(), ObjectType,
2781 TransformNestedNameSpecifierLoc( NestedNameSpecifierLoc NNS, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
2937 TransformTemplateName(CXXScopeSpec &SS, TemplateName Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
3450 TransformTypeInObjectScope(TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, CXXScopeSpec &SS) argument
3504 TransformTypeInObjectScope(TypeSourceInfo *TSInfo, QualType ObjectType, NamedDecl *UnqualLookup, CXXScopeSpec &SS) argument
8226 QualType ObjectType; local
9264 RebuildTemplateName(CXXScopeSpec &SS, const IdentifierInfo &Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
9283 RebuildTemplateName(CXXScopeSpec &SS, OverloadedOperatorKind Operator, SourceLocation NameLoc, QualType ObjectType) argument
[all...]
H A DSemaTemplate.cpp164 QualType ObjectType = ObjectTypePtr.get(); local
167 LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
246 QualType ObjectType,
253 if (!ObjectType.isNull()) {
256 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
257 LookupCtx = computeDeclContext(ObjectType);
258 isDependent = ObjectType->isDependentType();
259 assert((isDependent || !ObjectType->isIncompleteType()) &&
263 if (ObjectType->isObjCObjectOrInterfaceType()) {
286 if (!ObjectType
244 LookupTemplateName(LookupResult &Found, Scope *S, CXXScopeSpec &SS, QualType ObjectType, bool EnteringContext, bool &MemberOfUnknownSpecialization) argument
2353 ActOnDependentTemplateName(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Name, ParsedType ObjectType, bool EnteringContext, TemplateTy &Result) argument
[all...]
H A DSemaExprMember.cpp566 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); local
569 SemaRef.LookupTemplateName(R, 0, SS, ObjectType, false, MOUS);
866 ParsedType ObjectType; local
869 OpLoc, tok::arrow, ObjectType,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp76 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, argument
91 TemplateName, ObjectType, EnteringContext,
157 /// \param ObjectType if this nested-name-specifier is being parsed following
181 ParsedType ObjectType,
252 ObjectType = ParsedType();
277 if (!HasScopeSpecifier && !ObjectType)
289 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
322 ObjectType, EnteringContext,
399 Next.getLocation(), ObjectType,
416 II, ObjectType)) {
180 ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS, ParsedType ObjectType, bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, IdentifierInfo **LastII) argument
1170 ParseCXXPseudoDestructor(ExprArg Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, ParsedType ObjectType) argument
1648 ParseUnqualifiedIdTemplateId(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, IdentifierInfo *Name, SourceLocation NameLoc, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Id, bool AssumeTemplateId) argument
1854 ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Result) argument
2082 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument
[all...]
H A DParseExpr.cpp1457 ParsedType ObjectType; local
1461 OpLoc, OpKind, ObjectType,
1466 ParseOptionalCXXScopeSpecifier(SS, ObjectType,
1470 ObjectType = ParsedType();
1484 ObjectType);
1513 ObjectType, TemplateKWLoc, Name))
/freebsd-10.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutobject.c68 UINT8 ObjectType,
642 UINT8 ObjectType,
652 switch (ObjectType)
641 AcpiUtGetElementLength( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
H A Dutcopy.c65 UINT8 ObjectType,
93 UINT8 ObjectType,
265 UINT8 ObjectType,
284 switch (ObjectType)
873 UINT8 ObjectType,
891 switch (ObjectType)
264 AcpiUtCopyIelementToEelement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
872 AcpiUtCopyIelementToIelement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp246 void ExprEngine::VisitCXXDestructor(QualType ObjectType, argument
259 DestVal = makeZeroElementRegion(State, DestVal, ObjectType);
262 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl();
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Daclocal.h386 UINT8 ObjectType[4]; member in struct:acpi_package_info2
397 UINT8 ObjectType[2]; member in struct:acpi_package_info3
821 UINT8 ObjectType; /* Corresponding internal object type */ member in struct:acpi_opcode_info
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1314 ParsedType ObjectType,
1350 ParsedType ObjectType);
2128 ParsedType ObjectType,
2132 ParsedType ObjectType,
2144 ParsedType ObjectType,
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h417 void VisitCXXDestructor(QualType ObjectType, const MemRegion *Dest,

Completed in 417 milliseconds

12