HomeSort by relevance Sort by last modified time
    Searched full:instantiation (Results 301 - 325 of 1313) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/Basic/
Specifiers.h 145 /// due to an explicit instantiation declaration request
149 /// due to an explicit instantiation definition request
155 /// to an instantiation of an entity (as opposed to a non-template or
162 /// specialization, explicit instantiation declaration, or explicit
163 /// instantiation definition.
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 217 template class A<int>; // expected-note {{in instantiation}}
239 template A<int> bar<int>(const int *, const A<int> &); // expected-note {{in instantiation}}
309 template class B<int>; // expected-note {{in instantiation}}
336 template class B<int>; // expected-note {{in instantiation}}
360 template void f2<float>(X<int> *); // expected-note{{in instantiation of function template specialization 'PR10913::f2<float, int>' requested here}}
  /external/clang/test/SemaCXX/
member-init.cpp 75 Y::Y() try { // expected-note{{in instantiation of member function 'PR10578::X<int>::X' requested here}}
172 X(); // expected-note {{in instantiation of default member initializer 'explicit_instantiation::X<float>::n' requested here}}
177 template struct X<float>; // expected-note {{in instantiation of member function 'explicit_instantiation::X<float>::X' requested here}}
182 struct X { // expected-note {{in instantiation of default member initializer 'local_class::f()::X::n' requested here}}
186 void g() { f<int>(); } // expected-note {{in instantiation of function template specialization 'local_class::f<int>' requested here}}
captured-statements.cpp 77 template_capture_var<int&>(); // expected-note{{in instantiation of function template specialization 'template_capture_var<int &>' requested here}}
97 template_capture_var<int, const int>(0, 1); // expected-note{{in instantiation of function template specialization 'template_capture_var<int, const int>' requested here}}
qual-id-test.cpp 114 fun5<A::sub>(); // expected-note{{instantiation}}
127 fun6<A::sub>(); // expected-note{{instantiation}}
  /external/clang/test/SemaTemplate/
friend-template.cpp 86 X3<long> x3l; // expected-note {{in instantiation}}
100 f(A<int>()); // expected-note {{in instantiation of function template specialization}}
251 int k = ab.f(a); // expected-note {{instantiation of}}
310 H<char> h2; // expected-note {{instantiation}}
329 foo(b); // expected-note {{in instantiation}}
  /external/clang/test/Modules/
cxx-templates.cpp 61 // Trigger the instantiation of a template in 'a' that uses a type defined in
68 // Trigger the instantiation of a template in 'b' that uses a type defined in
72 // Trigger the instantiation of a template in 'a' that uses a type defined in
74 // within 'b', the instantiation succeeds.
77 // Trigger the instantiation of a template in 'a' that uses a type defined in
89 PerformDelayedLookup(defined_in_b_impl); // expected-note {{in instantiation of}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p3.cpp 65 C<int> f2; // expected-note {{in instantiation of template class}}
66 C<A> f3; // expected-note {{in instantiation of template class}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p11-1y.cpp 40 template void init_kind_template<ExplicitCopy>(); // expected-note {{instantiation of}}
55 template void pack_1<>(); // expected-note {{instantiation of}}
p5-generic-lambda-1y.cpp 74 L(&d); //expected-note{{in instantiation of}}
107 l(&d); //expected-note{{in instantiation of}}
  /external/clang/test/CXX/special/class.dtor/
p10-0x.cpp 17 template void b(const int*, const A*); // expected-note{{in instantiation of function template specialization 'b<int>' requested here}}
18 template void b(const A*,const A*); // expected-note{{in instantiation of function template specialization 'b<A>' requested here}}
  /external/clang/test/OpenMP/
parallel_num_threads_messages.cpp 43 #pragma omp parallel num_threads (num_threads(tmain<int, char, -1>(argc, argv) // expected-error 2 {{expected ')'}} expected-note 2 {{to match this '('}} expected-note {{in instantiation of function template specialization 'tmain<int, char, -1>' requested here}}
47 return tmain<int, char, 3>(argc, argv); // expected-note {{in instantiation of function template specialization 'tmain<int, char, 3>' requested here}}
parallel_sections_num_threads_messages.cpp 59 #pragma omp parallel sections num_threads (num_threads(tmain<int, char, -1>(argc, argv) // expected-error 2 {{expected ')'}} expected-note 2 {{to match this '('}} expected-note {{in instantiation of function template specialization 'tmain<int, char, -1>' requested here}}
62 return tmain<int, char, 3>(argc, argv); // expected-note {{in instantiation of function template specialization 'tmain<int, char, 3>' requested here}}
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
VerificationError.java 62 verificationErrorNames.put("instantiation-error", INSTANTIATION_ERROR);
85 return "instantiation-error";
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 194 /* Instantiation scheme that used (default) in gcc 3 made void of sense explicit
195 instantiation within library: nothing except increased library size. - ptr
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 194 /* Instantiation scheme that used (default) in gcc 3 made void of sense explicit
195 instantiation within library: nothing except increased library size. - ptr
  /dalvik/dexgen/src/com/android/dexgen/util/
DexClassLoaderHelper.java 33 // intentionally empty to disable direct instantiation
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
Formatter.java 30 * // provided as a convenience to users; allows instantiation and
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYRegionFormatter.java 37 * Provided as a convenience to users; allows instantiation and xml configuration
  /external/autotest/client/cros/
dark_resume_listener.py 15 many dark resumes we have seen since instantiation."""
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
alerts-page-test.html 24 test('instantiation', function() {
  /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/dcl.decl/dcl.meaning/dcl.array/
p1.cpp 40 // Check that instantiation works properly when the element type is a template.
  /external/clang/test/CXX/drs/
dr13xx.cpp 17 template void f(); // expected-note {{instantiation}}
  /external/clang/test/CXX/special/class.copy/
implicit-move.cpp 281 template void move(F<B>); // expected-note {{in instantiation of}}
283 template void move(F<D>); // expected-note {{in instantiation of}}
297 template void move(J<B>); // expected-note {{in instantiation of}}
299 template void move(J<D>); // expected-note {{in instantiation of}}

Completed in 682 milliseconds

<<11121314151617181920>>