Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSequence.h116 const uintmax_t TopT = uintmax_t(std::numeric_limits<T>::max()); in canTypeFitValue() local
119 (TopT < TopU && Value > static_cast<U>(TopT))); in canTypeFitValue()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h1332 using TopT = typename PrimConv<TopName>::T; in Flip() local
1335 const auto &Top = S.Stk.pop<TopT>(); in Flip()
1338 S.Stk.push<TopT>(Top); in Flip()