Home | History | Annotate | Download | only in libgomp

Lines Matching defs:it_p

291   struct goacc_prof_callback_entry *it, *it_p;
293 it_p = NULL;
298 it_p = it;
323 if (it_p == NULL)
335 it_p->next = e;
429 struct goacc_prof_callback_entry *it, *it_p;
431 it_p = NULL;
436 it_p = it;
453 if (it_p == NULL)
456 it_p->next = it->next;