/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;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/ |
misc_concept.hpp | 23 same_type(a,b); 26 template<typename T> void same_type(T,T) {} function in class:boost::range_detail::SameTypeConcept
|
/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/current/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, "");
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
indentation.py | 563 same_type = token_check.type 577 if token_check.type == same_type:
|
/ndk/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/current/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 | 1338 bool same_type = type_literal_.IsKnownGlobal(type_string); local [all...] |