OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_dump
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc
700
static tree *
to_dump
= NULL;
variable
722
to_dump
= XRESIZEVEC (tree,
to_dump
, to_dump_count);
729
to_dump
[i++] = n;
792
qsort (
to_dump
, to_dump_count, sizeof (tree), compare_node);
821
|| LOCATION_LINE (decl_sloc (
to_dump
[i], false))
826
if (dump_ada_declaration (pp,
to_dump
[i++], NULL_TREE,
845
walk_tree (&
to_dump
[i], unmark_visited_r, NULL, NULL);
847
/* Finalize the
to_dump
table. */
848
if (
to_dump
)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc
700
static tree *
to_dump
= NULL;
variable
722
to_dump
= XRESIZEVEC (tree,
to_dump
, to_dump_count);
729
to_dump
[i++] = n;
792
qsort (
to_dump
, to_dump_count, sizeof (tree), compare_node);
821
|| LOCATION_LINE (decl_sloc (
to_dump
[i], false))
826
if (dump_ada_declaration (pp,
to_dump
[i++], NULL_TREE,
845
walk_tree (&
to_dump
[i], unmark_visited_r, NULL, NULL);
847
/* Finalize the
to_dump
table. */
848
if (
to_dump
)
[
all
...]
Completed in 21 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026