Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-unnecessary-value-param-allowed-types.cpp27 struct SmartRef { struct
28 ~SmartRef();
63 void negativeSmartRef(SmartRef R) { in negativeSmartRef()
Dperformance-unnecessary-copy-initialization-allowed-types.cpp27 struct SmartRef { struct
28 ~SmartRef();
51 const SmartRef &getSmartRef();
Dperformance-for-range-copy-allowed-types.cpp48 struct SmartRef { struct
49 ~SmartRef();
103 for (auto R : View<Iterator<SmartRef>>()) { in negativeSmartRef()
/external/clang/test/SemaCXX/
Doverloaded-operator.cpp148 struct SmartRef { struct
152 void test_smartref(SmartRef r) { in test_smartref()
/external/llvm-project/clang/test/SemaCXX/
Doverloaded-operator.cpp148 struct SmartRef { struct
152 void test_smartref(SmartRef r) { in test_smartref()