HomeSort by relevance Sort by last modified time
    Searched defs:__value (Results 51 - 66 of 66) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algobase.h 139 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value
140 && __are_same<_ValueType1&, _ReferenceType1>::__value
141 && __are_same<_ValueType2&, _ReferenceType2>::__value>::
266 : _Iter_base<_Iterator, __is_normal_iterator<_Iterator>::__value>
277 : _Iter_base<_Iterator, __is_move_iterator<_Iterator>::__value>
379 && __is_pointer<_II>::__value
380 && __is_pointer<_OI>::__value
381 && __are_same<_ValueTypeI, _ValueTypeO>::__value);
399 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
405 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value,
723 __value); local
    [all...]
stl_vector.h 259 vector(size_type __n, const value_type& __value,
262 { _M_fill_initialize(__n, __value); }
273 vector(size_type __n, const value_type& __value = value_type(),
276 { _M_fill_initialize(__n, __value); }
1151 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
stl_algo.h 910 _OutputIterator __result, const _Tp& __value)
921 if (!(*__first == __value))
1304 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1381 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 128 float __value; member in struct:__gnu_profile::__cost_factor
542 __factor->__value); }
573 __factor->__value = std::atof(__env_value);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 227 vector(size_type __n, const value_type& __value = value_type(),
230 { _M_fill_initialize(__n, __value); }
1007 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
stl_algo.h 925 _OutputIterator __result, const _Tp& __value)
936 if (!(*__first == __value))
1319 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1396 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 227 vector(size_type __n, const value_type& __value = value_type(),
230 { _M_fill_initialize(__n, __value); }
1007 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
stl_algo.h 925 _OutputIterator __result, const _Tp& __value)
936 if (!(*__first == __value))
1319 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1396 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 227 vector(size_type __n, const value_type& __value = value_type(),
230 { _M_fill_initialize(__n, __value); }
1007 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
stl_algo.h 925 _OutputIterator __result, const _Tp& __value)
936 if (!(*__first == __value))
1319 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1396 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 227 vector(size_type __n, const value_type& __value = value_type(),
230 { _M_fill_initialize(__n, __value); }
1007 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
stl_algo.h 925 _OutputIterator __result, const _Tp& __value)
936 if (!(*__first == __value))
1319 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1396 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 184 enum { __value = 1 }; enumerator in enum:__is_scalar_type::__anon5938
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() { }
234 enum { __value = 0 }; enumerator in enum:PR5796::__is_scalar_type::__anon5940
242 typename __enable_if<!__is_scalar_type<T>::__value, void>::__type __fill_a() { };
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 925 _OutputIterator __result, const _Tp& __value)
936 if (!(*__first == __value))
1319 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1396 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algo.h 910 _OutputIterator __result, const _Tp& __value)
921 if (!(*__first == __value))
1304 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1381 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 756 extern int setenv (__const char *__name, __const char *__value, int __replace)
832 extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt,
838 extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt,
844 extern char *gcvt (double __value, int __ndigit, char *__buf)
850 extern char *qecvt (long double __value, int __ndigit,
853 extern char *qfcvt (long double __value, int __ndigit,
856 extern char *qgcvt (long double __value, int __ndigit, char *__buf)
862 extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt,
865 extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt,
869 extern int qecvt_r (long double __value, int __ndigit
4891 } __value; member in struct:__anon15776
    [all...]

Completed in 433 milliseconds

1 23