HomeSort by: relevance | last modified time | path
    Searched defs:is_link_var (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
omp-offload.cc 123 bool is_link_var local
139 if (!is_link_var)
  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 2155 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;
  /src/external/gpl3/gcc/dist/gcc/
omp-offload.cc 123 bool is_link_var local
139 if (!is_link_var)
  /src/external/gpl3/gcc/dist/libgomp/
target.c 2429 bool is_link_var = link_bit & (uintptr_t) host_var_table[i * 2 + 1]; local
2431 if (!is_link_var && (uintptr_t) host_var_table[i * 2 + 1] != target_size)
2445 k->refcount = is_link_var ? REFCOUNT_LINK : REFCOUNT_INFINITY;

Completed in 36 milliseconds