Lines Matching refs:sd
525 auto sd = structs_.Lookup(id);526 if (sd) sd->refcount++;527 return sd;2412 auto &sd = **struct_it;2413 for (auto field_it = sd.fields.vec.begin();2414 field_it != sd.fields.vec.end(); ++field_it) {