Searched defs:__tmp (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.0-release/contrib/libstdc++/config/cpu/cris/
H A Datomicity.h37 int __tmp; local
/freebsd-10.0-release/contrib/libstdc++/config/cpu/mips/
H A Datomicity.h40 _Atomic_word __result, __tmp; local
/freebsd-10.0-release/contrib/libstdc++/config/cpu/i386/
H A Datomicity.h49 register _Atomic_word __result, __tmp = 1; local
/freebsd-10.0-release/contrib/libstdc++/config/locale/generic/
H A Dtime_members.h66 char* __tmp = new char[__len]; local
/freebsd-10.0-release/contrib/libstdc++/config/locale/gnu/
H A Dtime_members.h63 char* __tmp = new char[__len]; local
H A Dmessages_members.h56 char* __tmp = new char[__len]; local
105 char* __tmp = new char[std::strlen(__s) + 1]; local
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dstl_raw_storage_iter.h102 raw_storage_iterator<_ForwardIterator, _Tp> __tmp = *this; local
H A Dstl_numeric.h291 _ValueType __tmp = *__first; local
330 _ValueType __tmp = *__first; local
H A Dstream_iterator.h103 istream_iterator __tmp = *this; local
H A Dstl_algobase.h98 _Tp __tmp = __a; local
115 _ValueType1 __tmp = *__a; local
564 const _Tp __tmp = __value; local
599 const unsigned char __tmp = __c; local
607 const signed char __tmp = __c; local
615 const char __tmp = __c; local
639 const _Tp __tmp = __value; local
[all...]
H A Dstl_iterator.h155 _Iterator __tmp = current; local
188 reverse_iterator __tmp = *this; local
213 reverse_iterator __tmp = *this; local
H A Dstl_list.h149 _Self __tmp = *this; local
164 _Self __tmp = *this; local
231 _Self __tmp = *this; local
246 _Self __tmp = *this; local
715 iterator __tmp = end(); local
727 const_iterator __tmp = end(); local
1172 _Node* __tmp = _M_create_node(__x); local
[all...]
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dlist.cc104 _List_node_base* const __tmp = this->_M_prev; local
114 _List_node_base* __tmp = this; local
H A Dctype.cc58 const locale::_Impl* __tmp = __loc._M_impl; local
68 const locale::_Impl* __tmp = __loc._M_impl; local
H A Dmt_allocator.cc91 _Block_address* __tmp = __bin._M_address->_M_next; local
221 _Block_address* __tmp = __bin._M_address->_M_next; local
238 _Block_address* __tmp = __bin._M_address->_M_next; local
299 _Block_record* __tmp = __first; local
585 __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT; local
777 __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT; local
[all...]
/freebsd-10.0-release/sys/sparc64/include/
H A Din_cksum.h72 int __tmp; local
82 u_long __ret, __tmp; local
97 u_long __tmp; local
/freebsd-10.0-release/contrib/libstdc++/include/backward/
H A Ddefalloc.h70 _Tp* __tmp = (_Tp*)(::operator new((size_t)(__size * sizeof(_Tp)))); local
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dconcurrence.h122 __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT; local
169 __gthread_recursive_mutex_t __tmp = __GTHREAD_RECURSIVE_MUTEX_INIT; local
H A Drc_string_base.h594 _CharT* __tmp = _M_data(); local
611 _CharT* __tmp = __rcs._M_grab(_M_get_allocator()); local
628 _CharT* __tmp = _M_rep()->_M_clone(_M_get_allocator(), local
H A Dsso_string_base.h462 _CharT* __tmp = _M_create(__new_capacity, __capacity); local
490 _CharT* __tmp = _M_create(__res, __capacity); local
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dmm3dnow.h181 union { __v2sf v; float a[2]; } __tmp = { (__v2sf)__A }; local
/freebsd-10.0-release/contrib/libstdc++/include/std/
H A Dstd_memory.h82 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp), local
316 element_type* __tmp = _M_ptr; local
H A Dstd_bitset.h1233 std::basic_string<_CharT, _Traits> __tmp; local
1291 std::basic_string<_CharT, _Traits> __tmp; local
/freebsd-10.0-release/contrib/libstdc++/include/c/
H A Dstd_cmath.h103 double __tmp; local
117 double __tmp; local
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DSTLExtras.h107 _Self operator++(int) { _Self __tmp = *this; ++current; return __tmp; } local
108 _Self operator--(int) { _Self __tmp = *this; --current; return __tmp; } local

Completed in 126 milliseconds

12