Searched refs:debug_callee (Results 1 – 2 of 2) sorted by relevance
1 typedef int (*debug_callee) (int); typedef4 no_debug_caller_intermediate(int input, debug_callee callee) in no_debug_caller_intermediate()12 no_debug_caller (int input, debug_callee callee) in no_debug_caller()
3 typedef int (*debug_callee) (int); typedef5 extern int no_debug_caller (int, debug_callee);