| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedProcessPythonInterface.cpp | 80 llvm::StringRef method_name) { in GetStatusFromMethod() argument 97 PyObject_GetAttrString(implementor.get(), method_name.str().c_str())); in GetStatusFromMethod() 116 method_name.str().c_str(), in GetStatusFromMethod() 144 ScriptedProcessPythonInterface::GetGenericInteger(llvm::StringRef method_name) { in GetGenericInteger() argument 161 PyObject_GetAttrString(implementor.get(), method_name.str().c_str())); in GetGenericInteger() 180 method_name.str().c_str(), in GetGenericInteger()
|
| H A D | ScriptedProcessPythonInterface.h | 55 GetGenericInteger(llvm::StringRef method_name); 56 Status GetStatusFromMethod(llvm::StringRef method_name);
|
| H A D | ScriptInterpreterPython.cpp | 125 const char *method_name, 133 LLDBSwigPythonCallBreakpointResolver(void *implementor, const char *method_name,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | jitprofiling.h | 157 char* method_name; member 182 char* method_name; member
|
| H A D | IntelJITEventListener.cpp | 168 Result.method_name = const_cast<char*>(FnName); in FunctionDescToIntelJITFormat()
|
| /freebsd-13.1/sys/dev/acpica/ |
| H A D | acpi_powerres.c | 304 char *method_name, *reslist_name; in acpi_pwr_switch_consumer() local 331 method_name = "_PS0"; in acpi_pwr_switch_consumer() 335 method_name = "_PS1"; in acpi_pwr_switch_consumer() 339 method_name = "_PS2"; in acpi_pwr_switch_consumer() 343 method_name = "_PS3"; in acpi_pwr_switch_consumer() 362 if (ACPI_FAILURE(AcpiGetHandle(consumer, method_name, &method_handle))) in acpi_pwr_switch_consumer()
|
| /freebsd-13.1/lib/libc/net/ |
| H A D | nsdispatch.c | 632 const char *method_name, const ns_src defaults[], ...) in _nsdispatch() argument 678 method_name, disp_tab, &mdata); in _nsdispatch() 698 method_name, disp_tab, &mdata); in _nsdispatch() 753 srclist[i].name, database, method_name); in _nsdispatch()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.h | 105 GetMethodNameVariants(ConstString method_name) const override;
|
| H A D | ObjCLanguage.cpp | 229 ObjCLanguage::GetMethodNameVariants(ConstString method_name) const { in GetMethodNameVariants() 231 ObjCLanguage::MethodName objc_method(method_name.GetCString(), false); in GetMethodNameVariants()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 417 const char *method_name, 426 auto pfunc = self.ResolveName<PythonCallable>(method_name); 444 printf ("Return value was neither false nor true for call to %s.\n", method_name); 456 printf ("Wrong return value type for call to %s.\n", method_name); 507 const char *method_name, 513 auto pfunc = self.ResolveName<PythonCallable>(method_name); 536 if (strcmp(method_name, "__callback__") == 0) {
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Language.h | 201 GetMethodNameVariants(ConstString method_name) const { in GetMethodNameVariants() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LocalizationChecker.cpp | 610 #define LSM_INSERT_NULLARY(receiver, method_name) \ argument 612 &Ctx.Idents.get(method_name))}); 613 #define LSM_INSERT_UNARY(receiver, method_name) \ argument 615 Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(method_name))});
|
| /freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/ |
| H A D | ast.py | 798 method_name = temp_tokens[0].name 799 method = getattr(self, 'handle_' + method_name, None)
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 3665 uint32_t method_name; /* SEL, aka struct objc_selector * (32-bit pointer) */ member 3940 sys::swapByteOrder(method.method_name); in swapStruct() 4417 << format("0x%08" PRIx32, method.method_name); in print_method_list() 4419 name = get_pointer_32(method.method_name, offset, xleft, S, info, true); in print_method_list()
|