OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:same_as
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
chrono.h
342
{ &_Tp::is_steady } ->
same_as
<const bool*>;
343
{ _Tp::now() } ->
same_as
<typename _Tp::time_point>;
344
requires
same_as
<typename _Tp::duration,
local
346
requires
same_as
<typename _Tp::time_point::duration,
local
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
chrono.h
314
{ &_Tp::is_steady } ->
same_as
<const bool*>;
315
{ _Tp::now() } ->
same_as
<typename _Tp::time_point>;
316
requires
same_as
<typename _Tp::duration,
local
318
requires
same_as
<typename _Tp::time_point::duration,
local
/src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc
2106
unsigned
same_as
;
member in struct:capture_info::cinfo
2131
info[i].
same_as
= i;
2172
if (info[c->where].
same_as
!= c->where
2173
&& info[c->where].
same_as
!= info[where].
same_as
)
2175
info[c->where].
same_as
= info[where].
same_as
;
2229
unsigned where = info[c->where].
same_as
;
2347
info[info[*where].
same_as
].force_no_side_effects_p = true;
2694
&& cinfo->info[cinfo->info[where].
same_as
].result_use_count > 1
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
genmatch.cc
2267
unsigned
same_as
;
member in struct:capture_info::cinfo
2292
info[i].
same_as
= i;
2333
if (info[c->where].
same_as
!= c->where
2334
&& info[c->where].
same_as
!= info[where].
same_as
)
2336
info[c->where].
same_as
= info[where].
same_as
;
2390
unsigned where = info[c->where].
same_as
;
2508
info[info[*where].
same_as
].force_no_side_effects_p = true;
2855
&& cinfo->info[cinfo->info[where].
same_as
].result_use_count > 1
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026