Searched defs:moveable (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/function/assign/
H A Dmove_target.cc22 struct moveable struct
28 moveable(const moveable& c) { throw "copied"; } function in struct:moveable
30 moveable(moveable&&) { } function in struct:moveable
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/function/cons/
H A Dmove_target.cc22 struct moveable struct
28 moveable(const moveable& c) { throw "copied"; } function in struct:moveable
30 moveable(moveable&&) { } function in struct:moveable
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/thread/cons/
H A D8.cc32 struct moveable struct
38 moveable(moveable&&) { } function in struct:moveable
[all...]
H A D9.cc33 struct moveable struct
42 moveable(int j): i(j) { } function in struct:moveable
43 moveable(moveable function in struct:moveable
[all...]
H A Dmoveable.cc32 struct moveable struct
38 moveable(moveable&&) { } function in struct:moveable
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/function/invoke/
H A Dmove_only.cc22 struct moveable struct
28 moveable(moveable&&) { } function in struct:moveable
[all...]

Completed in 121 milliseconds