Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Duse-after-move.cpp79 void moveconstruct(A &&other) { in moveconstruct() function in A
90 moveconstruct(std::move(*a)); in A()
96 moveconstruct(std::move(other)); in A()
105 moveconstruct(std::move(other)); in operator =()