OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_stmt_idx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
program-point.cc
92
m_stmt_idx
(stmt_idx), m_kind (kind)
147
m_stmt_idx
);
174
hstate.add_int (
m_stmt_idx
);
196
return m_supernode->m_stmts[
m_stmt_idx
];
227
return
m_stmt_idx
== get_supernode ()->m_stmts.length () - 1;
576
return point_a.
m_stmt_idx
- point_b.
m_stmt_idx
;
652
if (++
m_stmt_idx
== m_supernode->m_stmts.length ())
655
m_stmt_idx
= 0;
program-point.h
89
&&
m_stmt_idx
== other.
m_stmt_idx
107
return
m_stmt_idx
;
162
unsigned
m_stmt_idx
;
member in class:ana::function_point
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
program-point.cc
94
m_stmt_idx
(stmt_idx), m_kind (kind)
149
m_stmt_idx
);
176
hstate.add_int (
m_stmt_idx
);
198
return m_supernode->m_stmts[
m_stmt_idx
];
229
return
m_stmt_idx
== get_supernode ()->m_stmts.length () - 1;
560
return point_a.
m_stmt_idx
- point_b.
m_stmt_idx
;
636
if (++
m_stmt_idx
== m_supernode->m_stmts.length ())
639
m_stmt_idx
= 0;
program-point.h
86
&&
m_stmt_idx
== other.
m_stmt_idx
104
return
m_stmt_idx
;
159
unsigned
m_stmt_idx
;
member in class:ana::function_point
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026