Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-pointer-as-values.cpp32 int *p_local2[2] = {nullptr, nullptr}; in range_for() local
H A Dconst-correctness-values.cpp135 int p_local2 = 42; some_pointer_taking() local
309 ConstNonConstClass p_local2(np_local2); direct_class_access() local
374 NonConstOperators p_local2; internal_operator_calls() local
412 double p_local2 = np_local2[42]; vector_usage() local
454 const double *p_local2 = &p_local1[2]; // Could be `const double *const`, but warning deactivated by default handle_from_array() local
561 short p_local2 = static_cast<short>(p_local1); casts() local
803 for (int p_local2 : 1 > 2 ? np_local6 : np_local7) for_bad_iterators() local
834 for (int p_local2 : p_local1) { good_iterators() local
[all...]
H A Dconst-correctness-transform-values.cpp173 TMPClass<double> p_local2; // Don't attempt to make this const in meta_type() local