HomeSort by relevance Sort by last modified time
    Searched refs:is_integral_or_enum (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
type_traits.h 158 template <typename T> class is_integral_or_enum { class in namespace:llvm
  /external/llvm/include/llvm/ADT/
Hashing.h 112 typename enable_if<is_integral_or_enum<T>, hash_code>::type hash_value(T value);
348 // FIXME: We want to replace is_integral_or_enum and is_pointer here with
355 : integral_constant<bool, ((is_integral_or_enum<T>::value ||
737 typename enable_if<is_integral_or_enum<T>, hash_code>::type

Completed in 85 milliseconds