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

<<11121314151617181920>>

  /external/clang/test/SemaTemplate/
dependent-names.cpp 80 d1.test1(); // expected-note {{in instantiation of member function}}
81 d1.test2(); // expected-note {{in instantiation of member function}}
82 d1.test3(); // expected-note {{in instantiation of member function}}
85 d2.test0(); // expected-note {{in instantiation of member function}}
87 d2.test2(); // expected-note {{in instantiation of member function}}
88 d2.test3(); // expected-note {{in instantiation of member function}}
157 A<int> a; // expected-note {{in instantiation of member function}}
172 int k = N::M::g<char>(0);; // expected-note {{in instantiation of function}}
378 tempf(x, y); // expected-note{{in instantiation of}}
401 template void OperatorNew::f(OperatorNew::X); // expected-note {{instantiation of}
    [all...]
instantiate-expr-3.cpp 14 template struct ImaginaryLiteral0<int*>; // expected-note{{instantiation}}
46 template struct N2::PlusEquals0<N3::Y, int, short&>; // expected-note{{instantiation}}
75 template struct StatementExpr0<N1::X>; // expected-note{{instantiation}}
89 template struct Choose0<true, int, float, float&>; // expected-note{{instantiation}}
119 template struct VaArg1<int, int>; // expected-note{{instantiation}}
  /external/chromium_org/third_party/icu/source/common/
mutex.h 85 * Singleton struct with shared instantiation/mutexing code.
86 * Simple: Does not remember if a previous instantiation failed.
87 * Best used if the instantiation can really only fail with an out-of-memory error,
140 * Singleton struct with shared instantiation/mutexing code.
141 * Tri-state: Instantiation succeeded/failed/not attempted yet.
  /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/
destructor.cpp 106 class B : A<int> { B(); }; // expected-note {{in instantiation of member function 'test6::A<int>::operator delete' requested here}}
173 TS2<int> foo; // expected-note {{instantiation}}
335 simple_ptr<B> b(new B()); // expected-note {{in instantiation of member function 'dnvd::simple_ptr<dnvd::B>::~simple_ptr' requested here}}
339 simple_ptr2<B> b(new D()); // expected-note {{in instantiation of member function 'dnvd::simple_ptr2<dnvd::B>::~simple_ptr2' requested here}}
343 simple_ptr<D> d(new D()); // expected-note {{in instantiation of member function 'dnvd::simple_ptr<dnvd::D>::~simple_ptr' requested here}}
qual-id-test.cpp 114 fun5<A::sub>(); // expected-note{{instantiation}}
127 fun6<A::sub>(); // expected-note{{instantiation}}
  /external/icu4c/common/
mutex.h 85 * Singleton struct with shared instantiation/mutexing code.
86 * Simple: Does not remember if a previous instantiation failed.
87 * Best used if the instantiation can really only fail with an out-of-memory error,
140 * Singleton struct with shared instantiation/mutexing code.
141 * Tri-state: Instantiation succeeded/failed/not attempted yet.
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p3.cpp 60 C<int> f2; // expected-note {{in instantiation of template class}}
61 C<A> f3; // expected-note {{in instantiation of template class}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p11-1y.cpp 48 template void init_kind_template<ExplicitCopy>(); // expected-note {{instantiation of}}
62 template void pack_1<>(); // expected-note {{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/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
  /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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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/chromium_org/base/android/java/src/org/chromium/base/
ContentUriUtils.java 19 // Prevent instantiation.
  /external/chromium_org/content/public/browser/
devtools_target.h 22 // Instantiation and discovery of DevToolsTarget instances is the responsibility
  /external/chromium_org/remoting/host/win/
rdp_desktop_session.h 60 // Implements loading and instantiation of the RDP ActiveX client.
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
big_glyph_metrics.h 75 // Static instantiation function.
  /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/except/except.spec/
p1.cpp 80 void g() { A<0>::f(); } // expected-note{{in instantiation of exception specification for 'f' requested here}}
  /external/clang/test/CodeGenCXX/
virtual-destructor-calls.cpp 52 // dispatch. Template instantiation used to lose the qualifier.

Completed in 969 milliseconds

<<11121314151617181920>>