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

  /external/clang/test/SemaTemplate/
instantiate-typedef.cpp 4 struct add_pointer { struct
8 add_pointer<int>::type test1(int * ptr) { return ptr; }
10 add_pointer<float>::type test2(int * ptr) {
11 return ptr; // expected-error{{cannot initialize return object of type 'add_pointer<float>::type' (aka 'float *') with an lvalue of type 'int *'}}
14 add_pointer<int&>::type // expected-note{{in instantiation of template class 'add_pointer<int &>' requested here}}
typename-specifier-2.cpp 8 struct add_pointer { struct
20 bind_metafun<add_pointer, int>::type::type ip = &i;
21 bind_metafun<add_pointer, float>::type::type fp = &i; // expected-error{{cannot initialize a variable of type 'bind_metafun<add_pointer, float>::type::type' (aka 'float *') with an rvalue of type 'int *'}}
30 extract_type_type<bind_metafun<add_pointer, double> >::t dp = &d;
metafun-apply.cpp 3 struct add_pointer { struct
30 apply1<add_pointer, int>::type ip = &i;
default-arguments.cpp 99 struct add_pointer { struct
108 int array4[is_same<X4<add_pointer>,
109 X4<add_pointer, add_pointer::apply> >::value? 1 : -1];
instantiate-template-template-parm.cpp 8 struct add_pointer { struct
18 apply<add_pointer, int>::type ip = &i;
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
multi-level-substitution.cpp 166 template<class> struct add_pointer;
181 int check10[X5<add_reference, add_pointer, add_const>
183 add_pointer<float>,
185 int check11[X5<add_reference, add_pointer>
187 add_pointer<float>,
metafunctions.cpp 182 struct add_pointer { struct in namespace:TemplateTemplateApply
192 add_reference, add_pointer, add_const>::type,
200 int check1[is_same<apply_each_indirect<int, add_reference, add_pointer,

Completed in 544 milliseconds