OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:this_object_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ggc-common.cc
519
size_t
this_object_size
= 0;
601
if (
this_object_size
< state.ptrs[i]->size)
603
this_object_size
= state.ptrs[i]->size;
604
this_object = XRESIZEVAR (char, this_object,
this_object_size
);
518
size_t
this_object_size
= 0;
local
/src/external/gpl3/gcc.old/dist/gcc/
ggc-common.cc
503
size_t
this_object_size
= 0;
585
if (
this_object_size
< state.ptrs[i]->size)
587
this_object_size
= state.ptrs[i]->size;
588
this_object = XRESIZEVAR (char, this_object,
this_object_size
);
502
size_t
this_object_size
= 0;
local
Completed in 70 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026