Home
last modified time | relevance | path

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

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