Home
last modified time | relevance | path

Searched refs:is_link_var (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-offload.cc123 bool is_link_var in add_decls_addresses_to_decl_constructor() local
139 if (!is_link_var) in add_decls_addresses_to_decl_constructor()
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dtarget.c2155 bool is_link_var = link_bit & (uintptr_t) host_var_table[i * 2 + 1]; in gomp_load_image_to_device() local
2157 if (!is_link_var && (uintptr_t) host_var_table[i * 2 + 1] != target_size) in gomp_load_image_to_device()
2171 k->refcount = is_link_var ? REFCOUNT_LINK : REFCOUNT_INFINITY; in gomp_load_image_to_device()