Searched refs:nextptr (Results 1 – 2 of 2) sorted by relevance
399 %nextptr = getelementptr inbounds %struct.S, %struct.S* %ptr, i64 0, i32 0400 %next = load %struct.S*, %struct.S** %nextptr
2300 PCRE2_SPTR nextptr = eptr + 1; in match() local2301 FORWARDCHARTEST(nextptr, mb->end_subject); in match()2302 if (nextptr > mb->last_used_ptr) mb->last_used_ptr = nextptr; in match()