Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/utility/pairs/pair.astuple/
Dtuple_element.pass.cpp23 typedef T1 Exp1; in test() typedef
26 static_assert((std::is_same<typename std::tuple_element<0, P>::type, Exp1>::value), ""); in test()
30 typedef T1 const Exp1; in test() typedef
33 static_assert((std::is_same<typename std::tuple_element<0, P>::type, Exp1>::value), ""); in test()
37 typedef T1 volatile Exp1; in test() typedef
40 static_assert((std::is_same<typename std::tuple_element<0, P>::type, Exp1>::value), ""); in test()
44 typedef T1 const volatile Exp1; in test() typedef
47 static_assert((std::is_same<typename std::tuple_element<0, P>::type, Exp1>::value), ""); in test()
/external/libcxx/test/std/utilities/utility/pairs/pair.astuple/
Dtuple_element.pass.cpp22 typedef T1 Exp1; in test() typedef
25 static_assert((std::is_same<typename std::tuple_element<0, P>::type, Exp1>::value), ""); in test()
29 typedef T1 const Exp1; in test() typedef
32 static_assert((std::is_same<typename std::tuple_element<0, P>::type, Exp1>::value), ""); in test()
36 typedef T1 volatile Exp1; in test() typedef
39 static_assert((std::is_same<typename std::tuple_element<0, P>::type, Exp1>::value), ""); in test()
43 typedef T1 const volatile Exp1; in test() typedef
46 static_assert((std::is_same<typename std::tuple_element<0, P>::type, Exp1>::value), ""); in test()