Searched refs:Method (Results 1 - 25 of 87) sorted by relevance

1234

/freebsd-10.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c170 MutexDesc->Mutex.SyncLevel = MethodDesc->Method.SyncLevel;
171 MethodDesc->Method.Mutex = MutexDesc;
212 if (ObjDesc->Method.ThreadCount == ACPI_UINT8_MAX)
215 "Method reached maximum reentrancy limit (255)"));
222 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED)
229 if (!ObjDesc->Method.Mutex)
246 (WalkState->Thread->CurrentSyncLevel > ObjDesc->Method.Mutex->Mutex.SyncLevel))
261 !ObjDesc->Method.Mutex->Mutex.ThreadId ||
262 (WalkState->Thread->ThreadId != ObjDesc->Method.Mutex->Mutex.ThreadId))
268 Status = AcpiExSystemWaitMutex (ObjDesc->Method
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DObjCMethodList.h25 ObjCMethodDecl *Method; member in struct:clang::ObjCMethodList
29 ObjCMethodList() : Method(0) { }
31 : Method(M), NextAndExtraBits(C, 0) { }
/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c343 ACPI_NAMESPACE_NODE *Method; local
346 Method = AcpiDbConvertToNode (Name);
347 if (!Method)
352 if (Method->Type != ACPI_TYPE_METHOD)
355 Name, AcpiUtGetTypeName (Method->Type)));
359 ObjDesc = Method->Object;
376 ObjDesc->Method.AmlStart,
377 ObjDesc->Method.AmlLength, NULL, ACPI_IMODE_LOAD_PASS1);
383 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId);
384 WalkState->OwnerId = ObjDesc->Method
[all...]
H A Ddbutils.c412 ACPI_PARSE_OBJECT *Method; local
429 Method = Op;
442 WalkState->ParserState.AmlStart = Method->Named.Data;
444 WalkState->ParserState.PkgEnd = Method->Named.Data +
445 Method->Named.Length;
455 BaseAmlOffset = (Method->Common.Value.Arg)->Common.AmlOffset + 1;
456 StartOp = (Method->Common.Value.Arg)->Common.Next;
471 * Method = (ACPI_DEFERRED_OP *) Op;
472 * Status = AcpiPsParseAml (Op, Method->Body, Method
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DModuleBuilder.cpp87 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(*M))
88 if (Method->doesThisDeclarationHaveABody() &&
89 (Method->hasAttr<UsedAttr>() ||
90 Method->hasAttr<ConstructorAttr>()))
91 Builder->EmitTopLevelDecl(Method);
H A DCGObjCRuntime.h127 const ObjCMethodDecl *Method) = 0;
150 /// \param Method - The method being called, this may be null if synthesizing
160 const ObjCMethodDecl *Method = 0) = 0;
166 /// \param Method - The method being called, this may be null if synthesizing
178 const ObjCMethodDecl *Method = 0) = 0;
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCXXInheritance.h235 UniqueVirtualMethod() : Method(0), Subobject(0), InVirtualSubobject(0) { }
237 UniqueVirtualMethod(CXXMethodDecl *Method, unsigned Subobject, argument
239 : Method(Method), Subobject(Subobject),
243 CXXMethodDecl *Method; member in struct:clang::UniqueVirtualMethod
256 return X.Method == Y.Method && X.Subobject == Y.Subobject &&
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp147 Selector Sel, const ObjCMethodDecl *Method) {
148 if (!Method) {
155 QualType ReturnType = Method->getResultType();
159 S.Diag(Method->getLocation(), diag::note_objc_literal_method_return)
224 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); local
225 if (!Method && S.getLangOpts().DebuggerObjCLiteral) {
228 Method = ObjCMethodDecl::Create(CX, SourceLocation(), SourceLocation(), Sel,
237 ParmVarDecl *value = ParmVarDecl::Create(S.Context, Method,
242 Method->setMethodParams(S.Context, value, None);
245 if (!validateBoxingMethod(S, Loc, S.NSNumberDecl, Sel, Method))
145 validateBoxingMethod(Sema &S, SourceLocation Loc, const ObjCInterfaceDecl *Class, Selector Sel, const ObjCMethodDecl *Method) argument
285 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, local
640 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); local
757 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); local
966 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, local
1053 getMessageSendResultType(QualType ReceiverType, ObjCMethodDecl *Method, bool isClassMessage, bool isSuperMessage) argument
1165 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); local
1186 CheckMessageArgumentTypes(QualType ReceiverType, Expr **Args, unsigned NumArgs, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, bool isClassMessage, bool isSuperMessage, SourceLocation lbrac, SourceLocation rbrac, QualType &ReturnType, ExprValueKind &VK) argument
1421 ObjCMethodDecl *Method = ME->getMethodDecl(); local
1726 ObjCInterfaceOrSuperCCC(ObjCMethodDecl *Method) argument
1852 ObjCMethodDecl *Method = tryCaptureObjCSelf(SuperLoc); local
1897 BuildClassMessageImplicit(QualType ReceiverType, bool isSuperReceiver, SourceLocation Loc, Selector Sel, ObjCMethodDecl *Method, MultiExprArg Args) argument
1986 BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
2122 BuildInstanceMessageImplicit(Expr *Receiver, QualType ReceiverType, SourceLocation Loc, Selector Sel, ObjCMethodDecl *Method, MultiExprArg Args) argument
2162 BuildInstanceMessage(Expr *Receiver, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
[all...]
H A DSemaDeclObjC.cpp784 ObjCMethodDecl *Method = *i; local
785 const ObjCMethodDecl *&PrevMethod = MethodMap[Method->getSelector()];
786 if (PrevMethod && !MatchTwoMethodDeclarations(Method, PrevMethod)) {
787 Diag(Method->getLocation(), diag::err_duplicate_method_decl)
788 << Method->getDeclName();
1504 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, argument
1508 CheckMethodOverrideReturn(*this, Method, Overridden,
1512 for (ObjCMethodDecl::param_iterator IM = Method->param_begin(),
1513 IF = Overridden->param_begin(), EM = Method->param_end(),
1516 CheckMethodOverrideParam(*this, Method, Overridde
2077 addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method) argument
2134 AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance) argument
2341 ObjCMethodDecl *Method = local
2599 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, ObjCInterfaceDecl *CurrentClass) argument
2640 ObjCMethodDecl *Method; member in class:__anon3229::OverrideSearch
[all...]
H A DSemaLambda.cpp71 CXXMethodDecl *Method local
81 Method->setAccess(AS_public);
85 Method->setLexicalDeclContext(CurContext);
89 Method->setParams(Params);
94 for (CXXMethodDecl::param_iterator P = Method->param_begin(),
95 PEnd = Method->param_end();
97 (*P)->setOwningFunction(Method);
141 ManglingNumber = Context.getLambdaManglingNumber(Method);
163 .getManglingNumber(Method);
169 return Method;
499 CXXMethodDecl *Method = startLambdaDefinition(Class, Intro.Range, local
[all...]
H A DSemaTemplateInstantiateDecl.cpp1550 CXXMethodDecl *Method = 0; local
1556 Method = CXXConstructorDecl::Create(SemaRef.Context, Record,
1589 cast<CXXConstructorDecl>(Method)->setInheritedConstructor(Inh);
1592 Method = CXXDestructorDecl::Create(SemaRef.Context, Record,
1597 Method = CXXConversionDecl::Create(SemaRef.Context, Record,
1605 Method = CXXMethodDecl::Create(SemaRef.Context, Record,
1612 Method->setImplicitlyInline();
1615 Method->setQualifierInfo(QualifierLoc);
1632 Method->getLocation(),
1633 Method
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c128 * PARAMETERS: Info - Method info struct
183 * PARAMETERS: Info - Method info struct
234 * PARAMETERS: Info - Method info block, contains:
235 * Node - Method Node to execute
236 * ObjDesc - Method object
297 "**** Begin Method Parse/Execute [%4.4s] **** Node=%p Obj=%p\n",
313 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL);
321 Info->ObjDesc->Method.AmlStart,
322 Info->ObjDesc->Method.AmlLength, Info, Info->PassNumber);
329 if (Info->ObjDesc->Method
[all...]
H A Dpsloop.c329 Next = Next->Method.Mutex;
337 ((Prev->Method.AmlStart + Prev->Method.AmlLength) != AmlStart))
356 MethodObj->Method.AmlStart = AmlStart;
357 MethodObj->Method.AmlLength = AmlLength;
358 MethodObj->Method.OwnerId = OwnerId;
359 MethodObj->Method.InfoFlags |= ACPI_METHOD_MODULE_LEVEL;
365 MethodObj->Method.NextObject =
374 Prev->Method.Mutex = MethodObj;
379 Prev->Method
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnseval.c69 * PrefixNode - Prefix or Method/Object Node to execute
232 ACPI_ERROR ((AE_INFO, "%s: Method has no attached sub-object",
241 Info->ObjDesc->Method.AmlStart + 1,
242 Info->ObjDesc->Method.AmlLength - 1));
388 Next = Next->Method.Mutex;
392 Prev->Method.Mutex = NULL;
446 MethodObj->Method.NextObject);
458 MethodObj->Method.Dispatch.Handler =
464 MethodObj->Method.NextObject = NULL;
496 MethodObj->Method
[all...]
H A Dnsxfname.c348 ParamCount = Node->Object->Method.ParamCount;
691 MethodObj->Method.AmlStart = AmlBuffer;
692 MethodObj->Method.AmlLength = AmlLength;
694 MethodObj->Method.ParamCount = (UINT8)
699 MethodObj->Method.InfoFlags = ACPI_METHOD_SERIALIZED;
701 MethodObj->Method.SyncLevel = (UINT8)
H A Dnsarguments.c58 * PARAMETERS: Info - Method execution information block
179 AmlParamCount = Node->Object->Method.ParamCount;
256 AmlParamCount = Node->Object->Method.ParamCount;
H A Dnsdump.c331 (UINT32) ObjDesc->Method.ParamCount,
332 ObjDesc->Method.AmlLength, ObjDesc->Method.AmlStart);
495 /* Name is a Method and its AML offset/length are set */
497 AcpiOsPrintf (" M:%p-%X\n", ObjDesc->Method.AmlStart,
498 ObjDesc->Method.AmlLength);
623 ObjDesc = (void *) ObjDesc->Method.AmlStart;
H A Dnsaccess.c171 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val);
178 NewNode->Value = ObjDesc->Method.ParamCount;
182 ObjDesc->Method.InfoFlags = ACPI_METHOD_INTERNAL_ONLY;
183 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation;
358 * Device/Method, etc.) It could be a Package or other object
H A Dnsxfeval.c316 if (Info->ObjDesc->Method.ParamCount > Info->ParamCount)
321 Info->ObjDesc->Method.ParamCount));
327 else if (Info->ObjDesc->Method.ParamCount < Info->ParamCount)
332 Info->ObjDesc->Method.ParamCount));
336 Info->ParamCount = Info->ObjDesc->Method.ParamCount;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp512 ObjCMethodDecl *Method = 0; local
514 Method = Instance ? ImpDecl->getInstanceMethod(Sel)
518 if (!Method)
519 Method = Instance ? getCategoryInstanceMethod(Sel)
525 if (!Instance && !Method && !getSuperClass()) {
526 Method = lookupInstanceMethod(Sel);
529 if (!Method)
530 Method = lookupPrivateMethod(Sel, true);
533 if (!Method && getSuperClass())
535 return Method;
846 CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods, bool MovedToSuper) argument
919 CollectOverriddenMethods(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods) argument
926 collectOverriddenMethodsSlow(const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &overridden) argument
969 const ObjCMethodDecl *Method = this; local
[all...]
H A DMangle.cpp114 if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(DC)) {
115 mangleObjCMethodName(Method, Stream);
/freebsd-10.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexcreate.c529 ObjDesc->Method.AmlStart = AmlStart;
530 ObjDesc->Method.AmlLength = AmlLength;
537 ObjDesc->Method.ParamCount = (UINT8) (MethodFlags & AML_METHOD_ARG_COUNT);
545 ObjDesc->Method.InfoFlags = ACPI_METHOD_SERIALIZED;
551 ObjDesc->Method.SyncLevel = (UINT8)
H A Dexdump.c147 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.InfoFlags), "Info Flags"},
148 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ParamCount), "Parameter Count"},
149 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.SyncLevel), "Sync Level"},
150 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Method.Mutex), "Mutex"},
151 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.OwnerId), "Owner Id"},
152 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ThreadCount), "Thread Count"},
153 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Method.AmlLength), "Aml Length"},
154 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Method.AmlStart), "Aml Start"}
713 AcpiOsPrintf ("Method(%X) @ %p:%X\n",
714 ObjDesc->Method
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutdelete.c214 "***** Method %p\n", Object));
218 if (Object->Method.Mutex)
220 AcpiOsDeleteMutex (Object->Method.Mutex->Mutex.OsMutex);
221 AcpiUtDeleteObjectDesc (Object->Method.Mutex);
222 Object->Method.Mutex = NULL;
/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Ddmextern.c364 * Value - Arg count if adding a Method object
558 * External (<Method namepath>, MethodObj, <ArgCount>)
599 MethodName = strtok (NULL, METHOD_SEPARATORS); /* Method namepath */
658 * Value - Arg count if adding a Method object
862 ObjDesc->Method.ParamCount = (UINT8) External->Value;
1014 ") // Warning: Unresolved Method, "
1137 Method (ABCD, 1)
1140 Method (EFGH, 0)
1143 Method (T1)
1147 Method (T
[all...]

Completed in 291 milliseconds

1234