HomeSort by relevance Sort by last modified time
    Searched refs:__enable_if (Results 1 - 25 of 30) sorted by null

1 2

  /bionic/libc/include/bits/fortify/
stat.h 45 __enable_if(1, "")
stdio.h 61 __enable_if(__bos(dest) != __BIONIC_FORTIFY_UNKNOWN_SIZE &&
79 __enable_if(__bos(dest) != __BIONIC_FORTIFY_UNKNOWN_SIZE &&
string.h 193 __overloadable __enable_if(__builtin_strlen(s) != -1ULL,
  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 72 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
78 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
84 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
230 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
291 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
308 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
320 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
332 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
367 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
stl_algobase.h 405 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
411 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
417 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
677 __gnu_cxx::__enable_if<!__is_scalar<_Tp>::__value, void>::__type
687 __gnu_cxx::__enable_if<__is_scalar<_Tp>::__value, void>::__type
699 __gnu_cxx::__enable_if<__is_byte<_Tp>::__value, void>::__type
734 __gnu_cxx::__enable_if<!__is_scalar<_Tp>::__value, _OutputIterator>::__type
745 __gnu_cxx::__enable_if<__is_scalar<_Tp>::__value, _OutputIterator>::__type
757 __gnu_cxx::__enable_if<__is_byte<_Tp>::__value, _Tp*>::__type
    [all...]
locale_facets.h     [all...]
stl_iterator.h 731 typename __enable_if<
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 72 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
78 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
84 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
230 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
291 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
308 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
320 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
332 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
367 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
stl_algobase.h 405 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
411 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
417 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
677 __gnu_cxx::__enable_if<!__is_scalar<_Tp>::__value, void>::__type
687 __gnu_cxx::__enable_if<__is_scalar<_Tp>::__value, void>::__type
699 __gnu_cxx::__enable_if<__is_byte<_Tp>::__value, void>::__type
734 __gnu_cxx::__enable_if<!__is_scalar<_Tp>::__value, _OutputIterator>::__type
745 __gnu_cxx::__enable_if<__is_scalar<_Tp>::__value, _OutputIterator>::__type
757 __gnu_cxx::__enable_if<__is_byte<_Tp>::__value, _Tp*>::__type
    [all...]
locale_facets.h     [all...]
stl_iterator.h 731 typename __enable_if<
    [all...]
  /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() { };
  /bionic/libc/include/
string.h 152 #define __prefer_this_overload __enable_if(true, "preferred overload") __enable_if(true, "")
  /bionic/libc/include/sys/
cdefs.h 162 # define __enable_if(cond, msg) __attribute__((enable_if(cond, msg))) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
safe_local_iterator.h 124 typename __gnu_cxx::__enable_if<std::__are_same<
safe_iterator.h 199 typename __gnu_cxx::__enable_if<(std::__are_same<_MutableIterator,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
iterator_tracker.h 70 typename __gnu_cxx::__enable_if
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
safe_local_iterator.h 124 typename __gnu_cxx::__enable_if<std::__are_same<
safe_iterator.h 199 typename __gnu_cxx::__enable_if<(std::__are_same<_MutableIterator,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
iterator_tracker.h 70 typename __gnu_cxx::__enable_if
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
demangle_test.go 125 "__gnu_cxx::__normal_iterator<E<F::G::H> const*, std::vector<E<F::G::H>, std::allocator<E<F::G::H> > > >::__normal_iterator<E<F::G::H>*>(__gnu_cxx::__normal_iterator<E<F::G::H>*, __gnu_cxx::__enable_if<std::__are_same<E<F::G::H>*, E<F::G::H>*>::__value, std::vector<E<F::G::H>, std::allocator<E<F::G::H> > > >::I> const&)",
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
demangle_test.go 125 "__gnu_cxx::__normal_iterator<E<F::G::H> const*, std::vector<E<F::G::H>, std::allocator<E<F::G::H> > > >::__normal_iterator<E<F::G::H>*>(__gnu_cxx::__normal_iterator<E<F::G::H>*, __gnu_cxx::__enable_if<std::__are_same<E<F::G::H>*, E<F::G::H>*>::__value, std::vector<E<F::G::H>, std::allocator<E<F::G::H> > > >::I> const&)",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 242 typedef typename __gnu_cxx::__enable_if<
    [all...]

Completed in 549 milliseconds

1 2