Home
last modified time | relevance | path

Searched refs:setUnused (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dallocator_list.d92 void setUnused() { next = &this; } in setUnused() function
209 newAllocators[i].setUnused; in moveAllocators()
228 newAllocators[i].setUnused; in moveAllocators()
268 allocators[$ - 1].setUnused; in addAllocator()
315 allocators[$ - 1].setUnused; in addAllocator()
450 n.setUnused; in deallocate()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dallocator_list.d96 void setUnused() { next = &this; } in setUnused() function
281 newAllocators[i].setUnused; in moveAllocators()
300 newAllocators[i].setUnused; in moveAllocators()
340 allocators[$ - 1].setUnused; in addAllocator()
387 allocators[$ - 1].setUnused; in addAllocator()
522 n.setUnused; in deallocate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h188 void setUnused(const BitVector &RegUnits) { in setUnused() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp237 setUnused(KillRegUnits); in forward()