Searched defs:tup (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
D | tuple_array_template_depth.pass.cpp | 32 tuple_t tup; in main() local
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | tuple_array_template_depth.pass.cpp | 35 tuple_t tup(arr); in main() local
|
/external/libcxx/test/std/utilities/intseq/intseq.general/ |
D | integer_seq.pass.cpp | 59 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ); in main() local
|