Searched refs:newCount (Results 1 – 2 of 2) sorted by relevance
290 unsigned newCount, auto setAttrFn) { in setFunctionType() argument291 if (oldCount == newCount) in setFunctionType()294 if (newCount == 0) { in setFunctionType()303 if (newCount < oldCount) in setFunctionType()304 return setAttrFn(op, attrs.getValue().take_front(newCount)); in setFunctionType()309 newAttrs.resize(newCount); in setFunctionType()
461 int32_t newCount; in _Block_release() local463 newCount = latching_decr_int(&aBlock->flags) & BLOCK_REFCOUNT_MASK; in _Block_release()464 if (newCount > 0) return; in _Block_release()