Home
last modified time | relevance | path

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

12345678

/freebsd-14.2/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c239 ObjDesc->Method.AmlStart, ObjDesc->Method.AmlLength, NULL, 0); in AcpiDsAutoSerializeMethod()
437 MethodDesc->Method.Mutex = MutexDesc; in AcpiDsCreateMethodMutex()
497 if (!ObjDesc->Method.Mutex) in AcpiDsBeginMethodExecution()
595 if (!ObjDesc->Method.OwnerId) in AcpiDsBeginMethodExecution()
608 ObjDesc->Method.ThreadCount++; in AcpiDsBeginMethodExecution()
616 if (ObjDesc->Method.Mutex) in AcpiDsBeginMethodExecution()
714 ObjDesc->Method.AmlStart, ObjDesc->Method.AmlLength, in AcpiDsCallControlMethod()
946 if (MethodDesc->Method.Mutex) in AcpiDsTerminateControlMethod()
965 if (MethodDesc->Method.ThreadCount) in AcpiDsTerminateControlMethod()
967 MethodDesc->Method.ThreadCount--; in AcpiDsTerminateControlMethod()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp151 if (!Method) { in validateBoxingMethod()
312 return Method; in getNSNumberFactoryMethod()
348 if (!Method) in BuildObjCNumericLiteral()
1299 if (!Method) in ParseObjCSelectorExpression()
1692 if (!Method) in EmitRelatedResultTypeNote()
1707 << Method->isInstanceMethod() << Method->getSelector() in EmitRelatedResultTypeNote()
2268 if (Method && Method->getClassInterface()) in ObjCInterfaceOrSuperCCC()
2698 if (Method && !Method->getReturnType()->isVoidType() && in BuildClassMessage()
2752 if (Method) in BuildClassMessage()
3138 (Method && Method->getMethodFamily() == OMF_init) in BuildInstanceMessage()
[all …]
H A DSemaDeclObjC.cpp3655 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
3656 Method = Method->getNext()) in LookupImplementedMethodInGlobalPool()
3662 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
3663 Method = Method->getNext()) in LookupImplementedMethodInGlobalPool()
4039 InsMap[Method->getSelector()] = Method; in ActOnAtEnd()
4063 ClsMap[Method->getSelector()] = Method; in ActOnAtEnd()
4665 if (!Method->isDirectMethod() && !Method->hasAttr<UnavailableAttr>() && in mergeObjCDirectMembers()
4667 Method->addAttr( in mergeObjCDirectMembers()
5285 Method = IDecl->lookupMethod(Method->getSelector(), /*isInstance=*/true, in GetIvarBackingPropertyAccessor()
5288 if (!Method || !Method->isPropertyAccessor()) in GetIvarBackingPropertyAccessor()
[all …]
H A DSemaLambda.cpp390 CXXMethodDecl *Method) { in DiagnoseInvalidExplicitObjectParameterInLambda() argument
951 Method->setAccess(AS_public); in CreateLambdaCallOperator()
952 return Method; in CreateLambdaCallOperator()
992 LSI->Lambda->addDecl(Method); in CompleteLambdaCallOperator()
1004 Method->setStorageClass(SC); in CompleteLambdaCallOperator()
1007 Method->setParams(Params); in CompleteLambdaCallOperator()
1054 LSI->CallOperator = Method; in ActOnLambdaExpressionAfterIntroducer()
1384 AddRangeBasedOptnone(Method); in ActOnStartOfLambdaDefinition()
1389 Method->addAttr(A); in ActOnStartOfLambdaDefinition()
1396 CUDASetLambdaAttrs(Method); in ActOnStartOfLambdaDefinition()
[all …]
/freebsd-14.2/crypto/openssl/test/ssl-tests/
H A D17-renegotiate.cnf.in27 "Method" => "TLS",
40 "Method" => "TLS",
54 "Method" => "TLS",
67 "Method" => "TLS",
86 "Method" => "TLS",
105 "Method" => "TLS",
122 "Method" => "TLS",
143 "Method" => "TLS",
162 "Method" => "TLS",
181 "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.in39 "Method" => "DTLS",
55 "Method" => "DTLS",
80 "Method" => "DTLS",
100 "Method" => "DTLS",
120 "Method" => "DTLS",
144 "Method" => "DTLS",
163 "Method" => "DTLS",
182 "Method" => "DTLS",
201 "Method" => "DTLS",
H A D29-dtls-sctp-label-bug.cnf.in24 "Method" => "DTLS",
36 "Method" => "DTLS",
48 "Method" => "DTLS",
60 "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 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 …]
H A D16-dtls-certstatus.cnf.in35 "Method" => "DTLS",
51 "Method" => "DTLS",
70 "Method" => "DTLS",
87 "Method" => "DTLS",
H A D18-dtls-renegotiate.cnf37 Method = DTLS
64 Method = DTLS
91 Method = DTLS
122 Method = DTLS
153 Method = DTLS
181 Method = DTLS
213 Method = DTLS
245 Method = DTLS
277 Method = DTLS
/freebsd-14.2/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()
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()
437 Info->ObjDesc->Method.AmlLength, Info, Info->PassNumber); in AcpiPsExecuteTable()
[all …]
/freebsd-14.2/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()
475 ObjDesc = Method->Object; in AcpiDbDisassembleMethod()
492 ObjDesc->Method.AmlStart, in AcpiDbDisassembleMethod()
505 WalkState->OwnerId = ObjDesc->Method.OwnerId; in AcpiDbDisassembleMethod()
509 Status = AcpiDsScopeStackPush (Method, in AcpiDbDisassembleMethod()
510 Method->Type, WalkState); in AcpiDbDisassembleMethod()
539 AcpiNsDeleteNamespaceSubtree (Method); 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-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp29 ObjCMethodDecl *Method, SourceRange SR) in ObjCArrayLiteral() argument
31 NumElements(Elements.size()), Range(SR), ArrayWithObjectsMethod(Method) { in ObjCArrayLiteral()
41 QualType T, ObjCMethodDecl *Method, in Create() argument
44 return new (Mem) ObjCArrayLiteral(Elements, T, Method, SR); in Create()
116 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())), in ObjCMessageExpr()
118 HasMethod(Method != nullptr), IsDelegateInitCall(false), in ObjCMessageExpr()
135 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())), in ObjCMessageExpr()
151 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())), in ObjCMessageExpr()
179 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() argument
198 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() argument
[all …]
H A DDeclObjC.cpp773 if (!Method) in lookupPrivateMethod()
783 if (!Method) in lookupPrivateMethod()
787 if (!Method && getSuperClass()) in lookupPrivateMethod()
789 return Method; in lookupPrivateMethod()
1287 if (Method != Overridden) { in CollectOverriddenMethodsRecurse()
1321 assert(Method->isOverriding()); in collectOverriddenMethodsSlow()
1337 Method = IFaceMeth; in collectOverriddenMethodsSlow()
1350 Method = IFaceMeth; in collectOverriddenMethodsSlow()
1365 Method = cast<ObjCContainerDecl>(Method->getDeclContext()) in getOverriddenMethods()
1366 ->getMethod(Method->getSelector(), Method->isInstanceMethod(), in getOverriddenMethods()
[all …]
H A DODRHash.cpp378 ID.AddInteger(Method->getDeclKind()); in VisitObjCMethodDecl()
380 Hash.AddBoolean(Method->isVariadic()); in VisitObjCMethodDecl()
382 Hash.AddBoolean(Method->isDefined()); in VisitObjCMethodDecl()
399 AddDecl(Method); in VisitObjCMethodDecl()
401 if (Method->getReturnTypeSourceInfo()) in VisitObjCMethodDecl()
404 ID.AddInteger(Method->param_size()); in VisitObjCMethodDecl()
405 for (auto Param : Method->parameters()) in VisitObjCMethodDecl()
408 if (Method->hasBody()) { in VisitObjCMethodDecl()
412 Stmt *Body = Method->getBody(); in VisitObjCMethodDecl()
688 AddBoolean(Method->isConst()); in AddFunctionDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h168 const CXXMethodDecl *Method; member
170 ThunkInfo() : Method(nullptr) {} in ThunkInfo()
173 const CXXMethodDecl *Method = nullptr)
174 : This(This), Return(Return), Method(Method) {} in This()
178 LHS.Method == RHS.Method;
182 return This.isEmpty() && Return.isEmpty() && Method == nullptr; in isEmpty()
/freebsd-14.2/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.cpp741 const ObjCMethodDecl *Method = nullptr; in findMethodDecl() local
759 if (!Method) in findMethodDecl()
760 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
766 return Method ? Method : MessageExpr->getMethodDecl(); in findMethodDecl()
775 QualType StaticResultType = Method->getReturnType(); in getReturnTypeForMethod()
810 const ObjCMethodDecl *Method = in checkPreObjCMessage() local
814 if (!Method) in checkPreObjCMessage()
855 for (unsigned i = 0; i < Method->param_size(); i++) { in checkPreObjCMessage()
857 const ParmVarDecl *Param = Method->parameters()[i]; in checkPreObjCMessage()
976 const ObjCMethodDecl *Method = in checkPostObjCMessage() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp798 const CXXMethodDecl *Method) { in getFragmentsForSpecialCXXMethod() argument
827 const CXXMethodDecl *Method) { in getFragmentsForCXXMethod() argument
830 if (Method->isStatic()) in getFragmentsForCXXMethod()
833 if (Method->isConstexpr()) in getFragmentsForCXXMethod()
836 if (Method->isVolatile()) in getFragmentsForCXXMethod()
856 if (Method->isConst()) in getFragmentsForCXXMethod()
899 const CXXMethodDecl *Method) { in getFragmentsForOverloadedOperator() argument
919 if (Method->isConst()) in getFragmentsForOverloadedOperator()
1240 const ObjCMethodDecl *Method) { in getFragmentsForObjCMethod() argument
1243 if (Method->isClassMethod()) in getFragmentsForObjCMethod()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h232 CXXMethodDecl *Method = nullptr; member
245 UniqueVirtualMethod(CXXMethodDecl *Method, unsigned Subobject, in UniqueVirtualMethod()
247 : Method(Method), Subobject(Subobject), in UniqueVirtualMethod()
252 return X.Method == Y.Method && X.Subobject == Y.Subobject &&
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp99 if (S_OK == (Symbol->*Method)(&Value)) in PrivateGetDIAValue()
109 if (S_OK == (Symbol->*Method)(&Value)) in PrivateGetDIAValue()
118 return invokeBstrMethod(*Symbol, Method); in PrivateGetDIAValue()
125 if (S_OK != (Symbol->*Method)(&Result)) in PrivateGetDIAValue()
140 if (S_OK == (Symbol->*Method)(&Value)) in DumpDIAValueAs()
150 if (S_OK == (Symbol->*Method)(&Value)) in DumpDIAIdValue()
160 if (S_OK == (Symbol->*Method)(&Value)) in DumpDIAValue()
168 if (S_OK != (Symbol->*Method)(&Value)) in DumpDIAValue()
183 if (S_OK != (Symbol->*Method)(&Value)) in DumpDIAValue()
212 &IDiaSymbol::get_##Method);
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/components/executer/
H A Dexcreate.c618 ObjDesc->Method.AmlStart = AmlStart; in AcpiExCreateMethod()
619 ObjDesc->Method.AmlLength = AmlLength; in AcpiExCreateMethod()
620 ObjDesc->Method.Node = Operand[0]; in AcpiExCreateMethod()
627 ObjDesc->Method.ParamCount = (UINT8) in AcpiExCreateMethod()
636 ObjDesc->Method.InfoFlags = ACPI_METHOD_SERIALIZED; in AcpiExCreateMethod()
642 ObjDesc->Method.SyncLevel = (UINT8) in AcpiExCreateMethod()

12345678