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

  /src/external/gpl3/gcc/dist/gcc/
value-prof.cc 351 histogram_value *next_p = NULL; local
409 if (!next_p)
412 *next_p = new_val;
413 next_p = &new_val->hvalue.next;
  /src/external/gpl3/gcc.old/dist/gcc/
value-prof.cc 363 histogram_value *next_p = NULL; local
421 if (!next_p)
424 *next_p = new_val;
425 next_p = &new_val->hvalue.next;
  /src/external/gpl3/gdb/dist/gdbserver/
server.cc 3437 char *p, *next_p; local
3444 p = next_p + 1, ++i)
3446 next_p = strchr (p, ';');
3447 if (next_p == NULL)
3448 next_p = p + strlen (p);
3450 if (i == 0 && p == next_p)
3455 else if (p == next_p)
3463 size_t len = next_p - p;
3478 if (*next_p == '\0')
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.cc 3386 char *p, *next_p; local
3393 p = next_p + 1, ++i)
3395 next_p = strchr (p, ';');
3396 if (next_p == NULL)
3397 next_p = p + strlen (p);
3399 if (i == 0 && p == next_p)
3404 else if (p == next_p)
3412 size_t len = next_p - p;
3427 if (*next_p == '\0')
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 6007 char *next_p = p;
6009 while (next_p != NULL)
6014 p = next_p;
6020 next_p = comma+1;
6025 next_p = NULL;
5992 char *next_p = p; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 5912 char *next_p = p;
5914 while (next_p != NULL)
5919 p = next_p;
5925 next_p = comma+1;
5930 next_p = NULL;
5897 char *next_p = p; local

Completed in 65 milliseconds