HomeSort by relevance Sort by last modified time
    Searched full:inner_sint (Results 1 - 2 of 2) sorted by null

  /external/lldb/test/functionalities/return-value/
call-func.c 10 inner_sint (int value) function
18 int outer_value = 2 * inner_sint (value);
TestReturnValue.py 94 inner_sint_bkpt = self.target.BreakpointCreateByName("inner_sint", exe)
109 # inner_sint returns the variable value, so capture that here:
129 # Run again and we will stop in inner_sint the second time outer_sint is called.
137 # We are done with the inner_sint breakpoint:

Completed in 963 milliseconds