LLVM API Documentation
Functions | |
| template<class Ty> | |
| void | swap (llvm::iplist< Ty > &Left, llvm::iplist< Ty > &Right) |
| template<typename T> | |
| void | swap (llvm::SmallVectorImpl< T > &LHS, llvm::SmallVectorImpl< T > &RHS) |
| Implement std::swap in terms of SmallVector swap. | |
| template<typename T, unsigned N> | |
| void | swap (llvm::SmallVector< T, N > &LHS, llvm::SmallVector< T, N > &RHS) |
| Implement std::swap in terms of SmallVector swap. | |
|
||||||||||||||||
|
Implement std::swap in terms of SmallVector swap.
Definition at line 529 of file SmallVector.h. References llvm::SmallVectorImpl< T >::swap(). |
|
||||||||||||||||
|
Implement std::swap in terms of SmallVector swap.
Definition at line 522 of file SmallVector.h. References llvm::SmallVectorImpl< T >::swap(). |
|
||||||||||||||||