Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
Dget_const_rv.fail.cpp24 std::tuple<int> const tup4() { return std::make_tuple(4); } in tup4() function
31 cref(std::get<0>(tup4())); // expected-error {{call to deleted function 'cref'}} in main()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
Dget_const_rv.fail.cpp25 std::tuple<int> const tup4() { return std::make_tuple(4); } in tup4() function
32 cref(std::get<0>(tup4())); // expected-error {{call to deleted function 'cref'}} in main()