Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/lang/cpp/dynamic-value/
H A DTestDynamicValue.py96 this_static = frame.FindVariable('this', no_dynamic)
99 this_static, this_dynamic, myB_loc)
106 this_static, fetched_dynamic_value, myB_loc)
114 this_static = frame.FindValue(
119 this_static, this_dynamic, myB_loc)
122 this_static = frame.EvaluateExpression('this', False)
125 this_static, this_dynamic, myB_loc)
186 self, this_static, this_dynamic, dynamic_location): argument
188 self.assertTrue(this_static)
189 this_static_loc = int(this_static.GetValue(), 16)
[all …]