Searched refs:method_name (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h158 char* method_name; member in struct:_iJIT_Method_NIDS
183 char* method_name; member in struct:_iJIT_Method_Load
H A DIntelJITEventListener.cpp103 Result.method_name = const_cast<char*>(FnName);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Djv-typeprint.c210 char *method_name; local
217 method_name = TYPE_FN_FIELDLIST_NAME (type, i);
219 is_constructor = name && strcmp (method_name, name) == 0;
H A Dlinespec.c224 char *method_name = TYPE_FN_FIELDLIST_NAME (t, method_counter); local
227 if (strncmp (method_name, "__", 2) == 0 ||
228 strncmp (method_name, "op", 2) == 0 ||
229 strncmp (method_name, "type", 4) == 0)
231 if (cplus_demangle_opname (method_name, dem_opname, DMGL_ANSI))
232 method_name = dem_opname;
233 else if (cplus_demangle_opname (method_name, dem_opname, 0))
234 method_name = dem_opname;
237 if (strcmp_iw (name, method_name) == 0)
H A Dp-typeprint.c632 char *method_name = TYPE_FN_FIELDLIST_NAME (type, i);
702 method_name,
631 char *method_name = TYPE_FN_FIELDLIST_NAME (type, i); local
H A Dc-typeprint.c947 char *method_name = TYPE_FN_FIELDLIST_NAME (type, i);
949 int is_constructor = name && strcmp (method_name, name) == 0;
956 || method_name[0] == '~';
1031 method_name,
946 char *method_name = TYPE_FN_FIELDLIST_NAME (type, i); local
H A Dhpread.c3639 char *method_name = NULL;
3902 method_name = (char *) (VT (objfile) + fn_fieldp->dfunc.name);
3905 if (!method_name || /* no name */
3906 !*method_name || /* or null name */
3907 cplus_mangle_opname (method_name, DMGL_ANSI)) /* or name is an operator like "<" */
3911 method_name = xmalloc (strlen (op_string) + 1); /* don't overwrite VT! */
3912 strcpy (method_name, op_string);
3919 if (DEPRECATED_STREQ (fn_p->field.name, method_name))
3937 fn_list->field.name = method_name;
3968 fn_p->field.fn_fields[ix].physname = method_name;
3624 char *method_name = NULL; local
[all...]
H A Dstabsread.c2122 char *method_name;
2124 method_name = method_name_from_physname (physname);
2126 if (method_name == NULL)
2133 if (strcmp (*old_name, method_name) != 0)
2136 *old_name = method_name;
2139 xfree (method_name);
2116 char *method_name; local
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_powerres.c316 char *method_name, *reslist_name; local
343 method_name = "_PS0";
347 method_name = "_PS1";
351 method_name = "_PS2";
355 method_name = "_PS3";
374 if (ACPI_FAILURE(AcpiGetHandle(consumer, method_name, &method_handle)))
/freebsd-9.3-release/lib/libc/net/
H A Dnsdispatch.c617 const char *method_name, const ns_src defaults[], ...)
661 method_name, disp_tab, &mdata);
681 method_name, disp_tab, &mdata);
735 srclist[i].name, database, method_name);
616 _nsdispatch(void *retval, const ns_dtab disp_tab[], const char *database, const char *method_name, const ns_src defaults[], ...) argument
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dprdbg.c2265 char *method_name;
2282 method_name = strdup (context ? info->stack->next->next->method
2286 if (! substitute_type (info, method_name))
2309 method_name, info->filename, method_type, info->stack->type);
2311 free (method_name);
2327 char *method_name;
2349 method_name = strdup (info->stack->next->method);
2364 method_name, info->filename, method_type, info->stack->type,
2367 free (method_name);
2259 char *method_name; local
2321 char *method_name; local

Completed in 202 milliseconds