OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rec_array
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/callgrind/
bbcc.c
120
/* every bbcc should have a
rec_array
*/
121
CLG_ASSERT(bbcc->
rec_array
!= 0);
124
if ((bbcc2 = bbcc->
rec_array
[j]) == 0) continue;
138
* BBCCs for other recursion levels are in bbcc->
rec_array
.
263
* cxt, rec_index,
rec_array
, next_bbcc, next1, next2
392
bbcc->
rec_array
= new_recursion(cxt->fn[0]->separate_recursions);
393
bbcc->
rec_array
[0] = bbcc;
402
CLG_ASSERT(orig->
rec_array
);
404
CLG_ASSERT(orig->
rec_array
[rec_index] ==0);
409
bbcc->
rec_array
= orig->rec_array
[
all
...]
global.h
367
BBCC**
rec_array
; /* Variable sized array of pointers to
member in struct:_BBCC
Completed in 2691 milliseconds