Home
last modified time | relevance | path

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

12

/freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c260 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1BeginOp() local
556 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1EndOp() local
H A Ddswload2.c186 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2BeginOp() local
528 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2EndOp() local
H A Ddspkginit.c478 UINT8 ObjectType, in AcpiDsInitPackageElement()
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslload.c467 ACPI_OBJECT_TYPE ObjectType; in LdNamespace1Begin() local
1014 ACPI_OBJECT_TYPE ObjectType; in LdNamespace2Begin() local
1160 ACPI_OBJECT_TYPE ObjectType; in LdCommonNamespaceEnd() local
H A Daslxref.c439 ACPI_OBJECT_TYPE ObjectType; in XfNamespaceLocateBegin() local
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Dadwalk.c747 ACPI_OBJECT_TYPE ObjectType; in AcpiDmLoadDescendingOp() local
882 ACPI_OBJECT_TYPE ObjectType; in AcpiDmXrefDescendingOp() local
1121 ACPI_OBJECT_TYPE ObjectType; in AcpiDmProcessResourceDescriptors() local
1173 ACPI_OBJECT_TYPE ObjectType; in AcpiDmCommonAscendingOp() local
/freebsd-12.1/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c260 UINT8 ObjectType; in AcpiExResolveOperands() local
/freebsd-12.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-12.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c191 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; in AcpiNsAttachObject() local
/freebsd-12.1/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c482 ACPI_OBJECT_TYPE ObjectType; in AcpiHwGetPciDeviceInfo() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp80 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, in CheckForTemplateAndDigraph()
148 ParsedType ObjectType, in ParseOptionalCXXScopeSpecifier()
1513 ParsedType ObjectType) { in ParseCXXPseudoDestructor()
2068 ParsedType ObjectType, in ParseUnqualifiedIdTemplateId()
2256 ParsedType ObjectType, in ParseUnqualifiedIdOperator()
2490 ParsedType ObjectType, in ParseUnqualifiedId()
H A DParseExpr.cpp1726 ParsedType ObjectType; in ParsePostfixExpressionSuffix() local
/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
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp386 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in isNonTypeNestedNameSpecifier() local
490 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in BuildCXXNestedNameSpecifier() local
H A DSemaExprMember.cpp655 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); in LookupMemberExprInRecord() local
998 ParsedType ObjectType; in BuildMemberReferenceExpr() local
H A DSemaExprCXX.cpp381 ParsedType ObjectType) { in getDestructorTypeForDecltype()
6678 ParsedType &ObjectType, in ActOnStartCXXMemberReference()
6818 static bool CheckArrow(Sema& S, QualType& ObjectType, Expr *&Base, in CheckArrow()
6878 QualType ObjectType; in BuildPseudoDestructorExpr() local
7002 QualType ObjectType; in ActOnPseudoDestructorExpr() local
7135 QualType ObjectType; in ActOnPseudoDestructorExpr() local
H A DTreeTransform.h3566 QualType ObjectType, in TransformNestedNameSpecifierLoc()
3742 QualType ObjectType, in TransformTemplateName()
4341 QualType ObjectType, in TransformTypeInObjectScope()
4357 QualType ObjectType, in TransformTypeInObjectScope()
4369 TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, in TransformTSIInObjectScope()
10404 QualType ObjectType = ObjectTypePtr.get(); in TransformCXXPseudoDestructorExpr() local
11278 QualType ObjectType; in TransformCXXDependentScopeMemberExpr() local
12646 QualType ObjectType, in RebuildTemplateName()
12666 QualType ObjectType, in RebuildTemplateName()
H A DSemaOverload.cpp6466 QualType ObjectType; in AddFunctionCandidates() local
6520 QualType ObjectType, in AddMethodCandidate()
6554 CXXRecordDecl *ActingContext, QualType ObjectType, in AddMethodCandidate()
6695 QualType ObjectType, in AddMethodTemplateCandidate()
6823 CXXRecordDecl *ActingContext, QualType ObjectType, in CheckNonDependentConversions()
12930 QualType ObjectType = UnresExpr->getBaseType(); in BuildCallToMemberFunction() local
H A DSemaDeclObjC.cpp3643 QualType ObjectType) { in HelperIsMethodInObjCType()
3654 QualType ObjectType) { in SelectorsForTypoCorrection()
H A DSemaTemplate.cpp195 QualType ObjectType = ObjectTypePtr.get(); in isTemplateName() local
316 QualType ObjectType, in LookupTemplateName()
4218 ParsedType ObjectType, in ActOnDependentTemplateName()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DValue.cpp658 Type *ObjectType = GVar->getValueType(); in getPointerAlignment() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp600 void ExprEngine::VisitCXXDestructor(QualType ObjectType, in VisitCXXDestructor()
/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/tools/clang/include/clang/Sema/
H A DSema.h5397 ParsedType ObjectType; member
5411 : ObjectType(ObjectType), Identifier(II), IdentifierLoc(IdLoc), in ObjectType() function

12