Searched refs:another_function (Results 1 – 2 of 2) sorted by relevance
7 static int another_function(int *y) { in another_function() function29 *y = another_function(x); in function_which_doesnt_give_up_nested()52 *x += another_function(x); in coverage4()
10 def another_function(frame, bp_loc, extra_args, dict): function