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_line_start_idx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
input.cc
146
size_t
m_line_start_idx
;
member in class:file_cache_slot
375
m_line_start_idx
= 0;
472
m_line_start_idx
= 0;
549
m_alloc_offset (0), m_size (0), m_nb_read (0),
m_line_start_idx
(0),
583
|| (
m_line_start_idx
>= m_nb_read - 1));
700
size_t remaining_size = m_nb_read -
m_line_start_idx
;
705
char *line_start = m_data +
m_line_start_idx
;
716
line_start = m_data +
m_line_start_idx
;
717
remaining_size = m_nb_read -
m_line_start_idx
;
762
if (
m_line_start_idx
< m_nb_read
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
input.cc
139
size_t
m_line_start_idx
;
member in class:file_cache_slot
389
m_line_start_idx
= 0;
471
m_line_start_idx
= 0;
545
m_alloc_offset (0), m_size (0), m_nb_read (0),
m_line_start_idx
(0),
579
|| (
m_line_start_idx
>= m_nb_read - 1));
665
size_t remaining_size = m_nb_read -
m_line_start_idx
;
670
char *line_start = m_data +
m_line_start_idx
;
682
line_start = m_data +
m_line_start_idx
;
683
remaining_size = m_nb_read -
m_line_start_idx
;
721
if (
m_line_start_idx
< m_nb_read
[
all
...]
Completed in 17 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026