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

/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c493 bool new_encountered_refcount; local
503 new_encountered_refcount = false;
509 new_encountered_refcount = true;
514 new_encountered_refcount = true;
530 *do_copy = (set_to_zero || (!new_encountered_refcount && is_zero));
531 *do_remove = (new_encountered_refcount && set_to_zero);

Completed in 197 milliseconds