Searched refs:b_value (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/dynamic-value/ |
| H A D | pass-to-base.cpp | 44 B (int b_value, int a_value) : Extra(b_value, a_value), A(a_value), m_b_value(b_value) {} in B() argument 45 …B (int b_value, int a_value, A *client_A) : Extra(b_value, a_value), A(a_value, client_A), m_b_val… in B() argument
|