Searched refs:prev_nextp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c237 attach_dep_link (dep_link_t l, dep_link_t *prev_nextp)
239 dep_link_t next = *prev_nextp;
245 DEP_LINK_PREV_NEXTP (l) = prev_nextp;
251 gcc_assert (DEP_LINK_PREV_NEXTP (next) == prev_nextp);
257 *prev_nextp = l;
275 dep_link_t *prev_nextp = DEP_LINK_PREV_NEXTP (l);
278 *prev_nextp = next;
281 DEP_LINK_PREV_NEXTP (next) = prev_nextp;
236 attach_dep_link(dep_link_t l, dep_link_t *prev_nextp) argument
274 dep_link_t *prev_nextp = DEP_LINK_PREV_NEXTP (l); local
H A Dsched-int.h285 struct _dep_link **prev_nextp; member in struct:_dep_link
291 #define DEP_LINK_PREV_NEXTP(N) ((N)->prev_nextp)
715 change without updating deps_list->first->next->prev_nextp. Thus
839 change without updating deps_list->first->next->prev_nextp. */
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc237 attach_dep_link (dep_link_t l, dep_link_t *prev_nextp)
239 dep_link_t next = *prev_nextp;
245 DEP_LINK_PREV_NEXTP (l) = prev_nextp;
251 gcc_assert (DEP_LINK_PREV_NEXTP (next) == prev_nextp);
257 *prev_nextp = l;
275 dep_link_t *prev_nextp = DEP_LINK_PREV_NEXTP (l);
278 *prev_nextp = next;
281 DEP_LINK_PREV_NEXTP (next) = prev_nextp;
236 attach_dep_link(dep_link_t l, dep_link_t *prev_nextp) argument
274 dep_link_t *prev_nextp = DEP_LINK_PREV_NEXTP (l); local
H A Dsched-int.h285 struct _dep_link **prev_nextp; member in struct:_dep_link
291 #define DEP_LINK_PREV_NEXTP(N) ((N)->prev_nextp)
715 change without updating deps_list->first->next->prev_nextp. Thus
839 change without updating deps_list->first->next->prev_nextp. */

Completed in 128 milliseconds