HomeSort by relevance Sort by last modified time
    Searched full:instantiation (Results 201 - 225 of 1076) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaTemplate/
ext-vector-type.cpp 18 make2<int, 0> x; // expected-note{{in instantiation of}}
29 make3<s, 3>x; // expected-note{{in instantiation of}}
instantiate-declref.cpp 71 template struct N2::Outer2::Inner<int*, float*>; // expected-note{{instantiation}}
114 // This counts as an odr-use, so should trigger the instantiation of f<int>.
local-member-templates.cpp 46 template int Outer<int>::outer_mem(int, char *); //expected-note{{in instantiation of function}}
74 Outer<int>::outer_mem(int, char); //expected-note{{in instantiation of}}
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
OverScrollerCompat.java 28 * Disallow instantiation.
ScaleGestureDetectorCompat.java 29 * Disallow instantiation.
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
subsetter.h 21 // Cannot remove this header due to Ptr<T> instantiation issue
  /external/clang/test/CXX/basic/basic.def.odr/
p2-typeid.cpp 35 xpr.g(Poly()); // expected-note{{instantiation of member function}}
  /external/clang/test/CXX/class/class.mem/
p2.cpp 21 A<int> x; // expected-error {{implicit instantiation of template 'test1::A<int>' within its own definition}}
  /external/clang/test/CXX/class/
p2-0x.cpp 15 struct D : C<int> { }; // expected-note {{in instantiation of template class 'Test2::C<int>' requested here}}
  /external/clang/test/CXX/class.access/class.friend/
p3-cxx0x.cpp 29 X1<Y1> x1c; // expected-note{{in instantiation of template class 'X1<Y1>' requested here}}
  /external/clang/test/CXX/class.derived/class.member.lookup/
p8.cpp 60 d.Inner(); // expected-note{{in instantiation}}
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p3-cxx0x.cpp 38 // We should be able to diagnose these without instantiation.
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
p1.cpp 43 test_type(h); // expected-note {{instantiation}}
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x-fixits.cpp 28 // CHECK: note:{{.*}} in instantiation
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.mptr/
p3.cpp 23 ft(a); // expected-note{{in instantiation of function template specialization 'ft<A>' requested here}}
  /external/clang/test/CXX/special/class.copy/
p33-0x.cpp 56 template void f2<X>(int); // expected-note{{in instantiation of function template specialization 'PR10142::f2<PR10142::X>' requested here}}
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p5.cpp 26 // problems with instantiation, but only provide declarations (not definitions).
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p12.cpp 24 // instantiation.
  /external/clang/test/PCH/
cxx11-statement-attributes.cpp 10 f<1>(n); // expected-note {{in instantiation of function template specialization 'f<1>' requested here}}
missing-file.cpp 23 #ifdef INSTANTIATION
  /external/clang/test/SemaCXX/
attr-weak.cpp 24 // GCC rejects the instantiation with the internal type, but some existing
cv-unqual-rvalues.cpp 23 h2<const int, 0>(); // expected-note{{instantiation of}}
decltype-overloaded-functions.cpp 15 S<K> b; // expected-note{{in instantiation of template class 'S<K>' requested here}}
function-type-qual.cpp 33 // Test template instantiation of decayed array types. Not really related to
neon-vector-types.cpp 43 template float test<4>(); // expected-note{{in instantiation of function template specialization 'rdar11688587::test<4>' requested here}}

Completed in 699 milliseconds

1 2 3 4 5 6 7 891011>>