OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cgraph_max_uid
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
analysis-plan.cc
56
m_index_by_uid (symtab->
cgraph_max_uid
)
69
for (int i = 0; i < symtab->
cgraph_max_uid
; i++)
74
< symtab->
cgraph_max_uid
);
/src/external/gpl3/gcc/dist/gcc/analyzer/
analysis-plan.cc
55
m_index_by_uid (symtab->
cgraph_max_uid
)
68
for (int i = 0; i < symtab->
cgraph_max_uid
; i++)
73
< symtab->
cgraph_max_uid
);
/src/external/gpl3/gcc.old/dist/gcc/
cgraph.h
2230
cgraph_count (0),
cgraph_max_uid
(1), cgraph_max_summary_id (0),
2468
int
cgraph_max_uid
;
variable
cgraph.cc
291
return new (ggc_alloc<cgraph_node> ()) cgraph_node (
cgraph_max_uid
++);
/src/external/gpl3/gcc/dist/gcc/
cgraph.h
2233
cgraph_count (0),
cgraph_max_uid
(1), cgraph_max_summary_id (0),
2471
int
cgraph_max_uid
;
variable
cgraph.cc
293
return new (ggc_alloc<cgraph_node> ()) cgraph_node (
cgraph_max_uid
++);
Completed in 61 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026