OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__pi
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
special_function_util.h
67
static _Tp
__pi
() throw()
function in struct:__detail::__numeric_constants
special_function_util.h
67
static _Tp
__pi
() throw()
function in struct:__detail::__numeric_constants
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
special_function_util.h
67
static _Tp
__pi
() throw()
function in struct:__detail::__numeric_constants
special_function_util.h
67
static _Tp
__pi
() throw()
function in struct:__detail::__numeric_constants
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
out_ptr.h
255
auto&
__pi
= _M_smart._M_refcount._M_pi;
local
258
static_cast<_Scd*>(
__pi
)->_M_impl._M_ptr = __ptr;
260
std::__exchange(
__pi
, nullptr)->_M_destroy();
out_ptr.h
255
auto&
__pi
= _M_smart._M_refcount._M_pi;
local
258
static_cast<_Scd*>(
__pi
)->_M_impl._M_ptr = __ptr;
260
std::__exchange(
__pi
, nullptr)->_M_destroy();
shared_ptr_atomic.h
425
if (auto
__pi
= reinterpret_cast<pointer>(__val))
428
__pi
->_M_release();
430
__pi
->_M_weak_release();
566
auto
__pi
= _M_refcount.lock(__o);
local
568
__ret._M_refcount._M_pi = _S_add_ref(
__pi
);
586
auto
__pi
= _M_refcount.lock(memory_order_acquire);
local
588
&&
__pi
== __expected._M_refcount._M_pi)
597
__expected._M_refcount._M_pi = _S_add_ref(
__pi
);
608
auto
__pi
= _M_refcount.lock(memory_order_acquire);
local
609
if (_M_ptr == __old._M_ptr &&
__pi
== __old._M_refcount._M_pi
[
all
...]
shared_ptr_atomic.h
425
if (auto
__pi
= reinterpret_cast<pointer>(__val))
428
__pi
->_M_release();
430
__pi
->_M_weak_release();
566
auto
__pi
= _M_refcount.lock(__o);
local
568
__ret._M_refcount._M_pi = _S_add_ref(
__pi
);
586
auto
__pi
= _M_refcount.lock(memory_order_acquire);
local
588
&&
__pi
== __expected._M_refcount._M_pi)
597
__expected._M_refcount._M_pi = _S_add_ref(
__pi
);
608
auto
__pi
= _M_refcount.lock(memory_order_acquire);
local
609
if (_M_ptr == __old._M_ptr &&
__pi
== __old._M_refcount._M_pi
[
all
...]
shared_ptr_base.h
969
auto
__pi
= ::new (__mem)
local
972
_M_pi =
__pi
;
973
__p =
__pi
->_M_ptr();
1014
auto
__pi
= ::new(__c) _Sp_ca_type(__guard, __guard._M_ptr);
local
1016
_M_pi =
__pi
;
shared_ptr_base.h
969
auto
__pi
= ::new (__mem)
local
972
_M_pi =
__pi
;
973
__p =
__pi
->_M_ptr();
1014
auto
__pi
= ::new(__c) _Sp_ca_type(__guard, __guard._M_ptr);
local
1016
_M_pi =
__pi
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
shared_ptr_atomic.h
408
if (auto
__pi
= reinterpret_cast<pointer>(__val))
411
__pi
->_M_release();
413
__pi
->_M_weak_release();
549
auto
__pi
= _M_refcount.lock(__o);
local
551
__ret._M_refcount._M_pi = _S_add_ref(
__pi
);
569
auto
__pi
= _M_refcount.lock(memory_order_acquire);
local
571
&&
__pi
== __expected._M_refcount._M_pi)
580
__expected._M_refcount._M_pi = _S_add_ref(
__pi
);
591
auto
__pi
= _M_refcount.lock(memory_order_acquire);
local
592
if (_M_ptr == __old._M_ptr &&
__pi
== __old._M_refcount._M_pi
[
all
...]
shared_ptr_atomic.h
408
if (auto
__pi
= reinterpret_cast<pointer>(__val))
411
__pi
->_M_release();
413
__pi
->_M_weak_release();
549
auto
__pi
= _M_refcount.lock(__o);
local
551
__ret._M_refcount._M_pi = _S_add_ref(
__pi
);
569
auto
__pi
= _M_refcount.lock(memory_order_acquire);
local
571
&&
__pi
== __expected._M_refcount._M_pi)
580
__expected._M_refcount._M_pi = _S_add_ref(
__pi
);
591
auto
__pi
= _M_refcount.lock(memory_order_acquire);
local
592
if (_M_ptr == __old._M_ptr &&
__pi
== __old._M_refcount._M_pi
[
all
...]
shared_ptr_base.h
971
auto
__pi
= ::new (__mem)
local
974
_M_pi =
__pi
;
975
__p =
__pi
->_M_ptr();
1016
auto
__pi
= ::new(__c) _Sp_ca_type(__guard, __guard._M_ptr);
local
1018
_M_pi =
__pi
;
shared_ptr_base.h
971
auto
__pi
= ::new (__mem)
local
974
_M_pi =
__pi
;
975
__p =
__pi
->_M_ptr();
1016
auto
__pi
= ::new(__c) _Sp_ca_type(__guard, __guard._M_ptr);
local
1018
_M_pi =
__pi
;
Completed in 62 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026