Searched refs:a_value (Results 1 – 5 of 5) 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
|
| /llvm-project-15.0.7/openmp/runtime/test/tasking/ |
| H A D | omp50_taskwait_depend.c | 50 int a_value; in main() local 97 a_value = a; in main() 99 if (a_value != 1) { in main()
|
| H A D | taskdep_if0_2.c | 42 int a_value; in main() local 92 a_value = a; in main() 94 if (a_value != 1) { in main()
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | scripted_step.py | 195 a_value = a_var.GetValueAsSigned(error) 200 if a_value == 20:
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest.h | 529 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() argument 530 key_(a_key), value_(a_value) { in TestProperty()
|