Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DSequence.h113 template <typename T, typename U> bool canTypeFitValue(const U Value) { in canTypeFitValue() function
131 if (!canTypeFitValue<intmax_t>(FromValue)) in from()
168 if (!canTypeFitValue<Integral>(Value)) in to()