Home
last modified time | relevance | path

Searched defs:MoveOnly (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/ADT/
DOptionalTest.cpp173 struct MoveOnly { struct
174 static unsigned MoveConstructions;
175 static unsigned Destructions;
176 static unsigned MoveAssignments;
177 int val;
178 explicit MoveOnly(int val) : val(val) { in MoveOnly() function
180 MoveOnly(MoveOnly&& other) { in MoveOnly() function
184 MoveOnly &operator=(MoveOnly&& other) { in operator =()
189 ~MoveOnly() { in ~MoveOnly()
192 static void ResetCounts() { in ResetCounts()
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp19.cpp3 struct MoveOnly { struct
/external/clang/test/SemaCXX/
Dblocks.cpp74 class MoveOnly { class
Drval-references.cpp73 struct MoveOnly { struct