Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-values.cpp459 const double &const_ref = p_local3[2]; handle_from_array() local
515 for (const int &const_ref : p_local1) { range_for() local