OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arg_ctfc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ctfout.cc
213
ctf_container_ref
arg_ctfc
= dvd_arg->dvd_arg_ctfc;
local
219
if (ctf_dvd_ignore_lookup (
arg_ctfc
, var->dvd_key))
222
ctf_preprocess_var (
arg_ctfc
, var);
225
arg_ctfc
->ctfc_gobjts_list[dvd_arg->dvd_global_obj_idx] = var;
240
ctf_container_ref
arg_ctfc
= dtd_arg->dtd_arg_ctfc;
local
243
gcc_assert (index <=
arg_ctfc
->ctfc_types->elements ());
248
arg_ctfc
->ctfc_types_list[index] = ctftype;
255
arg_ctfc
->ctfc_gfuncs_list[dtd_arg->dtd_global_func_idx] = ctftype;
260
arg_ctfc
->ctfc_num_vlen_bytes += ctf_calc_num_vbytes (ctftype);
/src/external/gpl3/gcc.old/dist/gcc/
ctfout.cc
213
ctf_container_ref
arg_ctfc
= dvd_arg->dvd_arg_ctfc;
local
219
if (ctf_dvd_ignore_lookup (
arg_ctfc
, var->dvd_key))
222
ctf_preprocess_var (
arg_ctfc
, var);
225
arg_ctfc
->ctfc_gobjts_list[dvd_arg->dvd_global_obj_idx] = var;
240
ctf_container_ref
arg_ctfc
= dtd_arg->dtd_arg_ctfc;
local
243
gcc_assert (index <=
arg_ctfc
->ctfc_types->elements ());
248
arg_ctfc
->ctfc_types_list[index] = ctftype;
255
arg_ctfc
->ctfc_gfuncs_list[dtd_arg->dtd_global_func_idx] = ctftype;
260
arg_ctfc
->ctfc_num_vlen_bytes += ctf_calc_num_vbytes (ctftype);
Completed in 59 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026