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

12345

/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/CodeView/
H A DMethodListRecordBuilder.cpp46 void MethodListRecordBuilder::writeMethod(const MethodInfo &Method) { argument
47 writeMethod(Method.getAccess(), Method.getKind(), Method.getOptions(),
48 Method.getType(), Method.getVTableSlotOffset());
H A DFieldListRecordBuilder.cpp59 Builder.writeTypeRecordKind(TypeRecordKind::Method);
96 void FieldListRecordBuilder::writeOneMethod(const MethodInfo &Method, argument
98 writeOneMethod(Method.getAccess(), Method.getKind(), Method.getOptions(),
99 Method.getType(), Method.getVTableSlotOffset(), Name);
/freebsd-11.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c74 * ObjDesc - Method object attached to node
107 "Method auto-serialization parse [%4.4s] %p\n",
112 Op = AcpiPsAllocOp (AML_METHOD_OP, ObjDesc->Method.AmlStart);
131 ObjDesc->Method.AmlStart, ObjDesc->Method.AmlLength, NULL, 0);
191 WalkState->MethodDesc->Method.SyncLevel = 0;
192 WalkState->MethodDesc->Method.InfoFlags |=
196 "Method serialized [%4.4s] %p - [%s] (%4.4X)\n",
320 MutexDesc->Mutex.SyncLevel = MethodDesc->Method.SyncLevel;
321 MethodDesc->Method
[all...]
H A Ddsinit.c146 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED)
157 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED)
159 /* Method was just converted to Serialized */
/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c339 ACPI_NAMESPACE_NODE *Method; local
342 Method = AcpiDbConvertToNode (Name);
343 if (!Method)
348 if (Method->Type != ACPI_TYPE_METHOD)
351 Name, AcpiUtGetTypeName (Method->Type)));
355 ObjDesc = Method->Object;
357 Op = AcpiPsCreateScopeOp (ObjDesc->Method.AmlStart);
372 ObjDesc->Method.AmlStart,
373 ObjDesc->Method.AmlLength, NULL, ACPI_IMODE_LOAD_PASS1);
379 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method
[all...]
H A Ddbutils.c414 ACPI_PARSE_OBJECT *Method; local
431 Method = Op;
444 WalkState->ParserState.AmlStart = Method->Named.Data;
446 WalkState->ParserState.PkgEnd = Method->Named.Data +
447 Method->Named.Length;
457 BaseAmlOffset = (Method->Common.Value.Arg)->Common.AmlOffset + 1;
458 StartOp = (Method->Common.Value.Arg)->Common.Next;
473 * Method = (ACPI_DEFERRED_OP *) Op;
474 * Status = AcpiPsParseAml (Op, Method->Body, Method
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp148 Selector Sel, const ObjCMethodDecl *Method) {
149 if (!Method) {
156 QualType ReturnType = Method->getReturnType();
160 S.Diag(Method->getLocation(), diag::note_objc_literal_method_return)
282 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); local
283 if (!Method && S.getLangOpts().DebuggerObjCLiteral) {
286 Method =
294 ParmVarDecl *value = ParmVarDecl::Create(S.Context, Method,
299 Method->setMethodParams(S.Context, value, None);
302 if (!validateBoxingMethod(S, Loc, S.NSNumberDecl, Sel, Method))
146 validateBoxingMethod(Sema &S, SourceLocation Loc, const ObjCInterfaceDecl *Class, Selector Sel, const ObjCMethodDecl *Method) argument
343 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, local
782 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); local
888 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); local
1098 HelperToDiagnoseMismatchedMethodsInGlobalPool(Sema &S, SourceLocation AtLoc, SourceLocation LParenLoc, SourceLocation RParenLoc, ObjCMethodDecl *Method, ObjCMethodList &MethList) argument
1129 DiagnoseMismatchedSelectors(Sema &S, SourceLocation AtLoc, ObjCMethodDecl *Method, SourceLocation LParenLoc, SourceLocation RParenLoc, bool WarnMultipleSelectors) argument
1160 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, local
1276 getBaseMessageSendResultType(Sema &S, QualType ReceiverType, ObjCMethodDecl *Method, bool isClassMessage, bool isSuperMessage) argument
1341 getMessageSendResultType(QualType ReceiverType, ObjCMethodDecl *Method, bool isClassMessage, bool isSuperMessage) argument
1475 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); local
1495 CheckMessageArgumentTypes(QualType ReceiverType, MultiExprArg Args, Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, bool isClassMessage, bool isSuperMessage, SourceLocation lbrac, SourceLocation rbrac, SourceRange RecRange, QualType &ReturnType, ExprValueKind &VK) argument
1701 ObjCMethodDecl *Method = local
2023 ObjCInterfaceOrSuperCCC(ObjCMethodDecl *Method) argument
2143 ObjCMethodDecl *Method = tryCaptureObjCSelf(SuperLoc); local
2187 BuildClassMessageImplicit(QualType ReceiverType, bool isSuperReceiver, SourceLocation Loc, Selector Sel, ObjCMethodDecl *Method, MultiExprArg Args) argument
2251 DiagnoseCStringFormatDirectiveInObjCAPI(Sema &S, ObjCMethodDecl *Method, Selector Sel, Expr **Args, unsigned NumArgs) argument
2315 BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn, bool isImplicit) argument
2478 BuildInstanceMessageImplicit(Expr *Receiver, QualType ReceiverType, SourceLocation Loc, Selector Sel, ObjCMethodDecl *Method, MultiExprArg Args) argument
2518 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.cpp1661 for (const auto *Method : CAT->methods()) {
1662 const ObjCMethodDecl *&PrevMethod = MethodMap[Method->getSelector()];
1664 (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) &&
1665 !MatchTwoMethodDeclarations(Method, PrevMethod)) {
1666 Diag(Method->getLocation(), diag::err_duplicate_method_decl)
1667 << Method->getDeclName();
2465 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, argument
2469 CheckMethodOverrideReturn(*this, Method, Overridden,
2473 for (ObjCMethodDecl::param_iterator IM = Method->param_begin(),
2474 IF = Overridden->param_begin(), EM = Method
3150 addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method) argument
3225 AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance) argument
3401 HelperSelectorsForTypoCorrection( SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, StringRef Typo, const ObjCMethodDecl * Method) argument
3570 ObjCMethodDecl *Method = local
3763 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, ObjCInterfaceDecl *CurrentClass) argument
3804 ObjCMethodDecl *Method; member in class:__anon4019::OverrideSearch
4543 GetIvarBackingPropertyAccessor(const ObjCMethodDecl *Method, const ObjCPropertyDecl *&PDecl) const argument
4574 const ObjCMethodDecl *Method; member in class:__anon4020::UnusedBackingIvarChecker
4579 UnusedBackingIvarChecker(Sema &S, const ObjCMethodDecl *Method, const ObjCIvarDecl *IvarD) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DABI.h191 const CXXMethodDecl *Method; member in struct:clang::ThunkInfo
193 ThunkInfo() : Method(nullptr) { }
196 const CXXMethodDecl *Method = nullptr)
197 : This(This), Return(Return), Method(Method) {}
201 LHS.Method == RHS.Method;
205 return This.isEmpty() && Return.isEmpty() && Method == nullptr;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprObjC.cpp21 ObjCMethodDecl *Method, SourceRange SR)
24 NumElements(Elements.size()), Range(SR), ArrayWithObjectsMethod(Method) {
40 QualType T, ObjCMethodDecl *Method,
43 return new (Mem) ObjCArrayLiteral(Elements, T, Method, SR);
123 ObjCMethodDecl *Method, ArrayRef<Expr *> Args,
130 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())),
132 HasMethod(Method != nullptr), IsDelegateInitCall(false),
144 ObjCMethodDecl *Method, ArrayRef<Expr *> Args,
150 reinterpret_cast<uintptr_t>(Method
20 ObjCArrayLiteral(ArrayRef<Expr *> Elements, QualType T, ObjCMethodDecl *Method, SourceRange SR) argument
38 Create(const ASTContext &C, ArrayRef<Expr *> Elements, QualType T, ObjCMethodDecl *Method, SourceRange SR) argument
117 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, SourceLocation SuperLoc, bool IsInstanceSuper, QualType SuperType, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
139 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, TypeSourceInfo *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
157 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
201 Create(const ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, SourceLocation SuperLoc, bool IsInstanceSuper, QualType SuperType, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
221 Create(const ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, TypeSourceInfo *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
240 Create(const ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
[all...]
H A DDeclObjC.cpp693 ObjCMethodDecl *Method = nullptr; local
695 Method = Instance ? ImpDecl->getInstanceMethod(Sel)
699 if (!Method)
700 Method = getCategoryMethod(Sel, Instance);
705 if (!Instance && !Method && !getSuperClass()) {
706 Method = lookupInstanceMethod(Sel);
709 if (!Method)
710 Method = lookupPrivateMethod(Sel, true);
713 if (!Method && getSuperClass())
715 return Method;
1076 CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods, bool MovedToSuper) argument
1138 CollectOverriddenMethods(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods) argument
1145 collectOverriddenMethodsSlow(const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &overridden) argument
1188 const ObjCMethodDecl *Method = this; local
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DMethodListRecordBuilder.h30 void writeMethod(const MethodInfo &Method);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCXXInheritance.h232 : Method(nullptr), Subobject(0), InVirtualSubobject(nullptr) { }
234 UniqueVirtualMethod(CXXMethodDecl *Method, unsigned Subobject, argument
236 : Method(Method), Subobject(Subobject),
240 CXXMethodDecl *Method; member in struct:clang::UniqueVirtualMethod
253 return X.Method == Y.Method && X.Subobject == Y.Subobject &&
/freebsd-11.0-release/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c111 * PARAMETERS: Info - Method info block, contains:
112 * Node - Method Node to execute
113 * ObjDesc - Method object
170 "**** Begin Method Parse/Execute [%4.4s] **** Node=%p Obj=%p\n",
175 Op = AcpiPsCreateScopeOp (Info->ObjDesc->Method.AmlStart);
186 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL);
194 Info->ObjDesc->Method.AmlStart,
195 Info->ObjDesc->Method.AmlLength, Info, Info->PassNumber);
202 if (Info->ObjDesc->Method.InfoFlags & ACPI_METHOD_MODULE_LEVEL)
209 if (Info->ObjDesc->Method
[all...]
H A Dpsloop.c332 Next = Next->Method.Mutex;
340 ((Prev->Method.AmlStart + Prev->Method.AmlLength) != AmlStart))
362 MethodObj->Method.AmlStart = AmlStart;
363 MethodObj->Method.AmlLength = AmlLength;
364 MethodObj->Method.OwnerId = OwnerId;
365 MethodObj->Method.InfoFlags |= ACPI_METHOD_MODULE_LEVEL;
371 MethodObj->Method.NextObject =
380 Prev->Method.Mutex = MethodObj;
388 Prev->Method
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnseval.c68 * PrefixNode - Prefix or Method/Object Node to execute
229 ACPI_ERROR ((AE_INFO, "%s: Method has no attached sub-object",
238 Info->ObjDesc->Method.AmlStart + 1,
239 Info->ObjDesc->Method.AmlLength - 1));
386 Next = Next->Method.Mutex;
390 Prev->Method.Mutex = NULL;
444 ACPI_NAMESPACE_NODE, MethodObj->Method.NextObject);
456 MethodObj->Method.Dispatch.Handler =
462 MethodObj->Method.NextObject = NULL;
494 MethodObj->Method
[all...]
H A Dnsxfname.c356 ParamCount = Node->Object->Method.ParamCount;
699 MethodObj->Method.AmlStart = AmlBuffer;
700 MethodObj->Method.AmlLength = AmlLength;
702 MethodObj->Method.ParamCount = (UINT8)
707 MethodObj->Method.InfoFlags = ACPI_METHOD_SERIALIZED;
709 MethodObj->Method.SyncLevel = (UINT8)
H A Dnsarguments.c58 * PARAMETERS: Info - Method execution information block
180 AmlParamCount = Node->Object->Method.ParamCount;
257 AmlParamCount = Node->Object->Method.ParamCount;
H A Dnsdump.c333 (UINT32) ObjDesc->Method.ParamCount,
334 ObjDesc->Method.AmlLength, ObjDesc->Method.AmlStart);
497 /* Name is a Method and its AML offset/length are set */
499 AcpiOsPrintf (" M:%p-%X\n", ObjDesc->Method.AmlStart,
500 ObjDesc->Method.AmlLength);
630 ObjDesc = (void *) ObjDesc->Method.AmlStart;
/freebsd-11.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexcreate.c535 ObjDesc->Method.AmlStart = AmlStart;
536 ObjDesc->Method.AmlLength = AmlLength;
537 ObjDesc->Method.Node = Operand[0];
544 ObjDesc->Method.ParamCount = (UINT8)
553 ObjDesc->Method.InfoFlags = ACPI_METHOD_SERIALIZED;
559 ObjDesc->Method.SyncLevel = (UINT8)
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCUtils.h75 MemberFnWrapper(ClassT &Instance, MethodT Method) argument
76 : Instance(Instance), Method(Method) {}
78 return (Instance.*Method)(Args...);
83 MethodT Method; member in class:llvm::orc::remote::RPCBase::MemberFnWrapper
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutdelete.c213 "***** Method %p\n", Object));
217 if (Object->Method.Mutex)
219 AcpiOsDeleteMutex (Object->Method.Mutex->Mutex.OsMutex);
220 AcpiUtDeleteObjectDesc (Object->Method.Mutex);
221 Object->Method.Mutex = NULL;
224 if (Object->Method.Node)
226 Object->Method.Node = NULL;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp628 const ObjCMethodDecl *Method = nullptr; local
646 Method = InterfaceDecl->lookupInstanceMethod(Sel);
647 if (!Method)
648 Method = InterfaceDecl->lookupClassMethod(Sel);
654 return Method ? Method : MessageExpr->getMethodDecl();
661 const ObjCMethodDecl *Method, ArrayRef<QualType> TypeArgs,
663 QualType StaticResultType = Method->getReturnType();
698 const ObjCMethodDecl *Method = local
702 if (!Method)
660 getReturnTypeForMethod( const ObjCMethodDecl *Method, ArrayRef<QualType> TypeArgs, const ObjCObjectPointerType *SelfType, ASTContext &C) argument
804 const ObjCMethodDecl *Method = local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp300 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method);
304 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
378 FunctionDecl *Old = cast<FunctionDecl>(LM.Method)->getPreviousDecl();
397 ExceptionSpecEnd.setEofData(LM.Method);
413 CXXMethodDecl *Method; local
415 = dyn_cast<FunctionTemplateDecl>(LM.Method))
416 Method = cast<CXXMethodDecl>(FunTmpl->getTemplatedDecl());
418 Method = cast<CXXMethodDecl>(LM.Method);
420 Sema::CXXThisScopeRAII ThisScope(Actions, Method
[all...]
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp77 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) {
79 if (S_OK == (Symbol->*Method)(&Value))
87 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) {
89 if (S_OK == (Symbol->*Method)(&Value))
97 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) {
99 if (S_OK != (Symbol->*Method)(&Result16))
112 HRESULT (__stdcall IDiaSymbol::*Method)(GUID *)) {
114 if (S_OK != (Symbol->*Method)(&Result))
127 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) {
129 if (S_OK == (Symbol->*Method)(
[all...]

Completed in 157 milliseconds

12345