reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
904 int i, n = global_list.size(); 909 for (Module::global_iterator I = global_list.begin(), E = global_list.end(); 909 for (Module::global_iterator I = global_list.begin(), E = global_list.end(); 914 while (!global_list.empty()) 915 global_list.remove(global_list.begin()); 915 global_list.remove(global_list.begin()); 922 global_list.insert(global_list.end(), gv_array[i]); 922 global_list.insert(global_list.end(), gv_array[i]);