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

1 2 3 4 5 67 8 91011>>

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
basic.cpp 16 template void f<float>(int); // expected-note{{in instantiation of function template specialization 'PR12453::f<float>' requested here}}
  /external/clang/test/CXX/temp/temp.decls/temp.alias/
p3.cpp 7 typedef B<T> U; // expected-note {{in instantiation of template type alias 'B' requested here}}
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p15.cpp 20 return b? X<NonDefaultConstructible, int>::member // expected-note{{instantiation}}
p19.cpp 25 xi.f(17, fp); // expected-note{{instantiation}}
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1-emit.cpp 21 // For implicit instantiation of
p7.cpp 23 // Specialize everything, so that the explicit instantiation does not trigger
  /external/clang/test/CodeGenCXX/
static-init-3.cpp 10 // include this to provoke instantiation at pre-execution time
vtable-key-function.cpp 18 // template specialization or explicit instantiation with a key
  /external/clang/test/PCH/
cxx-static_assert.cpp 18 T<1> t1; // expected-note {{in instantiation of template class 'T<1>' requested here}}
cxx1y-decltype-auto.cpp 22 template void f(Z); // expected-note {{in instantiation of}}
ms-if-exists.cpp 27 template void f(HasFoo); // expected-note{{in instantiation of function template specialization 'f<HasFoo>' requested here}}
pragma-diag-section.cpp 30 expected-note@41 {{in instantiation of member function}} \
  /external/clang/test/SemaCXX/
align_value.cpp 24 // expected-note@+1 {{in instantiation of template class 'nope<long double, 4>' requested here}}
invalid-instantiated-field-decl.cpp 34 SmallVector<CallSite, 2> DevirtualizedCalls; // expected-note {{in instantiation of template class 'SmallVector<CallSite, 2>' requested}}
warn-large-by-value-copy.cpp 39 tf<300>(ts); // expected-note {{instantiation}}
  /external/clang/test/SemaObjCXX/
ivar-construct.mm 35 Incomplete<int> a[4][4][4]; // expected-error{{implicit instantiation of undefined template 'Incomplete<int>'}}
objc-container-subscripting.mm 23 template void test_dictionary_subscripts(NSMutableDictionary*, int, id); // expected-note {{in instantiation of function template specialization 'test_dictionary_subscripts<NSMutableDictionary *, int, id>' requested here}}
25 template void test_dictionary_subscripts(NSMutableDictionary*, id, int); // expected-note {{in instantiation of function template specialization 'test_dictionary_subscripts<NSMutableDictionary *, id, int>' requested here}}
45 template void test_array_subscripts(NSMutableArray *, double, id); // expected-note {{in instantiation of function template specialization 'test_array_subscripts<NSMutableArray *, double, id>' requested here}}
126 return array[N]; // array[N] should be a value- and instantiation-dependent ObjCSubscriptRefExpr
  /external/clang/test/SemaTemplate/
implicit-instantiation-1.cpp 23 add(cp, cp); // expected-note{{instantiation of}}
instantiate-c99.cpp 3 // Test template instantiation for C99-specific features.
40 template struct DesigInit0<Color, int, double>; // expected-note{{instantiation}}
56 template struct DesigArrayInit0<int[8], 5, 13, float, int>; // expected-note{{instantiation}}
69 template struct DesigArrayRangeInit0<int[8], 5, 13, float>; // expected-note{{instantiation}}
instantiate-subscript.cpp 26 template struct Subscript0<Sub1, Sub0, long&>; // expected-note{{instantiation}}
operator-function-id-template.cpp 25 // FIXME: unrelated template-name instantiation issue
  /external/icu/icu4c/source/layout/
OpenTypeUtilities.h 36 OpenTypeUtilities() {} // private - forbid instantiation
  /external/smali/smali/src/test/resources/LexerTest/
MiscTest.smali 46 instantiation-error
  /system/connectivity/shill/wifi/
mock_wifi_provider.cc 19 #include "shill/wifi/wifi_service.h" // Needed for mock method instantiation.
  /external/clang/test/CXX/except/except.spec/
p1.cpp 85 A<0>::f(); // expected-note{{in instantiation of exception specification for 'f'}}
86 f<0>(); // expected-note{{in instantiation of function template specialization}}

Completed in 240 milliseconds

1 2 3 4 5 67 8 91011>>