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

  /src/external/gpl3/gdb.old/dist/gdb/
cp-support.c 1037 cp_find_first_component (const char *name) function
1042 /* Helper function for cp_find_first_component. Like that function,
1190 unsigned int current_len = cp_find_first_component (name);
1199 current_len += cp_find_first_component (name + current_len);
1893 unsigned int len = cp_find_first_component (sname);
2277 /* This is a front end for cp_find_first_component, for unit testing.
2279 cp_find_first_component. */
2287 int len = cp_find_first_component (arg);
  /src/external/gpl3/gdb/dist/gdb/
cp-support.c 1055 cp_find_first_component (const char *name) function
1060 /* Helper function for cp_find_first_component. Like that function,
1208 unsigned int current_len = cp_find_first_component (name);
1217 current_len += cp_find_first_component (name + current_len);
1907 unsigned int len = cp_find_first_component (sname);
2291 /* This is a front end for cp_find_first_component, for unit testing.
2293 cp_find_first_component. */
2301 int len = cp_find_first_component (arg);

Completed in 18 milliseconds