Home
last modified time | relevance | path

Searched refs:Decay (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp61 using Decay = typename std::decay<Tp>::type; typedef
68 static_assert(std::is_same<Decay<T1>, T1>::value, "must be same");
69 static_assert(std::is_same<Decay<T2>, T2>::value, "must be same");
95 using DT = Decay<T>; in test_bullet_three_one_imp()
96 using DU = Decay<U>; in test_bullet_three_one_imp()
/external/clang/test/SemaCXX/
Dexceptions.cpp126 namespace Decay { namespace
Dcxx0x-initializer-stdinitializerlist.cpp157 namespace Decay { namespace