Searched refs:takes_ownership (Results 1 – 1 of 1) sorted by relevance
360 static bool takes_ownership(ItemType t) { in takes_ownership() function2652 if (takes_ownership(a->type) && !takes_ownership(b->type)) in item_compare()2654 if (!takes_ownership(a->type) && takes_ownership(b->type)) in item_compare()2665 if (takes_ownership(a->type) && takes_ownership(b->type)) in item_compatible()