Searched refs:WasErased (Results 1 – 3 of 3) sorted by relevance
177 bool WasErased = UseMap.erase(Ref); in dropRef() local178 (void)WasErased; in dropRef()179 assert(WasErased && "Expected to drop a reference"); in dropRef()
209 bool WasErased = UseMap.erase(Ref); in dropRef() local210 (void)WasErased; in dropRef()211 assert(WasErased && "Expected to drop a reference"); in dropRef()
210 bool WasErased = UseMap.erase(Ref); in dropRef() local211 (void)WasErased; in dropRef()212 assert(WasErased && "Expected to drop a reference"); in dropRef()