/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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_iterator.h | 418 * @param __value An instance of whatever type 430 operator=(typename _Container::const_reference __value) 432 container->push_back(__value); 437 operator=(const typename _Container::value_type& __value) 439 container->push_back(__value); 444 operator=(typename _Container::value_type&& __value) 446 container->push_back(std::move(__value)); 508 * @param __value An instance of whatever type 520 operator=(typename _Container::const_reference __value) 522 container->push_front(__value); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
partial_sum.h | 51 * @param __value Start value. Must be passed since the neutral 61 typename std::iterator_traits <_IIter>::value_type __value) 68 __value = __bin_op(__value, *__begin); 69 *__result = __value;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
partial_sum.h | 51 * @param __value Start value. Must be passed since the neutral 61 typename std::iterator_traits <_IIter>::value_type __value) 68 __value = __bin_op(__value, *__begin); 69 *__result = __value;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
partial_sum.h | 51 * @param __value Start value. Must be passed since the neutral 61 typename std::iterator_traits <_IIter>::value_type __value) 68 __value = __bin_op(__value, *__begin); 69 *__result = __value;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
partial_sum.h | 51 * @param __value Start value. Must be passed since the neutral 61 typename std::iterator_traits <_IIter>::value_type __value) 68 __value = __bin_op(__value, *__begin); 69 *__result = __value;
|
/ndk/sources/cxx-stl/stlport/stlport/ |
type_traits | 56 static const bool __value; 58 static const bool __value = sizeof(__test<_Tp>(0)) == sizeof(__select_types::__t1); 65 const bool __instance<_Tp>::__value = sizeof(__instance<_Tp>::__test<_Tp>(0)) == sizeof(__select_types::__t1); 81 static const bool __value; 83 static const bool __value = sizeof(__test<T>(0)) == sizeof(__select_types::__t1); 89 const bool __uoc_aux<T>::__value = sizeof(__uoc_aux<T>::__test<T>(0)) == sizeof(__select_types::__t1); 115 static const bool __value; 117 static const bool __value = B ? (sizeof(__inheritance_aux<T,B>) == sizeof(T)) : false; 123 const bool __virtual_aux<T,B>::__value = B ? (sizeof(__inheritance_aux<T,B>) == sizeof(T)) : false; 146 public integral_constant<bool, __uoc_aux<_Tp>::__value> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
numeric_traits.h | 85 (std::__are_same<_Tp, float>::__value ? _Fval \ 86 : std::__are_same<_Tp, double>::__value ? _Dval : _LDval) 125 : public __conditional_type<std::__is_integer<_Value>::__value,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
numeric_traits.h | 85 (std::__are_same<_Tp, float>::__value ? _Fval \ 86 : std::__are_same<_Tp, double>::__value ? _Dval : _LDval) 125 : public __conditional_type<std::__is_integer<_Value>::__value,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
numeric_traits.h | 85 (std::__are_same<_Tp, float>::__value ? _Fval \ 86 : std::__are_same<_Tp, double>::__value ? _Dval : _LDval) 125 : public __conditional_type<std::__is_integer<_Value>::__value,
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
numeric_traits.h | 85 (std::__are_same<_Tp, float>::__value ? _Fval \ 86 : std::__are_same<_Tp, double>::__value ? _Dval : _LDval) 125 : public __conditional_type<std::__is_integer<_Value>::__value,
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/ |
type_traits | 56 static const bool __value; 58 static const bool __value = sizeof(__test<_Tp>(0)) == sizeof(__select_types::__t1); 65 const bool __instance<_Tp>::__value = sizeof(__instance<_Tp>::__test<_Tp>(0)) == sizeof(__select_types::__t1); 81 static const bool __value; 83 static const bool __value = sizeof(__test<T>(0)) == sizeof(__select_types::__t1); 89 const bool __uoc_aux<T>::__value = sizeof(__uoc_aux<T>::__test<T>(0)) == sizeof(__select_types::__t1); 115 static const bool __value; 117 static const bool __value = B ? (sizeof(__inheritance_aux<T,B>) == sizeof(T)) : false; 123 const bool __virtual_aux<T,B>::__value = B ? (sizeof(__inheritance_aux<T,B>) == sizeof(T)) : false; 146 public integral_constant<bool, __uoc_aux<_Tp>::__value> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_vector_to_list.h | 236 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value 238 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value 240 * _GLIBCXX_PROFILE_DATA(__vector_resize_cost_factor).__value); 248 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value 250 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value 252 * _GLIBCXX_PROFILE_DATA(__list_resize_cost_factor).__value);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_vector_to_list.h | 236 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value 238 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value 240 * _GLIBCXX_PROFILE_DATA(__vector_resize_cost_factor).__value); 248 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value 250 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value 252 * _GLIBCXX_PROFILE_DATA(__list_resize_cost_factor).__value);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
profiler_vector_to_list.h | 236 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value 238 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value 240 * _GLIBCXX_PROFILE_DATA(__vector_resize_cost_factor).__value); 248 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value 250 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value 252 * _GLIBCXX_PROFILE_DATA(__list_resize_cost_factor).__value);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_vector_to_list.h | 236 * _GLIBCXX_PROFILE_DATA(__vector_shift_cost_factor).__value 238 * _GLIBCXX_PROFILE_DATA(__vector_iterate_cost_factor).__value 240 * _GLIBCXX_PROFILE_DATA(__vector_resize_cost_factor).__value); 248 * _GLIBCXX_PROFILE_DATA(__list_shift_cost_factor).__value 250 * _GLIBCXX_PROFILE_DATA(__list_iterate_cost_factor).__value 252 * _GLIBCXX_PROFILE_DATA(__list_resize_cost_factor).__value);
|
/external/clang/test/PCH/ |
cxx-traits.cpp | 11 bool _Is_pod_comparator = n::__is_pod<int>::__value; 12 bool _Is_empty_check = n::__is_empty<int>::__value;
|
cxx-traits.h | 7 enum { __value }; enumerator in enum:n::__is_pod::__anon8604 12 enum { __value }; enumerator in enum:n::__is_empty::__anon8605
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
mathcalls.h | 193 __MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__)); 196 __MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__)); 202 __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__)); 205 __MATHDECL_1 (int,finite,, (_Mdouble_ __value)) __attribute__ ((__const__)); 231 __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__)); 235 __MATHDECL_1 (int,isnan,, (_Mdouble_ __value)) __attribute__ ((__const__)); 346 __MATHDECL_1 (int, __fpclassify,, (_Mdouble_ __value)) 350 __MATHDECL_1 (int, __signbit,, (_Mdouble_ __value))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
mathcalls.h | 194 __MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__)); 197 __MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__)); 203 __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__)); 206 __MATHDECL_1 (int,finite,, (_Mdouble_ __value)) __attribute__ ((__const__)); 232 __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__)); 236 __MATHDECL_1 (int,isnan,, (_Mdouble_ __value)) __attribute__ ((__const__)); 347 __MATHDECL_1 (int, __fpclassify,, (_Mdouble_ __value)) 351 __MATHDECL_1 (int, __signbit,, (_Mdouble_ __value))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
mathcalls.h | 194 __MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__)); 197 __MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__)); 203 __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__)); 206 __MATHDECL_1 (int,finite,, (_Mdouble_ __value)) __attribute__ ((__const__)); 232 __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__)); 236 __MATHDECL_1 (int,isnan,, (_Mdouble_ __value)) __attribute__ ((__const__)); 347 __MATHDECL_1 (int, __fpclassify,, (_Mdouble_ __value)) 351 __MATHDECL_1 (int, __signbit,, (_Mdouble_ __value))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_iterator.h | 417 * @param __value An instance of whatever type 429 operator=(typename _Container::const_reference __value) 431 container->push_back(__value); 436 operator=(const typename _Container::value_type& __value) 438 container->push_back(__value); 443 operator=(typename _Container::value_type&& __value) 445 container->push_back(std::move(__value)); 507 * @param __value An instance of whatever type 519 operator=(typename _Container::const_reference __value) 521 container->push_front(__value); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_iterator.h | 417 * @param __value An instance of whatever type 429 operator=(typename _Container::const_reference __value) 431 container->push_back(__value); 436 operator=(const typename _Container::value_type& __value) 438 container->push_back(__value); 443 operator=(typename _Container::value_type&& __value) 445 container->push_back(std::move(__value)); 507 * @param __value An instance of whatever type 519 operator=(typename _Container::const_reference __value) 521 container->push_front(__value); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_iterator.h | 417 * @param __value An instance of whatever type 429 operator=(typename _Container::const_reference __value) 431 container->push_back(__value); 436 operator=(const typename _Container::value_type& __value) 438 container->push_back(__value); 443 operator=(typename _Container::value_type&& __value) 445 container->push_back(std::move(__value)); 507 * @param __value An instance of whatever type 519 operator=(typename _Container::const_reference __value) 521 container->push_front(__value); [all...] |
/bionic/libm/arm64/ |
fenv.c | 42 #define __get(REGISTER, __value) { \ 45 __value = (__uint32_t) __value64; \ 50 #define __set(REGISTER, __value) { \ 51 uint64_t __value64 = __value; \
|