Home
last modified time | relevance | path

Searched refs:another_function (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcoverage.c7 static int another_function(int *y) { in another_function() function
29 *y = another_function(x); in function_which_doesnt_give_up_nested()
52 *x += another_function(x); in coverage4()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A Dbktptcmd.py10 def another_function(frame, bp_loc, extra_args, dict): function