OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instantiation
(Results
176 - 200
of
852
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaTemplate/
default-arguments.cpp
22
template struct p<bool>; // expected-note {{in
instantiation
of default argument for 'p<bool>' required here}}
73
X2<int>::Inner1<> x2bad; // expected-note{{
instantiation
of default argument}}
76
X2<int>::NonType1<> x2_nontype1_bad; // expected-note{{
instantiation
of default argument}}
instantiate-cast.cpp
31
template struct CStyleCast0<A, int>; // expected-note{{
instantiation
}}
45
template struct StaticCast0<int, A>; // expected-note{{
instantiation
}}
58
template struct DynamicCast0<Base*, A>; // expected-note{{
instantiation
}}
71
template struct ReinterpretCast0<int const *, float *>; // expected-note{{
instantiation
}}
84
template struct ConstCast0<int const *, float *>; // expected-note{{
instantiation
}}
97
template struct FunctionalCast1<A, int>; // expected-note{{
instantiation
}}
address-spaces.cpp
59
accept_any_pointer(ip1); // expected-note{{in
instantiation
of}}
60
accept_any_pointer(array); // expected-note{{in
instantiation
of}}
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>.
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p6.cpp
37
// Check for conflicts during template
instantiation
.
45
Outer<int, int> outer; // expected-note{{
instantiation
}}
/external/clang/test/CXX/temp/temp.spec/temp.inst/
p1.cpp
4
// implicit
instantiation
of the declarations, but not the definitions or
34
ScopedEnum1<double>::E e2 = decltype(e2)::e; // expected-note {{in
instantiation
of enumeration 'ScopedEnum::ScopedEnum1<double>::E' requested here}}
/external/clang/test/CodeGenCXX/
vtable-linkage.cpp
131
// E<short> is an explicit template
instantiation
with a key function
141
// F<short> is an explicit template
instantiation
without a key
150
// E<long> is an implicit template
instantiation
with a key function
157
// F<long> is an implicit template
instantiation
with no key function,
163
// F<int> is an explicit template
instantiation
declaration without a
168
// E<int> is an explicit template
instantiation
declaration. It has a
210
// H<int> has a key function without a body but it's a template
instantiation
226
// I<int> has an explicit
instantiation
declaration and needs a VTT and
/external/clang/test/PCH/
headersearch.cpp
30
// Check diagnostic with
instantiation
location in original source:
40
#ifdef
INSTANTIATION
/external/clang/test/SemaCXX/
ms-interface.cpp
67
// expected-note@+1 {{in
instantiation
of template class 'I6<S>' requested here}}
72
// expected-note@+1 {{in
instantiation
of template class 'I6<C>' requested here}}
typedef-redecl.cpp
89
a.f(); // expected-note{{in
instantiation
of member function 'PR11630::S<int>::f' requested here}}
93
b2.f(); // expected-note{{in
instantiation
of member function 'PR11630::S2<2>::f' requested here}}
warn-unused-variables.cpp
49
expected-error{{implicit
instantiation
of undefined template 'PR6948::X<char>'}}
62
// a warning in the
instantiation
only for dependent variables.
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.2.3-1.js
28
by the global object. Variable
instantiation
is performed using the
29
activation by the global object. Variable
instantiation
is performed using
10.2.3-2.js
28
by the global object. Variable
instantiation
is performed using the
29
activation by the global object. Variable
instantiation
is performed using
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
OverScrollerCompat.java
28
* Disallow
instantiation
.
ScaleGestureDetectorCompat.java
29
* Disallow
instantiation
.
/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}}
Completed in 4575 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>