HomeSort by relevance Sort by last modified time
    Searched defs:__enable_if (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
type_traits.h 43 struct __enable_if struct
47 struct __enable_if<true, _Tp> struct
66 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
109 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
type_traits.h 43 struct __enable_if struct
47 struct __enable_if<true, _Tp> struct
66 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
109 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  /bionic/libc/include/sys/
cdefs.h 162 # define __enable_if(cond, msg) __attribute__((enable_if(cond, msg))) macro
  /external/clang/test/CodeGenCXX/
mangle.cpp 187 template<bool, typename> struct __enable_if { }; struct
189 template<typename T> struct __enable_if<true, T> { struct
194 template<typename T> typename __enable_if<__is_scalar_type<T>::__value, void>::__type ft7() { }
225 template<typename T> typename __enable_if<(__is_scalar_type<T>::__value), void>::__type ft8() { }
237 template<bool, typename> struct __enable_if {}; struct in namespace:PR5796
238 template<typename T> struct __enable_if<true, T> { typedef T __type; }; struct in namespace:PR5796
242 typename __enable_if<!__is_scalar_type<T>::__value, void>::__type __fill_a() { };

Completed in 87 milliseconds