OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_ctf_vars
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ctfout.cc
286
size_t
num_ctf_vars
= ctfc_get_num_ctf_vars (ctfc);
local
290
size_t num_global_objts =
num_ctf_vars
;
296
if (
num_ctf_vars
)
303
ctfc->ctfc_vars_list = ggc_vec_alloc<ctf_dvdef_ref>(
num_ctf_vars
);
608
unsigned int
num_ctf_vars
= ctfc->ctfc_vars_list_count;
local
609
if (
num_ctf_vars
)
612
for (i = 0; i <
num_ctf_vars
; i++)
btfout.cc
684
size_t
num_ctf_vars
= ctfc->ctfc_vars->elements ();
local
697
if (
num_ctf_vars
)
703
ctfc->ctfc_vars_list = ggc_vec_alloc<ctf_dvdef_ref>(
num_ctf_vars
);
1137
size_t
num_ctf_vars
= num_vars_added;
local
1138
if (
num_ctf_vars
)
1140
for (i = 0; i <
num_ctf_vars
; i++)
/src/external/gpl3/gcc.old/dist/gcc/
ctfout.cc
286
size_t
num_ctf_vars
= ctfc_get_num_ctf_vars (ctfc);
local
290
size_t num_global_objts =
num_ctf_vars
;
296
if (
num_ctf_vars
)
303
ctfc->ctfc_vars_list = ggc_vec_alloc<ctf_dvdef_ref>(
num_ctf_vars
);
608
unsigned int
num_ctf_vars
= ctfc->ctfc_vars_list_count;
local
609
if (
num_ctf_vars
)
612
for (i = 0; i <
num_ctf_vars
; i++)
btfout.cc
510
size_t
num_ctf_vars
= ctfc->ctfc_vars->elements ();
local
523
if (
num_ctf_vars
)
529
ctfc->ctfc_vars_list = ggc_vec_alloc<ctf_dvdef_ref>(
num_ctf_vars
);
827
size_t
num_ctf_vars
= num_vars_added;
local
828
if (
num_ctf_vars
)
830
for (i = 0; i <
num_ctf_vars
; i++)
Completed in 64 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026