Home
last modified time | relevance | path

Searched defs:SmartPointer (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization-allowed-types.cpp3 struct SmartPointer { struct
H A Dunnecessary-value-param-allowed-types.cpp3 struct SmartPointer { struct
H A Dfor-range-copy-allowed-types.cpp24 struct SmartPointer { struct
/llvm-project/clang/test/Analysis/
H A Ddtor.cpp23 class SmartPointer { class
26 SmartPointer(void *x) : X(x) {} in SmartPointer() function in SmartPointer
/llvm-project/llvm/unittests/ADT/
H A DIteratorTest.cpp199 TEST(PointeeIteratorTest, SmartPointer) { in TEST() argument