Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
Duse-after-move.cpp142 void rightRefCall(A &&a) { in rightRefCall() function
301 rightRefCall(std::move(a)); // no-warning in loopTest()
309 rightRefCall(std::move(a)); // no-warning in loopTest()