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

  /src/external/gpl3/gcc/dist/libgomp/config/accel/
target-indirect.c 64 static htab_t indirect_htab = NULL; variable
77 if (!indirect_htab)
84 indirect_htab = htab_create (num_ind_funcs);
90 hash_entry_type *slot = htab_find_slot (&indirect_htab, &element,
104 assert (indirect_htab);
107 hash_entry_type entry = htab_find (indirect_htab, &element);

Completed in 15 milliseconds