OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curr_idx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfgloop.h
693
Iter (const loops_list &l, unsigned idx) : list (l),
curr_idx
(idx)
703
if (
curr_idx
< list.to_visit.length ())
706
curr_idx
++;
718
return this->
curr_idx
!= rhs.
curr_idx
;
729
unsigned
curr_idx
;
member in class:loops_list::Iter
774
/* Starting from current index
CURR_IDX
(inclusive), find one index
784
while (this->list.to_visit.iterate (this->
curr_idx
, &anum))
792
this->
curr_idx
++;
/src/external/gpl3/gcc.old/dist/gcc/
cfgloop.h
685
Iter (const loops_list &l, unsigned idx) : list (l),
curr_idx
(idx)
695
if (
curr_idx
< list.to_visit.length ())
698
curr_idx
++;
710
return this->
curr_idx
!= rhs.
curr_idx
;
721
unsigned
curr_idx
;
member in class:loops_list::Iter
766
/* Starting from current index
CURR_IDX
(inclusive), find one index
776
while (this->list.to_visit.iterate (this->
curr_idx
, &anum))
784
this->
curr_idx
++;
Completed in 14 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026