Searched refs:link_key (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-init.c399 k->aux->link_key = NULL;
H A Dlibgomp.h998 splay_tree_key link_key; member in struct:splay_tree_aux
H A Dtarget.c1134 k->aux->link_key = n;
1254 if (k->aux && k->aux->link_key)
1371 if (k->aux->link_key)
1373 (splay_tree_node) k->aux->link_key);
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-init.c399 k->aux->link_key = NULL;
H A Dlibgomp.h1102 splay_tree_key link_key; member in struct:splay_tree_aux
H A Dtarget.c1514 k->aux->link_key = n;
1676 if (k->aux && k->aux->link_key)
1812 if (k->aux->link_key)
1813 splay_tree_insert (sp, (splay_tree_node) k->aux->link_key);

Completed in 170 milliseconds