Searched refs:TopT (Results 1 – 2 of 2) sorted by relevance
116 const uintmax_t TopT = uintmax_t(std::numeric_limits<T>::max()); in canTypeFitValue() local 119 (TopT < TopU && Value > static_cast<U>(TopT))); in canTypeFitValue()
1332 using TopT = typename PrimConv<TopName>::T; in Flip() local1335 const auto &Top = S.Stk.pop<TopT>(); in Flip()1338 S.Stk.push<TopT>(Top); in Flip()