Searched refs:next_it (Results 1 – 1 of 1) sorted by relevance
127 auto next_it = it; in GetVariableLocations() local128 next_it++; in GetVariableLocations()129 const uint32_t high_pc = next_it != stack_maps.end() in GetVariableLocations()130 ? next_it->first in GetVariableLocations()