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

  /src/external/gpl3/gdb.old/dist/gdb/
d-namespace.c 379 const char **excludep; local
412 for (excludep = current->excludes; *excludep; excludep++)
413 if (strcmp (name, *excludep) == 0)
415 if (*excludep)
cp-namespace.c 424 const char **excludep; local
471 for (excludep = current->excludes; *excludep; excludep++)
472 if (strcmp (name, *excludep) == 0)
474 if (*excludep)
  /src/external/gpl3/gdb/dist/gdb/
d-namespace.c 379 const char **excludep; local
412 for (excludep = current->excludes; *excludep; excludep++)
413 if (strcmp (name, *excludep) == 0)
415 if (*excludep)
cp-namespace.c 426 const char **excludep; local
473 for (excludep = current->excludes; *excludep; excludep++)
474 if (strcmp (name, *excludep) == 0)
476 if (*excludep)

Completed in 16 milliseconds