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

  /external/llvm/include/llvm/Support/
type_traits.h 83 // enable_if_c - Enable/disable a template based on a metafunction
85 struct enable_if_c { struct in namespace:llvm
89 template<typename T> struct enable_if_c<false, T> { }; struct in namespace:llvm
93 struct enable_if : public enable_if_c<Cond::value, T> { };
system_error.h 687 error_condition(E _e, typename enable_if_c<
698 typename enable_if_c
745 error_code(E _e, typename enable_if_c<
757 typename enable_if_c

Completed in 353 milliseconds