OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pure_cxt
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/callgrind/
fn.c
343
fn->
pure_cxt
= 0;
554
if (fn->
pure_cxt
== 0) {
563
fn->
pure_cxt
= CLG_(get_cxt)(pure+1);
dump.c
275
CLG_ASSERT(cxt->fn[i-1]->
pure_cxt
!= 0);
276
n = cxt->fn[i-1]->
pure_cxt
->base_number;
283
last = cxt->fn[i-1]->
pure_cxt
;
290
cxt->fn[0]->
pure_cxt
->base_number);
295
cxt->fn[i]->
pure_cxt
->base_number);
[
all
...]
global.h
428
Context*
pure_cxt
; /* the context with only the function itself */
member in struct:_fn_node
Completed in 389 milliseconds