CalleesSet        167 tools/gcmole/gcmole.cc     CalleesSet* callees = callgraph_[name];
CalleesSet        170 tools/gcmole/gcmole.cc       callgraph_[name] = callees = new CalleesSet();
CalleesSet        190 tools/gcmole/gcmole.cc       CalleesSet* callees = i->second;
CalleesSet        191 tools/gcmole/gcmole.cc       for (CalleesSet::const_iterator j = callees->begin(), e = callees->end();
CalleesSet        202 tools/gcmole/gcmole.cc   std::stack<CalleesSet* > scopes_;
CalleesSet        240 tools/gcmole/gcmole.cc static CalleesSet gc_suspects;