HomeSort by relevance Sort by last modified time
    Searched defs:same_type (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p7.cpp 8 template<typename T, typename U> struct same_type;
9 template<typename T> struct same_type<T, T> {}; struct
22 same_type<decltype(v1), long double> test1;
23 same_type<decltype(v2), std::string> test2;
24 same_type<decltype(v3), unsigned> test3;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
standard_policies.hpp 86 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
standard_policies.hpp 86 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
standard_policies.hpp 86 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
standard_policies.hpp 86 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
standard_policies.hpp 86 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
standard_policies.hpp 86 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
standard_policies.hpp 86 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
standard_policies.hpp 86 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
standard_policies.hpp 94 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
97 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
122 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
125 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /external/clang/test/SemaCXX/
cxx0x-initializer-stdinitializerlist.cpp 41 struct same_type { static const bool value = false; }; struct
43 struct same_type<T, T> { static const bool value = true; }; struct
107 static_assert(same_type<decltype(deduce({1, 2, 3})), int>::value, "bad deduction");
108 static_assert(same_type<decltype(deduce({1.0, 2.0, 3.0})), double>::value, "bad deduction");
112 static_assert(same_type<decltype(deduce_ref({1, 2, 3})), int>::value, "bad deduction");
113 static_assert(same_type<decltype(deduce_ref({1.0, 2.0, 3.0})), double>::value, "bad deduction");
120 static_assert(same_type<decltype(l), std::initializer_list<int>>::value, "");

Completed in 6054 milliseconds