Home
last modified time | relevance | path

Searched defs:tup (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dtuple_array_template_depth.pass.cpp32 tuple_t tup; in main() local
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dtuple_array_template_depth.pass.cpp35 tuple_t tup(arr); in main() local
/external/libcxx/test/std/utilities/intseq/intseq.general/
Dinteger_seq.pass.cpp59 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ); in main() local