| /freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dswload.c | 260 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1BeginOp() local 556 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1EndOp() local
|
| H A D | dswload2.c | 186 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2BeginOp() local 528 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2EndOp() local
|
| H A D | dspkginit.c | 478 UINT8 ObjectType, in AcpiDsInitPackageElement()
|
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslload.c | 467 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 D | aslxref.c | 439 ACPI_OBJECT_TYPE ObjectType; in XfNamespaceLocateBegin() local
|
| /freebsd-12.1/sys/contrib/dev/acpica/common/ |
| H A D | adwalk.c | 747 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 D | exresop.c | 260 UINT8 ObjectType; in AcpiExResolveOperands() local
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utcopy.c | 371 UINT8 ObjectType, in AcpiUtCopyIelementToEelement() 982 UINT8 ObjectType, in AcpiUtCopyIelementToIelement()
|
| H A D | utobject.c | 755 UINT8 ObjectType, in AcpiUtGetElementLength()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsobject.c | 191 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; in AcpiNsAttachObject() local
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/hardware/ |
| H A D | hwpci.c | 482 ACPI_OBJECT_TYPE ObjectType; in AcpiHwGetPciDeviceInfo() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 80 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 D | ParseExpr.cpp | 1726 ParsedType ObjectType; in ParsePostfixExpressionSuffix() local
|
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan/ |
| H A D | ubsan_type_hash_itanium.cc | 254 const abi::__class_type_info *ObjectType = findBaseAtOffset( in getDynamicTypeInfoFromVtable() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 386 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in isNonTypeNestedNameSpecifier() local 490 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); in BuildCXXNestedNameSpecifier() local
|
| H A D | SemaExprMember.cpp | 655 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); in LookupMemberExprInRecord() local 998 ParsedType ObjectType; in BuildMemberReferenceExpr() local
|
| H A D | SemaExprCXX.cpp | 381 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 D | TreeTransform.h | 3566 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 D | SemaOverload.cpp | 6466 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 D | SemaDeclObjC.cpp | 3643 QualType ObjectType) { in HelperIsMethodInObjCType() 3654 QualType ObjectType) { in SelectorsForTypoCorrection()
|
| H A D | SemaTemplate.cpp | 195 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 D | Value.cpp | 658 Type *ObjectType = GVar->getValueType(); in getPointerAlignment() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 600 void ExprEngine::VisitCXXDestructor(QualType ObjectType, in VisitCXXDestructor()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | aclocal.h | 519 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 D | Sema.h | 5397 ParsedType ObjectType; member 5411 : ObjectType(ObjectType), Identifier(II), IdentifierLoc(IdLoc), in ObjectType() function
|