OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__is_neg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
chrono_io.h
482
bool
__is_neg
= false) const
487
return _M_format_to_ostream(__t, __fc,
__is_neg
);
506
// formatter<duration> passes the correct value of
__is_neg
509
__is_neg
= __t.is_negative();
511
auto __print_sign = [&
__is_neg
, &__out] {
514
if (
__is_neg
)
517
__is_neg
= false;
693
bool
__is_neg
) const
726
if (
__is_neg
) [[unlikely]]
838
const bool
__is_neg
= __yi < 0
local
[
all
...]
chrono_io.h
482
bool
__is_neg
= false) const
487
return _M_format_to_ostream(__t, __fc,
__is_neg
);
506
// formatter<duration> passes the correct value of
__is_neg
509
__is_neg
= __t.is_negative();
511
auto __print_sign = [&
__is_neg
, &__out] {
514
if (
__is_neg
)
517
__is_neg
= false;
693
bool
__is_neg
) const
726
if (
__is_neg
) [[unlikely]]
838
const bool
__is_neg
= __yi < 0
local
[
all
...]
Completed in 33 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026