HomeSort by: relevance | last modified time | path
    Searched defs:proc_name (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-location.h 54 const std::string &proc_name () const function in struct:tui_location_tracker
tui-status.c 177 const std::string &proc_name = tui_location.proc_name ();
178 if (proc_name.size () > proc_width)
180 1 - proc_width, proc_width - 1, proc_name.c_str ());
183 -proc_width, proc_width, proc_name.c_str ());
176 const std::string &proc_name = tui_location.proc_name (); local
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-location.h 54 const std::string &proc_name () const function in struct:tui_location_tracker
tui-status.c 177 const std::string &proc_name = tui_location.proc_name ();
178 if (proc_name.size () > proc_width)
180 1 - proc_width, proc_width - 1, proc_name.c_str ());
183 -proc_width, proc_width, proc_name.c_str ());
176 const std::string &proc_name = tui_location.proc_name (); local
  /src/usr.bin/rpcgen/
rpc_parse.h 121 const char *proc_name; member in struct:proc_list
  /src/external/gpl2/texinfo/dist/makeinfo/
makeinfo.c 2408 const char *proc_name;
2410 proc_name = find_proc_name (brace_stack->proc);
2413 proc_name);
2397 const char *proc_name; local
  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 380 && ns->proc_name && ns->proc_name->attr.if_source == IFSRC_IFBODY)
1461 || sym == sym->ns->proc_name)
4017 if (gfc_current_ns->proc_name
4018 && gfc_current_ns->proc_name->attr.flavor == FL_MODULE)
4266 if (gfc_current_ns->proc_name
4267 && gfc_current_ns->proc_name->attr.if_source == IFSRC_IFBODY
4297 if (gfc_current_ns->proc_name != NULL
4298 && strcmp (sym->name, gfc_current_ns->proc_name->name) == 0)
4392 else if (gfc_current_ns->proc_name)
5047 gfc_symbol *proc_name; local
    [all...]
gfortran.h 1648 gfc_symbol *proc_name; member in struct:gfc_omp_declare_simd
2157 struct gfc_symbol *proc_name; member in struct:gfc_namespace
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
openmp.cc 288 && ns->proc_name && ns->proc_name->attr.if_source == IFSRC_IFBODY)
1287 || sym == sym->ns->proc_name)
3195 if (gfc_current_ns->proc_name
3196 && gfc_current_ns->proc_name->attr.flavor == FL_MODULE)
3429 if (gfc_current_ns->proc_name
3430 && gfc_current_ns->proc_name->attr.if_source == IFSRC_IFBODY
3460 if (gfc_current_ns->proc_name != NULL
3461 && strcmp (sym->name, gfc_current_ns->proc_name->name) == 0)
3555 else if (gfc_current_ns->proc_name)
4025 gfc_symbol *proc_name; local
    [all...]
gfortran.h 1591 gfc_symbol *proc_name; member in struct:gfc_omp_declare_simd
2078 struct gfc_symbol *proc_name; member in struct:gfc_namespace

Completed in 42 milliseconds