Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp777 constexpr auto T_max = std::numeric_limits<typename T::value_type>::max(); in fill_clamp() local
778 dest = src >= 0 && static_cast<UU>(src) <= T_max ? src : fallback; in fill_clamp()