Home
last modified time | relevance | path

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

1234567

/freebsd-13.1/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-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h427 GMOCK_MOCKER_(0, constness, Method).SetOwnerAndName(this, #Method); \
451 GMOCK_MOCKER_(1, constness, Method).SetOwnerAndName(this, #Method); \
479 GMOCK_MOCKER_(2, constness, Method).SetOwnerAndName(this, #Method); \
512 GMOCK_MOCKER_(3, constness, Method).SetOwnerAndName(this, #Method); \
551 GMOCK_MOCKER_(4, constness, Method).SetOwnerAndName(this, #Method); \
595 GMOCK_MOCKER_(5, constness, Method).SetOwnerAndName(this, #Method); \
644 GMOCK_MOCKER_(6, constness, Method).SetOwnerAndName(this, #Method); \
698 GMOCK_MOCKER_(7, constness, Method).SetOwnerAndName(this, #Method); \
758 GMOCK_MOCKER_(8, constness, Method).SetOwnerAndName(this, #Method); \
823 GMOCK_MOCKER_(9, constness, Method).SetOwnerAndName(this, #Method); \
[all …]
H A Dgmock-generated-function-mockers.h.pump179 #define GMOCK_MOCKER_(arity, constness, Method) \
180 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__)
194 #define GMOCK_METHOD$i[[]]_(tn, constness, ct, Method, ...) \
195 GMOCK_RESULT_(tn, __VA_ARGS__) ct Method( \
200 GMOCK_MOCKER_($i, constness, Method).SetOwnerAndName(this, #Method); \
201 return GMOCK_MOCKER_($i, constness, Method).Invoke($as); \
204 gmock_##Method($matcher_arg_as) constness { \
205 GMOCK_MOCKER_($i, constness, Method).RegisterOwner(this); \
206 return GMOCK_MOCKER_($i, constness, Method).With($matcher_as); \
208 ::testing::MockSpec<__VA_ARGS__> gmock_##Method( \
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp150 if (!Method) { in validateBoxingMethod()
287 Method = in getNSNumberFactoryMethod()
311 return Method; in getNSNumberFactoryMethod()
347 if (!Method) in BuildObjCNumericLiteral()
1301 if (!Method) in ParseObjCSelectorExpression()
1693 if (!Method) in EmitRelatedResultTypeNote()
2268 if (Method && Method->getClassInterface()) in ObjCInterfaceOrSuperCCC()
2695 if (Method && !Method->getReturnType()->isVoidType() && in BuildClassMessage()
2751 if (Method) in BuildClassMessage()
3137 (Method && Method->getMethodFamily() == OMF_init) in BuildInstanceMessage()
[all …]
H A DSemaDeclObjC.cpp3640 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
3641 Method = Method->getNext()) in LookupImplementedMethodInGlobalPool()
3647 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
3648 Method = Method->getNext()) in LookupImplementedMethodInGlobalPool()
4024 InsMap[Method->getSelector()] = Method; in ActOnAtEnd()
4048 ClsMap[Method->getSelector()] = Method; in ActOnAtEnd()
4646 if (!Method->isDirectMethod() && !Method->hasAttr<UnavailableAttr>() && in mergeObjCDirectMembers()
4648 Method->addAttr( in mergeObjCDirectMembers()
5265 Method = IDecl->lookupMethod(Method->getSelector(), /*isInstance=*/true, in GetIvarBackingPropertyAccessor()
5268 if (!Method || !Method->isPropertyAccessor()) in GetIvarBackingPropertyAccessor()
[all …]
H A DSemaLambda.cpp397 Method->setAccess(AS_public); in startLambdaDefinition()
399 Class->addDecl(Method); in startLambdaDefinition()
419 Method->setParams(Params); in startLambdaDefinition()
424 P->setOwningFunction(Method); in startLambdaDefinition()
427 return Method; in startLambdaDefinition()
982 CXXMethodDecl *Method = in ActOnStartOfLambdaDefinition() local
987 CheckCXXDefaultArguments(Method); in ActOnStartOfLambdaDefinition()
991 AddRangeBasedOptnone(Method); in ActOnStartOfLambdaDefinition()
995 Method->addAttr(A); in ActOnStartOfLambdaDefinition()
1002 CUDASetLambdaAttrs(Method); in ActOnStartOfLambdaDefinition()
[all …]
/freebsd-13.1/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-13.1/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-13.1/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.cpp757 if (!Method) in lookupPrivateMethod()
767 if (!Method) in lookupPrivateMethod()
771 if (!Method && getSuperClass()) in lookupPrivateMethod()
773 return Method; in lookupPrivateMethod()
1236 if (Method != Overridden) { in CollectOverriddenMethodsRecurse()
1270 assert(Method->isOverriding()); in collectOverriddenMethodsSlow()
1286 Method = IFaceMeth; in collectOverriddenMethodsSlow()
1299 Method = IFaceMeth; in collectOverriddenMethodsSlow()
1314 Method = cast<ObjCContainerDecl>(Method->getDeclContext()) in getOverriddenMethods()
1315 ->getMethod(Method->getSelector(), Method->isInstanceMethod(), in getOverriddenMethods()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h93 #define LLDB_REGISTER_METHOD(Result, Class, Method, Signature) \ argument
95 &invoke<Result(Class::*) Signature>::method<(&Class::Method)>::record, \
96 #Result, #Class, #Method, #Signature)
101 #Result, #Class, #Method, #Signature)
105 #Result, #Class, #Method, #Signature)
112 #Result, #Class, #Method, "(char*, size_t");
119 #Result, #Class, #Method, "(char*, size_t");
126 #Result, #Class, #Method, "(char*, size_t");
166 LLDB_RECORD_(Result (Class::*)(), (&Class::Method), this)
169 LLDB_RECORD_(Result (Class::*)() const, (&Class::Method), this)
[all …]
/freebsd-13.1/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-13.1/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
763 if (!Method) in findMethodDecl()
764 Method = InterfaceDecl->lookupClassMethod(Sel); in findMethodDecl()
770 return Method ? Method : MessageExpr->getMethodDecl(); in findMethodDecl()
779 QualType StaticResultType = Method->getReturnType(); in getReturnTypeForMethod()
814 const ObjCMethodDecl *Method = in checkPreObjCMessage() local
818 if (!Method) in checkPreObjCMessage()
859 for (unsigned i = 0; i < Method->param_size(); i++) { in checkPreObjCMessage()
861 const ParmVarDecl *Param = Method->parameters()[i]; in checkPreObjCMessage()
980 const ObjCMethodDecl *Method = in checkPostObjCMessage() local
[all …]
/freebsd-13.1/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-13.1/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-13.1/sys/contrib/dev/acpica/components/executer/
H A Dexcreate.c617 ObjDesc->Method.AmlStart = AmlStart; in AcpiExCreateMethod()
618 ObjDesc->Method.AmlLength = AmlLength; in AcpiExCreateMethod()
619 ObjDesc->Method.Node = Operand[0]; in AcpiExCreateMethod()
626 ObjDesc->Method.ParamCount = (UINT8) in AcpiExCreateMethod()
635 ObjDesc->Method.InfoFlags = ACPI_METHOD_SERIALIZED; in AcpiExCreateMethod()
641 ObjDesc->Method.SyncLevel = (UINT8) in AcpiExCreateMethod()
/freebsd-13.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsparse.c248 MethodObj->Method.AmlStart = AmlStart; in AcpiNsExecuteTable()
249 MethodObj->Method.AmlLength = AmlLength; in AcpiNsExecuteTable()
250 MethodObj->Method.OwnerId = OwnerId; in AcpiNsExecuteTable()
251 MethodObj->Method.InfoFlags |= ACPI_METHOD_MODULE_LEVEL; in AcpiNsExecuteTable()
H A Dnsxfname.c443 ParamCount = Node->Object->Method.ParamCount; in AcpiGetObjectInfo()
773 MethodObj->Method.AmlStart = AmlBuffer; in ACPI_EXPORT_SYMBOL()
774 MethodObj->Method.AmlLength = AmlLength; in ACPI_EXPORT_SYMBOL()
776 MethodObj->Method.ParamCount = (UINT8) in ACPI_EXPORT_SYMBOL()
781 MethodObj->Method.InfoFlags = ACPI_METHOD_SERIALIZED; in ACPI_EXPORT_SYMBOL()
783 MethodObj->Method.SyncLevel = (UINT8) in ACPI_EXPORT_SYMBOL()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp473 OneMethodRecord &Method) { in visitKnownMember() argument
474 MethodKind K = Method.getMethodKind(); in visitKnownMember()
475 printMemberAttributes(Method.getAccess(), K, Method.getOptions()); in visitKnownMember()
476 printTypeIndex("Type", Method.getType()); in visitKnownMember()
478 if (Method.isIntroducingVirtual()) in visitKnownMember()
479 W->printHex("VFTableOffset", Method.getVFTableOffset()); in visitKnownMember()
480 W->printString("Name", Method.getName()); in visitKnownMember()
485 OverloadedMethodRecord &Method) { in visitKnownMember() argument
486 W->printHex("MethodCount", Method.getNumOverloads()); in visitKnownMember()
487 printTypeIndex("MethodListIndex", Method.getMethodList()); in visitKnownMember()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp71 StringRef Method, StringRef Signature, in GetRecordMethodMacro() argument
78 OS << "(" << Result << ", " << Class << ", " << Method; in GetRecordMethodMacro()
104 StringRef Method, StringRef Signature, in GetRecordDummyMacro() argument
110 OS << "LLDB_RECORD_DUMMY(" << Result << ", " << Class << ", " << Method; in GetRecordDummyMacro()
125 StringRef Method, StringRef Signature, in GetRegisterMethodMacro() argument
130 OS << "(" << Result << ", " << Class << ", " << Method << ", (" << Signature in GetRegisterMethodMacro()
/freebsd-13.1/sys/contrib/dev/acpica/components/utilities/
H A Dutdelete.c325 if (Object->Method.Mutex) in AcpiUtDeleteInternalObj()
327 AcpiOsDeleteMutex (Object->Method.Mutex->Mutex.OsMutex); in AcpiUtDeleteInternalObj()
328 AcpiUtDeleteObjectDesc (Object->Method.Mutex); in AcpiUtDeleteInternalObj()
329 Object->Method.Mutex = NULL; in AcpiUtDeleteInternalObj()
332 if (Object->Method.Node) in AcpiUtDeleteInternalObj()
334 Object->Method.Node = NULL; in AcpiUtDeleteInternalObj()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp413 Old = cast<FunctionDecl>(LM.Method)->getPreviousDecl(); in ParseLexedMethodDeclaration()
436 ExceptionSpecEnd.setEofData(LM.Method); in ParseLexedMethodDeclaration()
452 CXXMethodDecl *Method; in ParseLexedMethodDeclaration() local
454 = dyn_cast<FunctionTemplateDecl>(LM.Method)) in ParseLexedMethodDeclaration()
455 Method = cast<CXXMethodDecl>(FunTmpl->getTemplatedDecl()); in ParseLexedMethodDeclaration()
457 Method = cast<CXXMethodDecl>(LM.Method); in ParseLexedMethodDeclaration()
459 Sema::CXXThisScopeRAII ThisScope(Actions, Method->getParent(), in ParseLexedMethodDeclaration()
460 Method->getMethodQualifiers(), in ParseLexedMethodDeclaration()
476 if (Tok.isNot(tok::eof) || Tok.getEofData() != LM.Method) in ParseLexedMethodDeclaration()
480 Actions.actOnDelayedExceptionSpecification(LM.Method, EST, in ParseLexedMethodDeclaration()
[all …]
/freebsd-13.1/share/doc/pjdfstest/
H A DREADME5 Method 1. Executing with default configuration (kyua work directory)
19 Method 2. Executing with a specific filesystem path (in this case /mnt)
32 Method 3. Executing pjdfstest with prove

1234567