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

  /external/lldb/test/lang/cpp/class_types/
main.cpp 91 m_c_int(ci)
93 printf("Within C::ctor() m_c_int=%d\n", m_c_int); // Set break point at this line.
104 return m_c_int;
109 m_c_int = i;
113 int m_c_int; member in class:C
TestClassTypes.py 47 # test/class_types test failures: runCmd: expr this->m_c_int
55 # test/class_types test failures: runCmd: expr this->m_c_int
191 # Verify that frame variable --show-types this->m_c_int behaves correctly.
193 self.runCmd("expr m_c_int")
194 self.expect("frame variable --show-types this->m_c_int", VARIABLES_DISPLAYED_CORRECTLY,
195 startstr = '(int) this->m_c_int = 66')
202 # expr this->m_c_int returns an incorrect value
204 # Verify that expr this->m_c_int behaves correctly.
205 self.expect("expression this->m_c_int", VARIABLES_DISPLAYED_CORRECTLY,

Completed in 764 milliseconds