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

  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p11.cpp 5 template<typename T, typename U> struct same_type;
6 template<typename T> struct same_type<T, T> {}; struct
15 same_type<decltype(a), int> test_a;
16 same_type<decltype(b), double> test_b;
21 same_type<decltype(c), char> test_c;
22 same_type<decltype(d), int> test_d;
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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/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;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/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;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/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");
122 static_assert(same_type<decltype(l), std::initializer_list<int>>::value, "");
123 static_assert(same_type<decltype(l3), int>::value, "");
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 176 typedef void (* __func_##__type_x##__type_y##same_type)( __type_x, \
178 template < __func_##__type_x##__type_y##same_type _Tp1> \
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 176 typedef void (* __func_##__type_x##__type_y##same_type)( __type_x, \
178 template < __func_##__type_x##__type_y##same_type _Tp1> \
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 176 typedef void (* __func_##__type_x##__type_y##same_type)( __type_x, \
178 template < __func_##__type_x##__type_y##same_type _Tp1> \
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 1272 bool same_type = type_literal_.IsKnownGlobal(type_string); local
    [all...]

Completed in 835 milliseconds