Home
last modified time | relevance | path

Searched defs:non_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.cpp438 double &non_const_ref = np_local1[1]; handle_from_array() local
479 for (int &non_const_ref : np_local0) { range_for() local
484 for (auto &non_const_ref : np_local1) { range_for() local