Home
last modified time | relevance | path

Searched refs:IntOwner1 (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.cpp379 gsl::owner<int *> IntOwner1 = NonOwner1.getVal(); // Bad, since owner initialized with non-owner in test_templates() local
382 template_function(IntOwner1); // Ok, but not actually ok, since type deduction removes owner in test_templates()