Home
last modified time | relevance | path

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 Dpass-to-base.cpp44 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 Domp50_taskwait_depend.c50 int a_value; in main() local
97 a_value = a; in main()
99 if (a_value != 1) { in main()
H A Dtaskdep_if0_2.c42 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 Dscripted_step.py195 a_value = a_var.GetValueAsSigned(error)
200 if a_value == 20:
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h529 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() argument
530 key_(a_key), value_(a_value) { in TestProperty()