Lines Matching defs:const
24 static const bool is_supported = false;
37 static const bool is_supported = false;
53 static const bool is_supported = true;
71 static const bool is_supported = true;
150 static const bool is_supported = false;
163 static const bool is_supported = true;
226 static const bool value = false;
235 static const bool value = StaticDstRangeRelationToSrcRange<Dst, Src>::value ==
258 constexpr StrictNumeric(const StrictNumeric<Src>& rhs)
282 constexpr operator Dst() const {
287 const T value_;
293 const T value) {
299 std::ostream& operator<<(std::ostream& os, const StrictNumeric<T>& value) {
308 constexpr bool operator OP(const L lhs, const R rhs) { \