OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file_changes_allocated
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc
82
static size_t
file_changes_allocated
;
variable
572
if (file_changes_count ==
file_changes_allocated
)
574
if (
file_changes_allocated
)
575
file_changes_allocated
*= 2;
577
file_changes_allocated
= 16;
579
file_changes_allocated
);
/src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc
82
static size_t
file_changes_allocated
;
variable
572
if (file_changes_count ==
file_changes_allocated
)
574
if (
file_changes_allocated
)
575
file_changes_allocated
*= 2;
577
file_changes_allocated
= 16;
579
file_changes_allocated
);
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026