OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_bbcc
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/callgrind/
bbcc.c
198
BBCC *curr_BBCC, *
next_BBCC
;
214
next_BBCC
= curr_BBCC->next;
228
curr_BBCC =
next_BBCC
;
265
* cxt, rec_index, rec_array,
next_bbcc
, next1, next2
409
bbcc->
next_bbcc
= orig->bb->bbcc_list;
451
bbcc->
next_bbcc
= bb->bbcc_list;
global.h
329
BBCC* bbcc_list; /* BBCCs for same BB (see
next_bbcc
in BBCC) */
405
BBCC*
next_bbcc
; /* Chain of BBCCs for same BB */
member in struct:_BBCC
Completed in 788 milliseconds