Searched defs:SwapAndRestore (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h143 template <class T> class SwapAndRestore { class
149 SwapAndRestore(T &Restore_) : SwapAndRestore(Restore_, Restore_) {} function in class:SwapAndRestore
151 SwapAndRestore(T &Restore_, T NewVal) function in class:SwapAndRestore

Completed in 68 milliseconds