Home
last modified time | relevance | path

Searched defs:ObjectType (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-13.1/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c259 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1BeginOp() local
555 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1EndOp() local
H A Ddswload2.c189 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2BeginOp() local
531 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2EndOp() local
H A Ddspkginit.c478 UINT8 ObjectType, in AcpiDsInitPackageElement()
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Dadwalk.c758 ACPI_OBJECT_TYPE ObjectType; in AcpiDmLoadDescendingOp() local
893 ACPI_OBJECT_TYPE ObjectType; in AcpiDmXrefDescendingOp() local
1132 ACPI_OBJECT_TYPE ObjectType; in AcpiDmProcessResourceDescriptors() local
1184 ACPI_OBJECT_TYPE ObjectType; in AcpiDmCommonAscendingOp() local
/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Daslload.c516 ACPI_OBJECT_TYPE ObjectType; in LdNamespace1Begin() local
1290 ACPI_OBJECT_TYPE ObjectType; in LdNamespace2Begin() local
1443 ACPI_OBJECT_TYPE ObjectType; in LdCommonNamespaceEnd() local
H A Daslxref.c417 ACPI_OBJECT_TYPE ObjectType; in XfNamespaceLocateBegin() local
/freebsd-13.1/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c260 UINT8 ObjectType; in AcpiExResolveOperands() local
/freebsd-13.1/sys/contrib/dev/acpica/components/utilities/
H A Dutcopy.c371 UINT8 ObjectType, in AcpiUtCopyIelementToEelement()
982 UINT8 ObjectType, in AcpiUtCopyIelementToIelement()
H A Dutobject.c755 UINT8 ObjectType, in AcpiUtGetElementLength()
/freebsd-13.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c191 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; in AcpiNsAttachObject() local
/freebsd-13.1/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c482 ACPI_OBJECT_TYPE ObjectType; in AcpiHwGetPciDeviceInfo() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp82 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, in CheckForTemplateAndDigraph()
155 CXXScopeSpec &SS, ParsedType ObjectType, bool ObjectHadErrors, in ParseOptionalCXXScopeSpecifier()
1705 ParsedType ObjectType) { in ParseCXXPseudoDestructor()
2320 CXXScopeSpec &SS, ParsedType ObjectType, bool ObjectHadErrors, in ParseUnqualifiedIdTemplateId()
2515 ParsedType ObjectType, in ParseUnqualifiedIdOperator()
2750 bool Parser::ParseUnqualifiedId(CXXScopeSpec &SS, ParsedType ObjectType, in ParseUnqualifiedId()
H A DParseExpr.cpp2089 ParsedType ObjectType; in ParsePostfixExpressionSuffix() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp254 const abi::__class_type_info *ObjectType = findBaseAtOffset( in getDynamicTypeInfoFromVtable() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp399 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in isNonTypeNestedNameSpecifier() local
508 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in BuildCXXNestedNameSpecifier() local
H A DSemaExprMember.cpp656 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); in LookupMemberExprInRecord() local
1003 ParsedType ObjectType; in BuildMemberReferenceExpr() local
H A DSemaExprCXX.cpp460 ParsedType ObjectType) { in getDestructorTypeForDecltype()
7245 ParsedType &ObjectType, in ActOnStartCXXMemberReference()
7384 static bool CheckArrow(Sema &S, QualType &ObjectType, Expr *&Base, in CheckArrow()
7457 QualType ObjectType; in BuildPseudoDestructorExpr() local
7581 QualType ObjectType; in ActOnPseudoDestructorExpr() local
7716 QualType ObjectType; in ActOnPseudoDestructorExpr() local
H A DTreeTransform.h4057 NestedNameSpecifierLoc NNS, QualType ObjectType, in TransformNestedNameSpecifierLoc()
4231 QualType ObjectType, in TransformTemplateName()
4824 QualType ObjectType, in TransformTypeInObjectScope()
4840 QualType ObjectType, in TransformTypeInObjectScope()
4852 TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, in TransformTSIInObjectScope()
11958 QualType ObjectType = ObjectTypePtr.get(); in TransformCXXPseudoDestructorExpr() local
13091 QualType ObjectType; in TransformCXXDependentScopeMemberExpr() local
14518 QualType ObjectType, in RebuildTemplateName()
14537 QualType ObjectType, in RebuildTemplateName()
H A DSemaOverload.cpp6756 QualType ObjectType; in AddFunctionCandidates() local
6810 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, in AddMethodCandidate()
6845 CXXRecordDecl *ActingContext, QualType ObjectType, in AddMethodCandidate()
7001 TemplateArgumentListInfo *ExplicitTemplateArgs, QualType ObjectType, in AddMethodTemplateCandidate()
7151 CXXRecordDecl *ActingContext, QualType ObjectType, in CheckNonDependentConversions()
14259 QualType ObjectType = UnresExpr->getBaseType(); in BuildCallToMemberFunction() local
H A DSemaAccess.cpp1583 QualType ObjectType, in isMemberAccessibleForDeletion()
H A DSemaDeclObjC.cpp3680 QualType ObjectType) { in HelperIsMethodInObjCType()
3691 QualType ObjectType) { in SelectorsForTypoCorrection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp922 Type *ObjectType = GVar->getValueType(); in getPointerAlignment() local
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp698 void ExprEngine::VisitCXXDestructor(QualType ObjectType, in VisitCXXDestructor()
/freebsd-13.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-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6481 ParsedType ObjectType; member
6495 : ObjectType(ObjectType), Identifier(II), IdentifierLoc(IdLoc), in ObjectType() function
7366 QualType ObjectType) { in isMemberAccessibleForDeletion()

12