OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pure_cxt
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/callgrind/
fn.c
351
fn->
pure_cxt
= 0;
554
if (fn->
pure_cxt
== 0) {
563
fn->
pure_cxt
= CLG_(get_cxt)(pure+1);
dump.c
207
CLG_ASSERT(cxt->fn[i-1]->
pure_cxt
!= 0);
208
n = cxt->fn[i-1]->
pure_cxt
->base_number;
214
last = cxt->fn[i-1]->
pure_cxt
;
221
cxt->fn[0]->
pure_cxt
->base_number);
226
cxt->fn[i]->
pure_cxt
->base_number);
[
all
...]
global.h
395
Context*
pure_cxt
; /* the context with only the function itself */
member in struct:_fn_node
Completed in 62 milliseconds