Home
last modified time | relevance | path

Searched refs:const_use (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-uninitialized-const-reference.cpp25 int const_use(const int i);
32 …int k = const_use(k); // expected-warning {{variable 'k' is uninitialized when used within… in f()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmake-member-function-const.cpp85 void const_use() { in const_use() function