Searched refs:__r (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dboost_shared_ptr.h288 __shared_count(std::auto_ptr<_Tp>& __r) argument
290 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
291 { __r.release(); }
293 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
295 __shared_count(const __weak_count<_Lp>& __r);
303 __shared_count(const __shared_count& __r) argument
304 : _M_pi(__r._M_pi) // nothrow
311 operator=(const __shared_count& __r) // nothrow argument
313 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
326 _M_swap(__shared_count& __r) // nothro argument
367 __weak_count(const __shared_count<_Lp>& __r) argument
374 __weak_count(const __weak_count<_Lp>& __r) argument
388 operator =(const __shared_count<_Lp>& __r) argument
400 operator =(const __weak_count<_Lp>& __r) argument
412 _M_swap(__weak_count<_Lp>& __r) argument
440 __shared_count(const __weak_count<_Lp>& __r) argument
561 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
574 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
588 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
599 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
605 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
611 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
621 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
630 operator =(std::auto_ptr<_Tp1>& __r) argument
746 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
756 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
766 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
813 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
821 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
827 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
836 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
989 shared_ptr(const shared_ptr<_Tp1>& __r) argument
994 shared_ptr(const weak_ptr<_Tp1>& __r) argument
999 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
1003 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
1007 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
1011 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
1016 operator =(const shared_ptr<_Tp1>& __r) argument
1024 operator =(std::auto_ptr<_Tp1>& __r) argument
1033 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1038 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1043 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1058 weak_ptr(const weak_ptr<_Tp1>& __r) argument
1062 weak_ptr(const shared_ptr<_Tp1>& __r) argument
1067 operator =(const weak_ptr<_Tp1>& __r) argument
1075 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dmutex_int.h320 int __r; \
323 : "=dm" (__r), "=m" (*__l) \
326 __r & 1; \
350 register tsl_t __r; local
361 : "=&r"(__r), "=m"(*__l) : "1"(*__l) : "memory");
362 return __r;
405 int __r; \
409 : "=&r" (__r) \
412 __r & 1; \
436 int __r; \
510 int __r; local
566 int __r; \\ local
680 register tsl_t __r; local
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dropeimpl.h321 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) argument
322 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos),
323 _M_root_rope(&__r)
432 _S_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, size_t __len) argument
434 size_t __old_len = __r->_M_size;
439 uninitialized_copy_n(__r->_M_data, __old_len, __new_data);
445 __r->get_allocator());
450 __r->get_allocator());
461 _S_destr_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, argument
464 if (__r
533 _S_concat_char_iter(_RopeRep* __r, const _CharT*__s, size_t __slen) argument
592 _S_destr_concat_char_iter(_RopeRep* __r, const _CharT* __s, size_t __slen) argument
926 _S_apply_to_pieces(_Rope_char_consumer<_CharT>& __c, const _RopeRep* __r, size_t __begin, size_t __end) argument
1013 operator <<(basic_ostream<_CharT, _Traits>& __o, const rope<_CharT, _Alloc>& __r) argument
1052 _S_flatten(_RopeRep* __r, size_t __start, size_t __len, _CharT* __buffer) argument
1078 _S_flatten(_RopeRep* __r, _CharT* __buffer) argument
1115 _S_dump(_RopeRep* __r, int __indent) argument
1206 _S_balance(_RopeRep* __r) argument
1250 _S_add_to_forest(_RopeRep* __r, _RopeRep** __forest) argument
1270 _S_add_leaf_to_forest(_RopeRep* __r, _RopeRep** __forest) argument
1323 _S_fetch(_RopeRep* __r, size_type __i) argument
1372 _S_fetch_ptr(_RopeRep* __r, size_type __i) argument
1445 _RopeLeaf* __r = (_RopeLeaf*) __right; local
1466 _RopeLeaf* __r = (_RopeLeaf*) __right; local
[all...]
H A Drc_string_base.h445 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local
449 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length);
451 __r->_M_set_length(_M_info._M_length);
452 return __r->_M_refdata();
510 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local
511 _S_copy(__r->_M_refdata(), __buf, __len);
516 if (__len == __r->_M_info._M_capacity)
520 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
521 __r->_M_destroy(__a);
522 __r
555 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local
643 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local
669 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local
[all...]
H A Dpod_char_traits.h176 int_type __r = { -1 }; local
177 return __r;
H A Dsso_string_base.h514 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local
517 _S_copy(__r, _M_data(), __pos);
519 _S_copy(__r + __pos, __s, __len2);
521 _S_copy(__r + __pos + __len2,
525 _M_data(__r);
H A Dbitmap_allocator.h1081 address(reference __r) const
1082 { return &__r; }
1085 address(const_reference __r) const
1086 { return &__r; }
H A Dvstring.h1676 int __r = traits_type::compare(this->_M_data(), __str.data(), __len); local
1677 if (!__r)
1678 __r = __size - __osize;
1679 return __r;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dboost_concept_check.h324 const _Return& __r _IsUnused = __f();// require operator() member function
343 __r = __f(__arg); // require operator()
347 _Return __r;
363 __r = __f(__first, __second); // require operator()
368 _Return __r;
488 _Ref __r _IsUnused = *__i;
692 _Const_reference __r _IsUnused = __c[__n];
714 _Reference __r _IsUnused = __c[__i];
745 _Reference __r _IsUnused = __c.front();
750 _Const_reference __r _IsUnuse
[all...]
H A Dvalarray_array.h357 _Tp __r = _Tp(); local
359 __r += *__f++;
360 return __r;
369 _Tp __r = _Tp(1); local
371 __r = __r * *__f++;
372 return __r;
382 _Value_type __r = __s == 0 ? _Value_type() : __a[0]; local
386 if (__t < __r)
387 __r
398 _Value_type __r = __s == 0 ? _Value_type() : __a[0]; local
[all...]
H A Dstl_function.h623 operator()(_Tp& __r) const
624 { return (__r.*_M_f)(); }
639 operator()(const _Tp& __r) const
640 { return (__r.*_M_f)(); }
687 operator()(_Tp& __r, _Arg __x) const argument
688 { return (__r.*_M_f)(__x); }
703 operator()(const _Tp& __r, _Arg __x) const argument
704 { return (__r.*_M_f)(__x); }
H A Dbasic_string.h1945 int __r = traits_type::compare(_M_data(), __str.data(), __len); local
1946 if (!__r)
1947 __r = _S_compare(__size, __osize);
1948 return __r;
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dthread_setup.c123 state.__r[0] = (uintptr_t)thread;
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dbasic_file.cc345 int __r = ioctl(this->fd(), FIONREAD, &__num); local
346 if (!__r && __num >= 0)
/macosx-10.10.1/swig-12/Lib/python/
H A Dpyopers.swg110 #define %pybinopermaybecall(oper) %pythonmaybecall __ ## oper ## __; %pythonmaybecall __r ## oper ## __
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Doncrpc.c42 int __r; \
43 if ((__r = (x))) { \
H A Dmit.c43 int __r; \
44 if ((__r = (x))) { \
/macosx-10.10.1/Heimdal-398.1.2/kadmin/
H A Drpc.c43 int __r; \
44 if ((__r = (x))) { \
46 __r, __FILE__, __LINE__); \

Completed in 379 milliseconds