Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp367 int *stack_ptr1 = &stack_int; in test_templates() local
373 Owner1.setVal(stack_ptr1); // Bad since non-owner assignment in test_templates()
383 template_function(stack_ptr1); // Bad, but type deduction gets it wrong in test_templates()