Home
last modified time | relevance | path

Searched refs:method_name (Results 1 – 25 of 66) sorted by relevance

123

/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-xmethods.py96 def match(self, class_type, method_name): argument
100 if not re.match('^method$', method_name):
166 def match(self, class_type, method_name): argument
176 if re.match('^size_diff<[ ]*[_a-zA-Z][ _a-zA-Z0-9]*>$', method_name):
179 t1_name = method_name[10:-1]
185 if re.match('^size_mul<[ ]*[0-9]+[ ]*>$', method_name):
188 m_val = int(method_name[9:-1])
190 if re.match('^mul<[ ]*[_a-zA-Z][ _a-zA-Z0-9]*>$', method_name):
193 t1_name = method_name[4:-1]
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-xmethods.py96 def match(self, class_type, method_name): argument
100 if not re.match('^method$', method_name):
166 def match(self, class_type, method_name): argument
176 if re.match('^size_diff<[ ]*[_a-zA-Z][ _a-zA-Z0-9]*>$', method_name):
179 t1_name = method_name[10:-1]
185 if re.match('^size_mul<[ ]*[0-9]+[ ]*>$', method_name):
188 m_val = int(method_name[9:-1])
190 if re.match('^mul<[ ]*[_a-zA-Z][ _a-zA-Z0-9]*>$', method_name):
193 t1_name = method_name[4:-1]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py150 def match(self, class_type, method_name): argument
267 def match(self, class_type, method_name): argument
583 def _supports(self, method_name): argument
615 def _supports(self, method_name): argument
634 def _supports(self, method_name): argument
660 if worker._supports(method_name):
682 def _supports(self, method_name): argument
698 def _supports(self, method_name): argument
717 def _supports(self, method_name): argument
741 def _supports(self, method_name): argument
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py150 def match(self, class_type, method_name): argument
267 def match(self, class_type, method_name): argument
583 def _supports(self, method_name): argument
615 def _supports(self, method_name): argument
634 def _supports(self, method_name): argument
660 if worker._supports(method_name):
682 def _supports(self, method_name): argument
698 def _supports(self, method_name): argument
717 def _supports(self, method_name): argument
741 def _supports(self, method_name): argument
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dcpcompletion.exp360 set method_name "template2_fn<int, int>"
370 "${ret_type} ${struct_type}::${method_name}${param_list}" \
371 "${struct_type}::${method_name}${param_list}"]
379 "${ret_type} ${struct_type}::${method_name}${param_list}" \
381 "${struct_type}::${method_name}${param_list}"] {
394 "${method_name}" \
395 "${method_name}${param_list}" \
396 "${struct_type}::${method_name}" \
397 "${struct_type}::${method_name}${param_list}" \
398 "${ret_type} ${struct_type}::${method_name}" \
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dcpcompletion.exp360 set method_name "template2_fn<int, int>"
370 "${ret_type} ${struct_type}::${method_name}${param_list}" \
371 "${struct_type}::${method_name}${param_list}"]
379 "${ret_type} ${struct_type}::${method_name}${param_list}" \
381 "${struct_type}::${method_name}${param_list}"] {
394 "${method_name}" \
395 "${method_name}${param_list}" \
396 "${struct_type}::${method_name}" \
397 "${struct_type}::${method_name}${param_list}" \
398 "${ret_type} ${struct_type}::${method_name}" \
[all …]
/netbsd/external/gpl3/gcc/dist/libobjc/
H A Dsendmsg.c551 (sidx) method->method_name->sel_id, in __objc_install_methods_in_dtable()
664 const char *method_name; in class_addMethod() local
670 method_name = sel_getName (selector); in class_addMethod()
671 if (method_name == NULL) in class_addMethod()
693 if (method->method_name in class_addMethod()
694 && strcmp ((char *)method->method_name, method_name) == 0) in class_addMethod()
717 method->method_name = objc_malloc (strlen (method_name) + 1); in class_addMethod()
718 strcpy ((char *)method->method_name, method_name); in class_addMethod()
810 if (method->method_name) in search_for_method_in_list()
811 if (method->method_name->sel_id == op->sel_id) in search_for_method_in_list()
H A Dselector.c116 if (method->method_name) in __objc_register_selectors_from_list()
118 method->method_name in __objc_register_selectors_from_list()
119 = __sel_register_typed_name ((const char *) method->method_name, in __objc_register_selectors_from_list()
181 if (mth->method_name in __objc_register_instance_methods_to_class()
183 mth->method_name)) in __objc_register_instance_methods_to_class()
H A Dclass.c679 objc_free ((char *)method->method_name); in objc_disposeClassPair()
714 objc_free ((char *)method->method_name); in objc_disposeClassPair()
831 (sidx) method_a->method_name->sel_id, in __objc_update_classes_with_methods()
838 (sidx) method_b->method_name->sel_id, in __objc_update_classes_with_methods()
/netbsd/external/gpl3/gcc.old/dist/libobjc/
H A Dsendmsg.c551 (sidx) method->method_name->sel_id, in __objc_install_methods_in_dtable()
664 const char *method_name; in class_addMethod() local
670 method_name = sel_getName (selector); in class_addMethod()
671 if (method_name == NULL) in class_addMethod()
693 if (method->method_name in class_addMethod()
694 && strcmp ((char *)method->method_name, method_name) == 0) in class_addMethod()
717 method->method_name = objc_malloc (strlen (method_name) + 1); in class_addMethod()
718 strcpy ((char *)method->method_name, method_name); in class_addMethod()
810 if (method->method_name) in search_for_method_in_list()
811 if (method->method_name->sel_id == op->sel_id) in search_for_method_in_list()
H A Dselector.c116 if (method->method_name) in __objc_register_selectors_from_list()
118 method->method_name in __objc_register_selectors_from_list()
119 = __sel_register_typed_name ((const char *) method->method_name, in __objc_register_selectors_from_list()
181 if (mth->method_name in __objc_register_instance_methods_to_class()
183 mth->method_name)) in __objc_register_instance_methods_to_class()
H A Dclass.c679 objc_free ((char *)method->method_name); in objc_disposeClassPair()
714 objc_free ((char *)method->method_name); in objc_disposeClassPair()
831 (sidx) method_a->method_name->sel_id, in __objc_update_classes_with_methods()
838 (sidx) method_b->method_name->sel_id, in __objc_update_classes_with_methods()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.exp24 set method_name "${name}<$expected>"
26 set method_name "$name"
29 set expect ".*// ${method_name}\\($expected\\)"
30 lappend result [list "${method_name}($params)" $expect]
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.exp24 set method_name "${name}<$expected>"
26 set method_name "$name"
29 set expect ".*// ${method_name}\\($expected\\)"
30 lappend result [list "${method_name}($params)" $expect]
/netbsd/external/gpl3/gcc/dist/libcc1/
H A Dconnection.cc126 argument_wrapper<char *> method_name; in do_wait() local
128 if (!method_name.unmarshall (this)) in do_wait()
132 = m_callbacks.find_callback (method_name.get ()); in do_wait()
/netbsd/external/gpl3/gcc.old/dist/libcc1/
H A Dconnection.cc135 argument_wrapper<char *> method_name; in do_wait() local
137 if (!method_name.unmarshall (this)) in do_wait()
141 = m_callbacks.find_callback (method_name); in do_wait()
/netbsd/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A Dxmethod.py82 def match(self, class_type, method_name): argument
204 def match(self, class_type, method_name): argument
206 mm = re.match(self._method_matcher, method_name)
/netbsd/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
H A Dxmethod.py82 def match(self, class_type, method_name): argument
204 def match(self, class_type, method_name): argument
206 mm = re.match(self._method_matcher, method_name)
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dhw-instances.c158 const char *method_name, in hw_instance_call_method() argument
172 hw_abort (me, "no methods (want %s)", method_name); in hw_instance_call_method()
176 if (strcmp (method->name, method_name) == 0) in hw_instance_call_method()
184 hw_abort (me, "no %s method", method_name); in hw_instance_call_method()
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-instances.c158 const char *method_name, in hw_instance_call_method() argument
172 hw_abort (me, "no methods (want %s)", method_name); in hw_instance_call_method()
176 if (strcmp (method->name, method_name) == 0) in hw_instance_call_method()
184 hw_abort (me, "no %s method", method_name); in hw_instance_call_method()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h157 char* method_name; member
182 char* method_name; member
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dprdbg.c2263 char *method_name; in tg_class_method_variant() local
2286 free (method_name); in tg_class_method_variant()
2294 free (method_name); in tg_class_method_variant()
2307 free (method_name); in tg_class_method_variant()
2316 free (method_name); in tg_class_method_variant()
2324 free (method_name); in tg_class_method_variant()
2340 char *method_name; in tg_class_static_method_variant() local
2366 free (method_name); in tg_class_static_method_variant()
2374 free (method_name); in tg_class_static_method_variant()
2382 free (method_name); in tg_class_static_method_variant()
[all …]
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dprdbg.c2302 char *method_name; in tg_class_method_variant() local
2325 free (method_name); in tg_class_method_variant()
2333 free (method_name); in tg_class_method_variant()
2346 free (method_name); in tg_class_method_variant()
2355 free (method_name); in tg_class_method_variant()
2363 free (method_name); in tg_class_method_variant()
2379 char *method_name; in tg_class_static_method_variant() local
2405 free (method_name); in tg_class_static_method_variant()
2413 free (method_name); in tg_class_static_method_variant()
2421 free (method_name); in tg_class_static_method_variant()
[all …]
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dprdbg.c2302 char *method_name; in tg_class_method_variant() local
2325 free (method_name); in tg_class_method_variant()
2333 free (method_name); in tg_class_method_variant()
2346 free (method_name); in tg_class_method_variant()
2355 free (method_name); in tg_class_method_variant()
2363 free (method_name); in tg_class_method_variant()
2379 char *method_name; in tg_class_static_method_variant() local
2405 free (method_name); in tg_class_static_method_variant()
2413 free (method_name); in tg_class_static_method_variant()
2421 free (method_name); in tg_class_static_method_variant()
[all …]
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dprdbg.c2302 char *method_name; in tg_class_method_variant() local
2325 free (method_name); in tg_class_method_variant()
2333 free (method_name); in tg_class_method_variant()
2346 free (method_name); in tg_class_method_variant()
2355 free (method_name); in tg_class_method_variant()
2363 free (method_name); in tg_class_method_variant()
2379 char *method_name; in tg_class_static_method_variant() local
2405 free (method_name); in tg_class_static_method_variant()
2413 free (method_name); in tg_class_static_method_variant()
2421 free (method_name); in tg_class_static_method_variant()
[all …]

123