Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dctor.pair_U_V_move.pass.cpp34 using UP1 = std::pair<U1, int>&&; in test_pair_rv() typedef
139 using UP1 = std::pair<ExplicitTypes::CopyOnly, int>&&; in main() typedef
H A Dctor.pair_U_V_const_ref.pass.cpp31 using UP1 = std::pair<U1, int> const&; in test_pair_const() typedef