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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-offload.c120 bool is_link_var local
136 if (!is_link_var)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-offload.cc123 bool is_link_var local
139 if (!is_link_var)
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c1638 bool is_link_var = link_bit & (uintptr_t) host_var_table[i * 2 + 1]; local
1640 if (!is_link_var && (uintptr_t) host_var_table[i * 2 + 1] != target_size)
1654 k->refcount = is_link_var ? REFCOUNT_LINK : REFCOUNT_INFINITY;
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c2155 bool is_link_var = link_bit & (uintptr_t) host_var_table[i * 2 + 1]; local
2157 if (!is_link_var && (uintptr_t) host_var_table[i * 2 + 1] != target_size)
2171 k->refcount = is_link_var ? REFCOUNT_LINK : REFCOUNT_INFINITY;

Completed in 199 milliseconds