Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-values.cpp53 int np_local5 = 4; in some_function() local
246 const auto *np_local5 = &np_local3; more_template_locals() local
420 const MyVector np_local5{}; vector_usage() local
447 double np_local5[10] = {0., 1., 2., 3., 4., 5., 6., 7., 8., 9.}; handle_from_array() local
580 int np_local5[3] = {1, 2, 3}; ternary_operator() local
795 non_const_iterator np_local5; for_bad_iterators() local
796 for (int p_local1 : np_local4, np_local5) for_bad_iterators() local
[all...]