OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gfi_ptr2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c
598
struct gcov_fn_info *
gfi_ptr2
= info2->functions[f_ix];
local
603
if (!
gfi_ptr2
||
gfi_ptr2
->key != info2)
606
if (gfi_ptr1->cfg_checksum !=
gfi_ptr2
->cfg_checksum)
614
ci_ptr2 =
gfi_ptr2
->ctrs;
993
const struct gcov_fn_info *
gfi_ptr2
= gcov_info2->functions[f_ix];
local
997
if (!
gfi_ptr2
||
gfi_ptr2
->key != gcov_info2)
1001
const struct gcov_ctr_info *ci_ptr2 =
gfi_ptr2
->ctrs;
/src/external/gpl3/gcc/dist/libgcc/
libgcov-util.c
588
struct gcov_fn_info *
gfi_ptr2
= info2->functions[f_ix];
local
593
if (!
gfi_ptr2
||
gfi_ptr2
->key != info2)
596
if (gfi_ptr1->cfg_checksum !=
gfi_ptr2
->cfg_checksum)
604
ci_ptr2 =
gfi_ptr2
->ctrs;
1081
const struct gcov_fn_info *
gfi_ptr2
= gcov_info2->functions[f_ix];
local
1085
if (!
gfi_ptr2
||
gfi_ptr2
->key != gcov_info2)
1089
const struct gcov_ctr_info *ci_ptr2 =
gfi_ptr2
->ctrs;
Completed in 13 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026