Home
last modified time | relevance | path

Searched refs:link_key (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp.h998 splay_tree_key link_key; member
H A Doacc-init.c399 k->aux->link_key = NULL; in acc_shutdown_1()
H A Dtarget.c1134 k->aux->link_key = n; in gomp_map_vars_internal()
1254 if (k->aux && k->aux->link_key) in gomp_map_vars_internal()
1371 if (k->aux->link_key) in gomp_remove_var_internal()
1373 (splay_tree_node) k->aux->link_key); in gomp_remove_var_internal()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Doacc-init.c399 k->aux->link_key = NULL; in acc_shutdown_1()
H A Dlibgomp.h1102 splay_tree_key link_key; member
H A Dtarget.c1514 k->aux->link_key = n; in gomp_map_vars_internal()
1676 if (k->aux && k->aux->link_key) in gomp_map_vars_internal()
1812 if (k->aux->link_key) in gomp_remove_splay_tree_key()
1813 splay_tree_insert (sp, (splay_tree_node) k->aux->link_key); in gomp_remove_splay_tree_key()
H A DChangeLog4778 (struct splay_tree_key_s): Replace link_key field with aux pointer.
4779 * target.c (gomp_map_vars_internal): Adjust for link_key being moved
4783 link_key field.
10379 (struct splay_tree_key_s): Add link_key.