Searched refs:is_integral_or_enum (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A Dtype_traits.h54 template <typename T> class is_integral_or_enum { class in namespace:llvm
/external/llvm/include/llvm/ADT/
H A DHashing.h111 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type
347 // FIXME: We want to replace is_integral_or_enum and is_pointer here with
354 : std::integral_constant<bool, ((is_integral_or_enum<T>::value ||
736 typename std::enable_if<is_integral_or_enum<T>::value, hash_code>::type

Completed in 74 milliseconds