Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dtype_traits.h31 using UnderlyingT = std::remove_reference_t<T>; variable
35 !std::is_class_v<UnderlyingT> && // Filter conversion operators.
36 !std::is_pointer_v<UnderlyingT> &&
37 !std::is_floating_point_v<UnderlyingT> &&
38 (std::is_enum_v<UnderlyingT> ||
39 std::is_convertible_v<UnderlyingT, unsigned long long>);