Home
last modified time | relevance | path

Searched refs:n_trees (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc2941 int n_trees = 0; in count_trees() local
2942 cp_walk_tree_without_duplicates (&t, count_trees_r, &n_trees); in count_trees()
2943 return n_trees; in count_trees()
H A DChangeLog-20002926 (n_trees): Remove.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c2754 int n_trees = 0; in count_trees() local
2755 cp_walk_tree_without_duplicates (&t, count_trees_r, &n_trees); in count_trees()
2756 return n_trees; in count_trees()