OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pop_on_jump
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/callgrind/
clo.c
54
Int
pop_on_jump
;
member in struct:_fn_config
109
fnc->
pop_on_jump
= CONFIG_DEFAULT;
335
if (fnc->
pop_on_jump
!= CONFIG_DEFAULT)
336
fn->
pop_on_jump
= (fnc->
pop_on_jump
== CONFIG_TRUE);
460
else if VG_XACT_CLO(arg, "--pop-on-jump", CLG_(clo).
pop_on_jump
, True) {}
463
fnc->
pop_on_jump
= CONFIG_TRUE;
664
CLG_(clo).
pop_on_jump
= False;
fn.c
352
fn->
pop_on_jump
= CLG_(clo).
pop_on_jump
;
569
fn->
pop_on_jump
= True;
global.h
95
Bool
pop_on_jump
; /* Handle a jump between functions as ret+call */
member in struct:_CommandLineOptions
437
Bool
pop_on_jump
: 1;
member in struct:_fn_node
bbcc.c
680
if (CLG_(get_fn_node)(last_bb)->
pop_on_jump
&& (csp>0)) {
Completed in 70 milliseconds