HomeSort by relevance Sort by last modified time
    Searched refs:typename (Results 151 - 175 of 3532) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/CodeGenCXX/
mangle-unnameable-conversions.cpp 3 template<typename T> using id = T;
5 template<typename T, int N>
7 template<typename T, typename U>
pr9965.cpp 2 template<typename T>
static-member-variable-explicit-specialization.cpp 3 template<typename> struct A { static int a; };
template-anonymous-union-member-initializer.cpp 2 template <typename T>
template-inner-struct-visibility-hidden.cpp 8 template<typename T>
19 template<typename T> void C<T>::Inner::f() { }
20 template<typename T> void C<T>::Inner::Inner2::g() { }
21 template<typename T> int C<T>::Inner::Inner2::Static;
  /external/clang/test/SemaCXX/
crashes.cpp 4 template<typename _Alloc> class allocator;
6 template<typename _CharT, typename _Traits = char_traits<_CharT>,
7 typename _Alloc = allocator<_CharT> >
9 template<typename _CharT, typename _Traits, typename _Alloc>
10 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
15 template<typename T>
24 template<typename T> struct a : T
    [all...]
decltype-pr4444.cpp 3 template<typename T, T t>
  /external/clang/test/SemaTemplate/
class-template-decl.cpp 3 template<typename T> class A;
6 template<typename T> class B;
10 template<typename T> class C;
14 template<typename T> class D; // expected-error{{templates must have C++ linkage}}
29 template<template<typename T> class X> class TemplateTemplateParm;
34 template<typename> class TemplateTemplateParm; // expected-error{{template parameter has a different kind in template redeclaration}}
36 template<template<typename T, int> class X> class TemplateTemplateParm; // expected-error{{too many template parameters in template template parameter redeclaration}}
38 template<typename T>
41 template<typename T>
46 template<typename T> class C
    [all...]
crash-8204126.cpp 4 template<int> template<typename T> friend void foo(T) {} // expected-error{{extraneous template parameter list}}
enum-forward.cpp 3 template<typename T>
instantiate-dependent-nested-name.cpp 3 template<typename T> struct X { static const T A = 1; };
4 template<typename T, bool = X<T>::A> struct Y { typedef T A; };
5 template<typename T> struct Z { typedef typename Y<T>::A A; };
instantiate-expr-basic.cpp 3 template <typename T>
instantiation-depth.cpp 3 template<typename T> struct X : X<T*> { }; \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator_base_types.h 102 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
103 typename _Pointer = _Tp*, typename _Reference = _Tp&>
124 template<typename _Iterator>
127 typedef typename _Iterator::iterator_category iterator_category;
128 typedef typename _Iterator::value_type value_type;
129 typedef typename _Iterator::difference_type difference_type;
130 typedef typename _Iterator::pointer pointer
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
policy_access_fn_imps.hpp 42 typename PB_DS_CLASS_C_DEC::e_access_traits&
48 const typename PB_DS_CLASS_C_DEC::e_access_traits&
54 typename PB_DS_CLASS_C_DEC::node_update&
60 const typename PB_DS_CLASS_C_DEC::node_update&
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 102 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
103 typename _Pointer = _Tp*, typename _Reference = _Tp&>
124 template<typename _Iterator>
127 typedef typename _Iterator::iterator_category iterator_category;
128 typedef typename _Iterator::value_type value_type;
129 typedef typename _Iterator::difference_type difference_type;
130 typedef typename _Iterator::pointer pointer
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
policy_access_fn_imps.hpp 42 typename PB_DS_CLASS_C_DEC::e_access_traits&
48 const typename PB_DS_CLASS_C_DEC::e_access_traits&
54 typename PB_DS_CLASS_C_DEC::node_update&
60 const typename PB_DS_CLASS_C_DEC::node_update&
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 102 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
103 typename _Pointer = _Tp*, typename _Reference = _Tp&>
124 template<typename _Iterator>
127 typedef typename _Iterator::iterator_category iterator_category;
128 typedef typename _Iterator::value_type value_type;
129 typedef typename _Iterator::difference_type difference_type;
130 typedef typename _Iterator::pointer pointer
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
policy_access_fn_imps.hpp 42 typename PB_DS_CLASS_C_DEC::e_access_traits&
48 const typename PB_DS_CLASS_C_DEC::e_access_traits&
54 typename PB_DS_CLASS_C_DEC::node_update&
60 const typename PB_DS_CLASS_C_DEC::node_update&
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 102 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
103 typename _Pointer = _Tp*, typename _Reference = _Tp&>
124 template<typename _Iterator>
127 typedef typename _Iterator::iterator_category iterator_category;
128 typedef typename _Iterator::value_type value_type;
129 typedef typename _Iterator::difference_type difference_type;
130 typedef typename _Iterator::pointer pointer
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
policy_access_fn_imps.hpp 42 typename PB_DS_CLASS_C_DEC::e_access_traits&
48 const typename PB_DS_CLASS_C_DEC::e_access_traits&
54 typename PB_DS_CLASS_C_DEC::node_update&
60 const typename PB_DS_CLASS_C_DEC::node_update&
  /external/chromium/testing/gtest/include/gtest/
gtest-param-test.h 241 template <typename T, typename IncrementT>
247 template <typename T>
307 template <typename ForwardIterator>
309 typename ::std::iterator_traits<ForwardIterator>::value_type> ValuesIn(
312 typedef typename ::std::iterator_traits<ForwardIterator>::value_type
318 template <typename T, size_t N>
324 internal::ParamGenerator<typename Container::value_type> ValuesIn(
348 template <typename T1>
353 template <typename T1, typename T2
    [all...]
  /external/gtest/include/gtest/
gtest-param-test.h 204 template <typename T, typename IncrementT>
210 template <typename T>
270 template <typename ForwardIterator>
272 typename ::std::iterator_traits<ForwardIterator>::value_type> ValuesIn(
275 typedef typename ::std::iterator_traits<ForwardIterator>::value_type
281 template <typename T, size_t N>
287 internal::ParamGenerator<typename Container::value_type> ValuesIn(
311 template <typename T1>
316 template <typename T1, typename T2
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 240 template <typename T, typename IncrementT>
246 template <typename T>
306 template <typename ForwardIterator>
308 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
310 typedef typename ::testing::internal::IteratorTraits<ForwardIterator>
316 template <typename T, size_t N>
322 internal::ParamGenerator<typename Container::value_type> ValuesIn(
352 template <typename T1>
357 template <typename T1, typename T2
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 205 template <typename T, typename IncrementT>
211 template <typename T>
271 template <typename ForwardIterator>
273 typename ::std::iterator_traits<ForwardIterator>::value_type> ValuesIn(
276 typedef typename ::std::iterator_traits<ForwardIterator>::value_type
282 template <typename T, size_t N>
288 internal::ParamGenerator<typename Container::value_type> ValuesIn(
312 template <typename T1>
317 template <typename T1, typename T2
    [all...]

Completed in 910 milliseconds

1 2 3 4 5 67 8 91011>>