OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:functions_head
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
coverage.cc
87
static GTY(()) struct coverage_data *
functions_head
= 0;
variable in typeref:struct:coverage_data
88
static struct coverage_data **functions_tail = &
functions_head
;
1167
for (fn_prev = &
functions_head
; (fn = *fn_prev);)
1174
if (
functions_head
== NULL)
1380
for (fn =
functions_head
; fn; fn = fn->next)
/src/external/gpl3/gcc.old/dist/gcc/
coverage.cc
87
static GTY(()) struct coverage_data *
functions_head
= 0;
variable in typeref:struct:coverage_data
88
static struct coverage_data **functions_tail = &
functions_head
;
1167
for (fn_prev = &
functions_head
; (fn = *fn_prev);)
1174
if (
functions_head
== NULL)
1380
for (fn =
functions_head
; fn; fn = fn->next)
Completed in 28 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026