Searched defs:UP2 (Results 1 – 3 of 3) sorted by relevance
35 using UP2 = std::pair<int, U1>&&; in test_pair_rv() typedef140 using UP2 = std::pair<int, ExplicitTypes::CopyOnly>&&; in main() typedef
32 using UP2 = std::pair<int, U1> const&; in test_pair_const() typedef
9 union UP2 { struct P2 p2; }; union