Home
last modified time | relevance | path

Searched defs:ConstructsWithTupleLeaf (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/libc++/dist/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dmove.pass.cpp21 struct ConstructsWithTupleLeaf struct
23 ConstructsWithTupleLeaf() {} in ConstructsWithTupleLeaf() argument
25 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf const &) { assert(false); } in ConstructsWithTupleLeaf() function
26 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf &&) {} in ConstructsWithTupleLeaf() argument
29 ConstructsWithTupleLeaf(T t) in ConstructsWithTupleLeaf() argument
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dmove.pass.cpp24 struct ConstructsWithTupleLeaf struct
26 ConstructsWithTupleLeaf() {} in ConstructsWithTupleLeaf() function
28 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf const &) { assert(false); } in ConstructsWithTupleLeaf() argument
29 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf &&) {} in ConstructsWithTupleLeaf() function
32 ConstructsWithTupleLeaf(T t) in ConstructsWithTupleLeaf() function