| /src/external/apache2/llvm/dist/libcxx/include/__memory/ |
| auto_ptr.h | 56 _Tp* __t = __ptr_; variable 58 return __t; 69 {auto_ptr_ref<_Up> __t; __t.__ptr_ = release(); return __t;} variable
|
| unique_ptr.h | 305 pointer __t = __ptr_.first(); variable 307 return __t; 526 pointer __t = __ptr_.first(); variable 528 return __t;
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| bmi2intrin.h | 83 unsigned long __c, __t; local 96 __t = __X << (__p - __c); 98 __result |= (__t & (__mask >> __c)); 141 unsigned long __t; local 143 __t = (__X & (__mask >> __c)) >> (__p - __c); 145 __result |= (__t);
|
| xmmintrin.h | 1267 __vector unsigned int __t; local 1269 __t[0] = __permute_selectors[__element_selector_10]; 1270 __t[1] = __permute_selectors[__element_selector_32]; 1271 __t[2] = __permute_selectors[__element_selector_54] + 0x10101010; 1272 __t[3] = __permute_selectors[__element_selector_76] + 0x10101010; 1273 return vec_perm ((__v4sf) __A, (__v4sf)__B, (__vector unsigned char)__t); 1662 __m64_union __t; local 1666 __t.as_short[0] = __permute_selectors[__element_selector_10]; 1667 __t.as_short[1] = __permute_selectors[__element_selector_32]; 1668 __t.as_short[2] = __permute_selectors[__element_selector_54] [all...] |
| emmintrin.h | 2096 __m64_union __t; local 2099 __t.as_short[0] = __permute_selectors[__element_selector_98]; 2100 __t.as_short[1] = __permute_selectors[__element_selector_BA]; 2101 __t.as_short[2] = __permute_selectors[__element_selector_DC]; 2102 __t.as_short[3] = __permute_selectors[__element_selector_FE]; 2103 __pmask[1] = __t.as_m64; 2130 __m64_union __t; local 2132 __t.as_short[0] = __permute_selectors[__element_selector_10]; 2133 __t.as_short[1] = __permute_selectors[__element_selector_32]; 2134 __t.as_short[2] = __permute_selectors[__element_selector_54] 2157 __v4su __t; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| bmi2intrin.h | 83 unsigned long __c, __t; local 96 __t = __X << (__p - __c); 98 __result |= (__t & (__mask >> __c)); 141 unsigned long __t; local 143 __t = (__X & (__mask >> __c)) >> (__p - __c); 145 __result |= (__t);
|
| xmmintrin.h | 1267 __vector unsigned int __t; local 1269 __t[0] = __permute_selectors[__element_selector_10]; 1270 __t[1] = __permute_selectors[__element_selector_32]; 1271 __t[2] = __permute_selectors[__element_selector_54] + 0x10101010; 1272 __t[3] = __permute_selectors[__element_selector_76] + 0x10101010; 1273 return vec_perm ((__v4sf) __A, (__v4sf)__B, (__vector unsigned char)__t); 1662 __m64_union __t; local 1666 __t.as_short[0] = __permute_selectors[__element_selector_10]; 1667 __t.as_short[1] = __permute_selectors[__element_selector_32]; 1668 __t.as_short[2] = __permute_selectors[__element_selector_54] [all...] |
| emmintrin.h | 2100 __m64_union __t; local 2103 __t.as_short[0] = __permute_selectors[__element_selector_98]; 2104 __t.as_short[1] = __permute_selectors[__element_selector_BA]; 2105 __t.as_short[2] = __permute_selectors[__element_selector_DC]; 2106 __t.as_short[3] = __permute_selectors[__element_selector_FE]; 2107 __pmask[1] = __t.as_m64; 2134 __m64_union __t; local 2136 __t.as_short[0] = __permute_selectors[__element_selector_10]; 2137 __t.as_short[1] = __permute_selectors[__element_selector_32]; 2138 __t.as_short[2] = __permute_selectors[__element_selector_54] 2161 __v4su __t; local [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| valarray_array.h | 96 // Turn a raw-memory into an array of _Tp filled with __t 105 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) 108 new(__b++) _Tp(__t); 116 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) 119 *__b++ = __t; 125 __valarray_fill_construct(_Tp* __b, _Tp* __e, const _Tp __t) 127 _Array_init_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __t); 214 // Fill a plain array __a[<__n>] with __t 217 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) 220 *__a++ = __t; 366 _Value_type __t = __a[__i]; local 382 _Value_type __t = __a[__i]; local [all...] |
| locale_facets.h | 943 const char __t = do_narrow(__c, __dfault); local 944 if (__t != __dfault) 945 _M_narrow[static_cast<unsigned char>(__c)] = __t; 946 return __t;
|
| chrono_io.h | 481 _M_format(const _Tp& __t, _FormatContext& __fc, 487 return _M_format_to_ostream(__t, __fc, __is_neg); 509 __is_neg = __t.is_negative(); 535 __out = _M_a_A(__t, std::move(__out), __fc, __c == 'A'); 540 __out = _M_b_B(__t, std::move(__out), __fc, __c == 'B'); 543 __out = _M_c(__t, std::move(__out), __fc, __mod == 'E'); 548 __out = _M_C_y_Y(__t, std::move(__out), __fc, __c, __mod); 552 __out = _M_d_e(__t, std::move(__out), __fc, __c, __mod == 'O'); 555 __out = _M_D(__t, std::move(__out), __fc); 558 __out = _M_F(__t, std::move(__out), __fc) 728 __os << __t; local 797 auto __t = _S_floor_seconds(__tt); local 1092 auto __t = _S_floor_seconds(__tt); local 1295 auto __t = _S_floor_seconds(__tt); local 2933 auto __t = local_days(__d) + __p._M_time; \/\/ ignore offset local 4273 auto __t = _M_time.zero(); local [all...] |
| ranges_algo.h | 1373 auto __t = std::move(*__p); local 1375 *(__p + __n - 1) = std::move(__t); 1399 auto __t = std::move(*(__p + __n - 1)); local 1401 *__p = std::move(__t);
|
| stl_algo.h | 1141 _EuclideanRingElement __t = __m % __n; local 1143 __n = __t; 1278 _ValueType __t = _GLIBCXX_MOVE(*__p); local 1280 *(__p + __n - 1) = _GLIBCXX_MOVE(__t); 1301 _ValueType __t = _GLIBCXX_MOVE(*(__p + __n - 1)); local 1303 *__p = _GLIBCXX_MOVE(__t);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| thread.cc | 103 thread::_State_ptr __t{ static_cast<thread::_State*>(__p) }; 104 __t->_M_run(); 112 thread::_Impl_base* __t = static_cast<thread::_Impl_base*>(__p); local 117 __local.swap(__t->_M_this_ptr); 118 __t->_M_run();
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| valarray_array.h | 96 // Turn a raw-memory into an array of _Tp filled with __t 105 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) 108 new(__b++) _Tp(__t); 116 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) 119 *__b++ = __t; 125 __valarray_fill_construct(_Tp* __b, _Tp* __e, const _Tp __t) 127 _Array_init_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __t); 214 // Fill a plain array __a[<__n>] with __t 217 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) 220 *__a++ = __t; 366 _Value_type __t = __a[__i]; local 382 _Value_type __t = __a[__i]; local [all...] |
| locale_facets.h | 943 const char __t = do_narrow(__c, __dfault); local 944 if (__t != __dfault) 945 _M_narrow[static_cast<unsigned char>(__c)] = __t; 946 return __t;
|
| ranges_algo.h | 1396 auto __t = std::move(*__p); local 1398 *(__p + __n - 1) = std::move(__t); 1422 auto __t = std::move(*(__p + __n - 1)); local 1424 *__p = std::move(__t);
|
| stl_algo.h | 1186 _EuclideanRingElement __t = __m % __n; local 1188 __n = __t; 1317 _ValueType __t = _GLIBCXX_MOVE(*__p); local 1319 *(__p + __n - 1) = _GLIBCXX_MOVE(__t); 1340 _ValueType __t = _GLIBCXX_MOVE(*(__p + __n - 1)); local 1342 *__p = _GLIBCXX_MOVE(__t);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| thread.cc | 81 thread::_State_ptr __t{ static_cast<thread::_State*>(__p) }; 82 __t->_M_run(); 90 thread::_Impl_base* __t = static_cast<thread::_Impl_base*>(__p); local 95 __local.swap(__t->_M_this_ptr); 96 __t->_M_run();
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| throw_allocator.h | 897 size_type __t = sizeof(value_type) * __n; local 898 annotate_base::check_allocated(__p, __t);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| throw_allocator.h | 899 size_type __t = sizeof(value_type) * __n; local 900 annotate_base::check_allocated(__p, __t);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
| parallel_backend_tbb.h | 387 _Tp __t = __r[__k - 1]; 389 __t = __combine(__r[__k - 1], __t); 390 __apex(__combine(__initial, __t)); 471 spawn(__task* __t) 473 tbb::task::spawn(*__t); 540 auto __t = local 542 __t->_M_allocator = __alloc; 543 return __t; 563 auto __t = allocate_func_task(std::forward<_Fn&&>(__f)) local 573 auto __t = allocate_func_task(std::forward<_Fn&&>(__f)); local 582 auto __t = make_child_of(__parent, std::forward<_Fn>(__f)); local [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
| parallel_backend_tbb.h | 377 _Tp __t = __r[__k - 1]; 379 __t = __combine(__r[__k - 1], __t); 380 __apex(__combine(__initial, __t)); 461 spawn(__task* __t) 463 tbb::task::spawn(*__t); 530 auto __t = local 532 __t->_M_allocator = __alloc; 533 return __t; 553 auto __t = allocate_func_task(std::forward<_Fn&&>(__f)) local 563 auto __t = allocate_func_task(std::forward<_Fn&&>(__f)); local 572 auto __t = make_child_of(__parent, std::forward<_Fn>(__f)); local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-msp430.c | 4372 char *__t = input_line_pointer; local 4375 input_line_pointer = __t;
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-msp430.c | 4372 char *__t = input_line_pointer; local 4375 input_line_pointer = __t;
|