Searched refs:CalleesSet (Results 1 – 1 of 1) sorted by relevance
49 typedef std::set<MangledName> CalleesSet; typedef159 typedef std::map<MangledName, CalleesSet* > Callgraph;166 CalleesSet* callees = callgraph_[name]; in EnterScope()169 callgraph_[name] = callees = new CalleesSet(); in EnterScope()189 CalleesSet* callees = i->second; in PrintCallGraph()190 for (CalleesSet::const_iterator j = callees->begin(), e = callees->end(); in PrintCallGraph()201 std::stack<CalleesSet* > scopes_;239 static CalleesSet gc_suspects;