Searched refs:i2 (Results 1 – 1 of 1) sorted by relevance
99 const auto &i2 = p->symbols.find(name); in get_symbol() local100 if (i2 != p->symbols.end()) in get_symbol()101 return i2->second; in get_symbol()