Home
last modified time | relevance | path

Searched refs:Method (Results 1 – 25 of 217) sorted by relevance

123456789

/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c220 Op = AcpiPsAllocOp (AML_METHOD_OP, ObjDesc->Method.AmlStart); in AcpiDsAutoSerializeMethod()
239 ObjDesc->Method.AmlStart, ObjDesc->Method.AmlLength, NULL, 0); in AcpiDsAutoSerializeMethod()
299 WalkState->MethodDesc->Method.SyncLevel = 0; in AcpiDsDetectNamedOpcodes()
300 WalkState->MethodDesc->Method.InfoFlags |= in AcpiDsDetectNamedOpcodes()
436 MutexDesc->Mutex.SyncLevel = MethodDesc->Method.SyncLevel; in AcpiDsCreateMethodMutex()
437 MethodDesc->Method.Mutex = MutexDesc; in AcpiDsCreateMethodMutex()
480 if (ObjDesc->Method.ThreadCount == ACPI_UINT8_MAX) in AcpiDsBeginMethodExecution()
490 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED) in AcpiDsBeginMethodExecution()
497 if (!ObjDesc->Method.Mutex) in AcpiDsBeginMethodExecution()
518 (!(ObjDesc->Method.InfoFlags & ACPI_METHOD_IGNORE_SYNC_LEVEL)) && in AcpiDsBeginMethodExecution()
[all …]
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/
H A DRPCServerSourceEmitter.h32 void EmitMethod(const Method &method);
35 void EmitCommentHeader(const Method &method);
37 void EmitFunctionHeader(const Method &method);
39 void EmitFunctionBody(const Method &method);
43 void EmitStorageForParameters(const Method &method);
50 void EmitDecodeForParameters(const Method &method);
56 std::string CreateMethodCall(const Method &method);
63 void EmitMethodCallAndEncode(const Method &method);
65 void EmitCallbackFunction(const Method &method);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp153 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod() argument
154 if (!Method) { in validateBoxingMethod()
161 QualType ReturnType = Method->getReturnType(); in validateBoxingMethod()
165 S.Diag(Method->getLocation(), diag::note_objc_literal_method_return) in validateBoxingMethod()
288 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local
289 if (!Method && S.getLangOpts().DebuggerObjCLiteral) { in getNSNumberFactoryMethod()
292 Method = ObjCMethodDecl::Create( in getNSNumberFactoryMethod()
302 ParmVarDecl::Create(S.SemaRef.Context, Method, SourceLocation(), in getNSNumberFactoryMethod()
305 Method->setMethodParams(S.SemaRef.Context, value, {}); in getNSNumberFactoryMethod()
308 if (!validateBoxingMethod(S.SemaRef, Loc, S.NSNumberDecl, Sel, Method)) in getNSNumberFactoryMethod()
[all …]
H A DSemaDeclObjC.cpp1776 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local
1777 const ObjCMethodDecl *&PrevMethod = MethodMap[Method->getSelector()]; in DiagnoseClassExtensionDupMethods()
1779 (PrevMethod->isInstanceMethod() == Method->isInstanceMethod()) && in DiagnoseClassExtensionDupMethods()
1780 !MatchTwoMethodDeclarations(Method, PrevMethod)) { in DiagnoseClassExtensionDupMethods()
1781 Diag(Method->getLocation(), diag::err_duplicate_method_decl) in DiagnoseClassExtensionDupMethods()
1782 << Method->getDeclName(); in DiagnoseClassExtensionDupMethods()
2619 void SemaObjC::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod() argument
2623 CheckMethodOverrideReturn(SemaRef, Method, Overridden, IsProtocolMethodDecl, in CheckConflictingOverridingMethod()
2626 for (ObjCMethodDecl::param_iterator IM = Method->param_begin(), in CheckConflictingOverridingMethod()
2627 IF = Overridden->param_begin(), EM = Method->param_end(), in CheckConflictingOverridingMethod()
[all …]
H A DSemaLambda.cpp414 CXXMethodDecl *Method, SourceLocation CallLoc) { in DiagnoseInvalidExplicitObjectParameterInLambda() argument
415 if (!isLambdaCallWithExplicitObjectParameter(Method)) in DiagnoseInvalidExplicitObjectParameterInLambda()
417 CXXRecordDecl *RD = Method->getParent(); in DiagnoseInvalidExplicitObjectParameterInLambda()
418 if (Method->getType()->isDependentType()) in DiagnoseInvalidExplicitObjectParameterInLambda()
423 ParmVarDecl *Param = Method->getParamDecl(0); in DiagnoseInvalidExplicitObjectParameterInLambda()
446 auto [It, Inserted] = Context.LambdaCastPaths.try_emplace(Method); in DiagnoseInvalidExplicitObjectParameterInLambda()
477 CXXRecordDecl *Class, CXXMethodDecl *Method, in handleLambdaNumbering() argument
519 Numbering.ManglingNumber = MCtx->getManglingNumber(Method); in handleLambdaNumbering()
520 Numbering.DeviceManglingNumber = MCtx->getDeviceManglingNumber(Method); in handleLambdaNumbering()
1006 CXXMethodDecl *Method = CXXMethodDecl::Create( in CreateLambdaCallOperator() local
[all …]
H A DHLSLBuiltinTypeDeclBuilder.cpp110 CXXMethodDecl *Method; member
134 : DeclBuilder(DB), Name(Name), ReturnTy(ReturnTy), Method(nullptr), in BuiltinTypeMethodBuilder()
165 if (!Method) in ensureCompleteDecl()
334 ParmVarDecl *ParamDecl = Method->getParamDecl(static_cast<unsigned>(PH)); in convertPlaceholder()
345 : DeclBuilder(DB), ReturnTy(ReturnTy), Method(nullptr), IsConst(IsConst), in BuiltinTypeMethodBuilder()
365 assert(Method == nullptr && "Cannot add param, method already created"); in addParam()
373 assert(Method == nullptr && "Method or constructor is already created"); in createDecl()
391 Method = CXXConstructorDecl::Create( in createDecl()
396 Method = in createDecl()
405 Method->getTypeSourceInfo()->getTypeLoc().getAs<FunctionProtoTypeLoc>(); in createDecl()
[all …]
/freebsd/crypto/openssl/test/ssl-tests/
H A D17-renegotiate.cnf.in29 "Method" => "TLS",
42 "Method" => "TLS",
56 "Method" => "TLS",
69 "Method" => "TLS",
88 "Method" => "TLS",
107 "Method" => "TLS",
124 "Method" => "TLS",
145 "Method" => "TLS",
164 "Method" => "TLS",
183 "Method" => "TLS",
[all …]
H A D07-dtls-protocol-version.cnf93 Method = DTLS
120 Method = DTLS
146 Method = DTLS
174 Method = DTLS
202 Method = DTLS
229 Method = DTLS
256 Method = DTLS
282 Method = DTLS
309 Method = DTLS
336 Method = DTLS
[all …]
H A D18-dtls-renegotiate.cnf.in41 "Method" => "DTLS",
58 "Method" => "DTLS",
84 "Method" => "DTLS",
105 "Method" => "DTLS",
126 "Method" => "DTLS",
151 "Method" => "DTLS",
171 "Method" => "DTLS",
191 "Method" => "DTLS",
211 "Method" => "DTLS",
H A D17-renegotiate.cnf47 Method = TLS
74 Method = TLS
102 Method = TLS
129 Method = TLS
161 Method = TLS
193 Method = TLS
221 Method = TLS
249 Method = TLS
281 Method = TLS
313 Method = TLS
[all …]
H A D29-dtls-sctp-label-bug.cnf.in24 "Method" => "DTLS",
36 "Method" => "DTLS",
48 "Method" => "DTLS",
60 "Method" => "DTLS",
H A D11-dtls_resumption.cnf55 Method = DTLS
93 Method = DTLS
131 Method = DTLS
169 Method = DTLS
207 Method = DTLS
245 Method = DTLS
283 Method = DTLS
321 Method = DTLS
358 Method = DTLS
395 Method = DTLS
[all …]
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c283 Op = AcpiPsCreateScopeOp (Info->ObjDesc->Method.AmlStart); in AcpiPsExecuteMethod()
294 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL); in AcpiPsExecuteMethod()
302 Info->ObjDesc->Method.AmlStart, in AcpiPsExecuteMethod()
303 Info->ObjDesc->Method.AmlLength, Info, Info->PassNumber); in AcpiPsExecuteMethod()
313 if (Info->ObjDesc->Method.InfoFlags & ACPI_METHOD_MODULE_LEVEL) in AcpiPsExecuteMethod()
320 if (Info->ObjDesc->Method.InfoFlags & ACPI_METHOD_INTERNAL_ONLY) in AcpiPsExecuteMethod()
322 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState); in AcpiPsExecuteMethod()
418 Op = AcpiPsCreateScopeOp (Info->ObjDesc->Method.AmlStart); in AcpiPsExecuteTable()
428 Info->ObjDesc->Method.OwnerId, NULL, NULL, NULL); in AcpiPsExecuteTable()
436 Info->ObjDesc->Method.AmlStart, in AcpiPsExecuteTable()
[all …]
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c459 ACPI_NAMESPACE_NODE *Method; in AcpiDbDisassembleMethod() local
462 Method = AcpiDbConvertToNode (Name); in AcpiDbDisassembleMethod()
463 if (!Method) in AcpiDbDisassembleMethod()
468 if (Method->Type != ACPI_TYPE_METHOD) in AcpiDbDisassembleMethod()
471 Name, AcpiUtGetTypeName (Method->Type))); in AcpiDbDisassembleMethod()
475 ObjDesc = Method->Object; in AcpiDbDisassembleMethod()
477 Op = AcpiPsCreateScopeOp (ObjDesc->Method.AmlStart); in AcpiDbDisassembleMethod()
492 ObjDesc->Method.AmlStart, in AcpiDbDisassembleMethod()
493 ObjDesc->Method.AmlLength, NULL, ACPI_IMODE_LOAD_PASS1); in AcpiDbDisassembleMethod()
499 Status = AcpiUtAllocateOwnerId (&ObjDesc->Method.OwnerId); in AcpiDbDisassembleMethod()
[all …]
H A Ddbutils.c522 ACPI_PARSE_OBJECT *Method; in AcpiDbSecondPassParse() local
539 Method = Op; in AcpiDbSecondPassParse()
552 WalkState->ParserState.AmlStart = Method->Named.Data; in AcpiDbSecondPassParse()
554 WalkState->ParserState.PkgEnd = Method->Named.Data + in AcpiDbSecondPassParse()
555 Method->Named.Length; in AcpiDbSecondPassParse()
565 BaseAmlOffset = (Method->Common.Value.Arg)->Common.AmlOffset + 1; in AcpiDbSecondPassParse()
566 StartOp = (Method->Common.Value.Arg)->Common.Next; in AcpiDbSecondPassParse()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp26 ObjCMethodDecl *Method, SourceRange SR) in ObjCArrayLiteral() argument
28 NumElements(Elements.size()), Range(SR), ArrayWithObjectsMethod(Method) { in ObjCArrayLiteral()
38 QualType T, ObjCMethodDecl *Method, in Create() argument
41 return new (Mem) ObjCArrayLiteral(Elements, T, Method, SR); in Create()
109 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() argument
113 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())), in ObjCMessageExpr()
115 HasMethod(Method != nullptr), IsDelegateInitCall(false), in ObjCMessageExpr()
128 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() argument
132 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())), in ObjCMessageExpr()
133 Kind(Class), HasMethod(Method != nullptr), IsDelegateInitCall(false), in ObjCMessageExpr()
[all …]
H A DDeclObjC.cpp763 ObjCMethodDecl *Method = nullptr; in lookupPrivateMethod() local
765 Method = Instance ? ImpDecl->getInstanceMethod(Sel) in lookupPrivateMethod()
769 if (!Method) in lookupPrivateMethod()
770 Method = getCategoryMethod(Sel, Instance); in lookupPrivateMethod()
775 if (!Instance && !Method && !getSuperClass()) { in lookupPrivateMethod()
776 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()
779 if (!Method) in lookupPrivateMethod()
780 Method = lookupPrivateMethod(Sel, true); in lookupPrivateMethod()
783 if (!Method && getSuperClass()) in lookupPrivateMethod()
785 return Method; in lookupPrivateMethod()
[all …]
H A DODRHash.cpp403 void VisitObjCMethodDecl(const ObjCMethodDecl *Method) { in VisitObjCMethodDecl() argument
404 ID.AddInteger(Method->getDeclKind()); in VisitObjCMethodDecl()
405 Hash.AddBoolean(Method->isInstanceMethod()); // false if class method in VisitObjCMethodDecl()
406 Hash.AddBoolean(Method->isVariadic()); in VisitObjCMethodDecl()
407 Hash.AddBoolean(Method->isSynthesizedAccessorStub()); in VisitObjCMethodDecl()
408 Hash.AddBoolean(Method->isDefined()); in VisitObjCMethodDecl()
409 Hash.AddBoolean(Method->isDirectMethod()); in VisitObjCMethodDecl()
410 Hash.AddBoolean(Method->isThisDeclarationADesignatedInitializer()); in VisitObjCMethodDecl()
411 Hash.AddBoolean(Method->hasSkippedBody()); in VisitObjCMethodDecl()
413 ID.AddInteger(llvm::to_underlying(Method->getImplementationControl())); in VisitObjCMethodDecl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h172 const CXXMethodDecl *Method; member
175 ThunkInfo() : Method(nullptr), ThisType(nullptr) {} in ThunkInfo()
178 const Type *ThisT, const CXXMethodDecl *Method = nullptr)
179 : This(This), Return(Return), Method(Method), ThisType(ThisT) {} in This()
183 LHS.Method == RHS.Method && LHS.ThisType == RHS.ThisType;
187 return This.isEmpty() && Return.isEmpty() && Method == nullptr; in isEmpty()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp54 auto &Method = Batch.Methods.back(); in getMethodBatch() local
55 Method.MethodID = 0; in getMethodBatch()
56 Method.ParentMI = 0; in getMethodBatch()
57 Method.LoadAddr = Sym->getAddress(); in getMethodBatch()
58 Method.LoadSize = Sym->getSize(); in getMethodBatch()
59 Method.NameSI = GetStringIdx(*Sym->getName()); in getMethodBatch()
60 Method.ClassFileSI = 0; in getMethodBatch()
61 Method.SourceFileSI = 0; in getMethodBatch()
73 Method.SourceFileSI = Batch.Strings.size(); in getMethodBatch()
77 Method.LineTable.push_back( in getMethodBatch()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp38 for (const auto *Method : CRD->methods()) { in isIterator() local
39 if (const auto *Ctor = dyn_cast<CXXConstructorDecl>(Method)) { in isIterator()
45 if (const auto *Dtor = dyn_cast<CXXDestructorDecl>(Method)) { in isIterator()
49 if (Method->isCopyAssignmentOperator()) { in isIterator()
50 HasCopyAssign = !Method->isDeleted() && Method->getAccess() == AS_public; in isIterator()
53 if (!Method->isOverloadedOperator()) in isIterator()
55 const auto OPK = Method->getOverloadedOperator(); in isIterator()
57 HasPreIncrOp = HasPreIncrOp || (Method->getNumParams() == 0); in isIterator()
58 HasPostIncrOp = HasPostIncrOp || (Method->getNumParams() == 1); in isIterator()
62 HasDerefOp = (Method->getNumParams() == 0); in isIterator()
H A DDynamicTypePropagation.cpp744 const ObjCMethodDecl *Method = nullptr; in findMethodDecl() local
761 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
762 if (!Method) in findMethodDecl()
763 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
769 return Method ? Method : MessageExpr->getMethodDecl(); in findMethodDecl()
776 const ObjCMethodDecl *Method, ArrayRef<QualType> TypeArgs, in getReturnTypeForMethod() argument
778 QualType StaticResultType = Method->getReturnType(); in getReturnTypeForMethod()
813 const ObjCMethodDecl *Method = in checkPreObjCMessage() local
817 if (!Method) in checkPreObjCMessage()
838 const ObjCInterfaceDecl *Interface = Method->getClassInterface(); in checkPreObjCMessage()
[all …]
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp855 const CXXMethodDecl *Method) { in getFragmentsForSpecialCXXMethod() argument
858 if (const auto *Constructor = dyn_cast<CXXConstructorDecl>(Method)) { in getFragmentsForSpecialCXXMethod()
859 Name = Method->getNameAsString(); in getFragmentsForSpecialCXXMethod()
863 } else if (isa<CXXDestructorDecl>(Method)) in getFragmentsForSpecialCXXMethod()
864 Name = Method->getNameAsString(); in getFragmentsForSpecialCXXMethod()
870 for (unsigned i = 0, end = Method->getNumParams(); i != end; ++i) { in getFragmentsForSpecialCXXMethod()
873 Fragments.append(getFragmentsForParam(Method->getParamDecl(i))); in getFragmentsForSpecialCXXMethod()
878 Method->getExceptionSpecType())); in getFragmentsForSpecialCXXMethod()
884 const CXXMethodDecl *Method) { in getFragmentsForCXXMethod() argument
886 StringRef Name = Method->getName(); in getFragmentsForCXXMethod()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h124 bool CheckObjCMethodCall(ObjCMethodDecl *Method, SourceLocation loc,
407 void WarnConflictingTypedMethods(ObjCMethodDecl *Method,
411 void CheckConflictingOverridingMethod(ObjCMethodDecl *Method,
417 void WarnExactTypedMethods(ObjCMethodDecl *Method, ObjCMethodDecl *MethodDecl,
445 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,
450 void addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method);
517 GetIvarBackingPropertyAccessor(const ObjCMethodDecl *Method,
524 void AddInstanceMethodToGlobalPool(ObjCMethodDecl *Method,
526 AddMethodToGlobalPool(Method, impl, /*instance*/ true);
530 void AddFactoryMethodToGlobalPool(ObjCMethodDecl *Method, bool impl = false) {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp97 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
99 if (S_OK == (Symbol->*Method)(&Value)) in PrivateGetDIAValue()
107 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
109 if (S_OK == (Symbol->*Method)(&Value)) in PrivateGetDIAValue()
117 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) { in PrivateGetDIAValue()
118 return invokeBstrMethod(*Symbol, Method); in PrivateGetDIAValue()
123 HRESULT (__stdcall IDiaSymbol::*Method)(GUID *)) { in PrivateGetDIAValue()
125 if (S_OK != (Symbol->*Method)(&Result)) in PrivateGetDIAValue()
138 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValueAs()
140 if (S_OK == (Symbol->*Method)(&Value)) in DumpDIAValueAs()
[all …]

123456789