Home
last modified time | relevance | path

Searched defs:a_value (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/test/API/lang/cpp/dynamic-value/
H A Dpass-to-base.cpp44 B(int b_value,int a_value) B() argument
45 B(int b_value,int a_value,A * client_A) B() argument
/llvm-project/openmp/runtime/test/tasking/
H A Dtaskdep_if0_2.c42 int a_value; in main() local
H A Domp50_taskwait_depend.c50 int a_value; in main() local
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h375 TestProperty(const std::string& a_key, const std::string& a_value) in TestProperty()