Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-value-param-allowed-types.cpp7 struct smart_pointer { struct
8 ~smart_pointer();
48 void negative_smart_pointer(smart_pointer p) { in negative_smart_pointer()
H A Dunnecessary-copy-initialization-allowed-types.cpp7 struct smart_pointer { struct
8 ~smart_pointer();
47 const smart_pointer &get_smart_pointer();
H A Dfor-range-copy-allowed-types.cpp28 struct smart_pointer { struct
29 ~smart_pointer();
85 for (auto p : View<Iterator<smart_pointer>>()) { in negative_smart_pointer()