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

  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 439 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 = k->structelem_refcount_ptr
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/
target.c 484 uintptr_t *refcount_ptr = &k->refcount;
487 refcount_ptr = &k->structelem_refcount;
489 refcount_ptr = k->structelem_refcount_ptr;
493 if (htab_find (*refcount_set, refcount_ptr))
495 uintptr_t **slot = htab_find_slot (refcount_set, refcount_ptr, INSERT);
496 *slot = refcount_ptr;
499 *refcount_ptr += 1;
533 uintptr_t *refcount_ptr = &k->refcount; local
536 refcount_ptr = &k->structelem_refcount;
538 refcount_ptr = k->structelem_refcount_ptr
    [all...]

Completed in 16 milliseconds