Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dmove.pass.cpp24 struct ConstructsWithTupleLeaf struct
26 ConstructsWithTupleLeaf() {} in ConstructsWithTupleLeaf() function
28 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf const &) { assert(false); } in ConstructsWithTupleLeaf() function
29 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf &&) {} in ConstructsWithTupleLeaf() function
32 ConstructsWithTupleLeaf(T) { in ConstructsWithTupleLeaf() function
117 typedef std::tuple<ConstructsWithTupleLeaf> d_t; in main()
118 d_t d((ConstructsWithTupleLeaf())); in main()
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
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) { in ConstructsWithTupleLeaf() argument
117 typedef std::tuple<ConstructsWithTupleLeaf> d_t; in main()
118 d_t d((ConstructsWithTupleLeaf())); in main()