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

  /external/lldb/tools/lldb-perf/common/stepping/
stepping-testcase.cpp 7 struct_for_copying (int in_int, double in_double, const char *in_string) :
8 int_value(in_int),
  /external/lldb/test/functionalities/return-value/
TestReturnValue.py 110 in_int = thread.GetFrameAtIndex(0).FindVariable ("value").GetValueAsSigned(error)
127 self.assertTrue (in_int == ret_int)
143 in_int = frame.FindVariable ("value").GetValueAsSigned(error)
158 self.assertTrue (2 * in_int == ret_int)

Completed in 71 milliseconds