Home
last modified time | relevance | path

Searched defs:the_value (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dtypo-correction.c105 void PR40286_1(int the_value) { in PR40286_1()
108 void PR40286_2(int the_value) { in PR40286_2()
111 void PR40286_3(int the_value) { in PR40286_3()
114 void PR40286_4(int the_value) { // expected-note {{'the_value' declared here}} in PR40286_4()
/llvm-project/openmp/runtime/cmake/
H A DLibompUtils.cmake138 set(the_value "${value}") variable
/llvm-project/clang/test/Index/
H A Devaluate-cursor.cpp30 const auto the_value = calc_val() + sizeof(char); variable