Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-value-param-allowed-types.cpp27 struct SmartRef { struct
28 ~SmartRef();
63 void negativeSmartRef(SmartRef R) { in negativeSmartRef()
H A Dunnecessary-copy-initialization-allowed-types.cpp27 struct SmartRef { struct
28 ~SmartRef();
52 const SmartRef &getSmartRef();
H A Dfor-range-copy-allowed-types.cpp48 struct SmartRef { struct
49 ~SmartRef();
115 for (auto R : View<Iterator<SmartRef>>()) { in negativeSmartRef()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Doverloaded-operator.cpp148 struct SmartRef { struct
152 void test_smartref(SmartRef r) { in test_smartref()