Searched defs:ObjectType (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c154 ACPI_OBJECT_TYPE ObjectType; local
450 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Ddswload2.c78 ACPI_OBJECT_TYPE ObjectType; local
390 ACPI_OBJECT_TYPE ObjectType; local
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c152 UINT8 ObjectType; local
/freebsd-11.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c83 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; local
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Daslload.c346 ACPI_OBJECT_TYPE ObjectType; local
802 ACPI_OBJECT_TYPE ObjectType; local
932 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Daslxref.c347 ACPI_OBJECT_TYPE ObjectType; local
/freebsd-11.0-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c374 ACPI_OBJECT_TYPE ObjectType; local
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutcopy.c262 AcpiUtCopyIelementToEelement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
873 AcpiUtCopyIelementToIelement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
H A Dutobject.c642 AcpiUtGetElementLength( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
/freebsd-11.0-release/contrib/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cc244 const abi::__class_type_info *ObjectType = findBaseAtOffset( local
/freebsd-11.0-release/sys/contrib/dev/acpica/common/
H A Dadwalk.c620 ACPI_OBJECT_TYPE ObjectType; local
756 ACPI_OBJECT_TYPE ObjectType; local
977 ACPI_OBJECT_TYPE ObjectType; local
1031 ACPI_OBJECT_TYPE ObjectType; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp362 QualType ObjectType = GetTypeFromParser(ObjectTypePtr); local
456 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
796 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
844 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument
[all...]
H A DSemaExprMember.cpp599 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); local
996 ParsedType ObjectType; local
H A DSemaTemplateInstantiate.cpp1000 TransformTemplateName(CXXScopeSpec &SS, TemplateName Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
H A DSemaDeclObjC.cpp3423 HelperIsMethodInObjCType(Sema &S, Selector Sel, QualType ObjectType) argument
3434 SelectorsForTypoCorrection(Selector Sel, QualType ObjectType) argument
[all...]
H A DSemaExprCXX.cpp326 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) { argument
5773 static bool CheckArrow(Sema& S, QualType& ObjectType, Expr *&Base, argument
5630 ActOnStartCXXMemberReference(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, ParsedType &ObjectType, bool &MayBePseudoDestructor) argument
5816 QualType ObjectType; local
5919 QualType ObjectType; local
6046 QualType ObjectType; local
[all...]
H A DSemaOverload.cpp6095 ObjectType, ObjectClassification, local
6281 ActingContext, ObjectType, ObjectClassification, Args, local
6073 AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, Expr::Classification ObjectClassification, ArrayRef<Expr *> Args, OverloadCandidateSet& CandidateSet, bool SuppressUserConversions) argument
6109 AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, CXXRecordDecl *ActingContext, QualType ObjectType, Expr::Classification ObjectClassification, ArrayRef<Expr *> Args, OverloadCandidateSet &CandidateSet, bool SuppressUserConversions, bool PartialOverloading) argument
6235 AddMethodTemplateCandidate(FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl, CXXRecordDecl *ActingContext, TemplateArgumentListInfo *ExplicitTemplateArgs, QualType ObjectType, Expr::Classification ObjectClassification, ArrayRef<Expr *> Args, OverloadCandidateSet& CandidateSet, bool SuppressUserConversions, bool PartialOverloading) argument
[all...]
H A DSemaTemplate.cpp167 QualType ObjectType = ObjectTypePtr.get(); local
248 LookupTemplateName(LookupResult &Found, Scope *S, CXXScopeSpec &SS, QualType ObjectType, bool EnteringContext, bool &MemberOfUnknownSpecialization) argument
2980 ActOnDependentTemplateName(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Name, ParsedType ObjectType, bool EnteringContext, TemplateTy &Result) argument
[all...]
H A DSemaDecl.cpp251 QualType ObjectType = ObjectTypePtr.get(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp355 void ExprEngine::VisitCXXDestructor(QualType ObjectType, argument
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h189 enum ObjectType { DefaultType, SpillSlot, VariableSized }; enum in struct:llvm::yaml::MachineStackObject
241 enum ObjectType { DefaultType, SpillSlot }; enum in struct:llvm::yaml::FixedMachineStackObject
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1585 ParsedType ObjectType; local
H A DParseExprCXX.cpp80 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, argument
187 ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS, ParsedType ObjectType, bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, IdentifierInfo **LastII) argument
1457 ParseCXXPseudoDestructor(Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, ParsedType ObjectType) argument
1946 ParseUnqualifiedIdTemplateId(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, IdentifierInfo *Name, SourceLocation NameLoc, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Id, bool AssumeTemplateId) argument
2153 ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Result) argument
2382 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1563 Type *ObjectType = GVar->getType()->getElementType(); local
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Daclocal.h410 UINT8 ObjectType[4]; member in struct:acpi_package_info2
421 UINT8 ObjectType[2]; member in struct:acpi_package_info3
871 UINT8 ObjectType; /* Corresponding internal object type */ member in struct:acpi_opcode_info

Completed in 448 milliseconds

12