Home
last modified time | relevance | path

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

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