Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc3787 static const std::pair<tree *, unsigned> global_tree_arys[] = variable
19742 for (unsigned jx = 0; global_tree_arys[jx].first; jx++) in init_modules()
19744 const tree *ptr = global_tree_arys[jx].first; in init_modules()
19745 unsigned limit = global_tree_arys[jx].second; in init_modules()