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

/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c439 uintptr_t *refcount_ptr = &k->refcount;
442 refcount_ptr = &k->structelem_refcount;
444 refcount_ptr = k->structelem_refcount_ptr;
448 if (htab_find (*refcount_set, refcount_ptr))
450 uintptr_t **slot = htab_find_slot (refcount_set, refcount_ptr, INSERT);
451 *slot = refcount_ptr;
454 *refcount_ptr += 1;
486 uintptr_t *refcount_ptr = &k->refcount; local
489 refcount_ptr = &k->structelem_refcount;
491 refcount_ptr
[all...]

Completed in 139 milliseconds