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

  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c 1142 get_file_basename (const char *name) function
1318 filename = get_file_basename (all_infos[i].obj1->filename);
1320 filename = get_file_basename (all_infos[i].obj2->filename);
  /src/external/gpl3/gcc/dist/libgcc/
libgcov-util.c 1230 get_file_basename (const char *name) function
1406 filename = get_file_basename (all_infos[i].obj1->filename);
1408 filename = get_file_basename (all_infos[i].obj2->filename);
  /src/external/gpl3/gcc/dist/gcc/
gengtype.cc 85 static const char *get_file_basename (const input_file *);
455 const char *basename = get_file_basename (gt_files[f]);
1781 get_file_basename (const input_file *inpf)
1999 output_name and get_file_basename to compute their for_name
2029 basename = get_file_basename (inpf);
2059 * get_file_basename to compute their for_name. The output_name is
2065 char *newbasename = CONST_CAST (char*, get_file_basename (inpf));
1774 get_file_basename (const input_file *inpf) function
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 85 static const char *get_file_basename (const input_file *);
455 const char *basename = get_file_basename (gt_files[f]);
1811 get_file_basename (const input_file *inpf)
2029 output_name and get_file_basename to compute their for_name
2059 basename = get_file_basename (inpf);
2089 * get_file_basename to compute their for_name. The output_name is
2095 char *newbasename = CONST_CAST (char*, get_file_basename (inpf));
1804 get_file_basename (const input_file *inpf) function

Completed in 21 milliseconds