Searched refs:global_list (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp944 Module::GlobalListType &global_list = M.getGlobalList(); local
945 int i, n = global_list.size();
950 for (Module::global_iterator I = global_list.begin(), E = global_list.end();
954 // second, empty global_list
955 while (!global_list.empty())
956 global_list.remove(global_list.begin());
963 global_list.insert(global_list
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c252 struct gc_list *global_list; member in struct:rb_objspace
286 #define global_List objspace->global_list

Completed in 72 milliseconds