OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instantiation
(Results
126 - 150
of
1076
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CXX/class.access/class.friend/
p9-cxx0x.cpp
60
template class Y<float>; // expected-note {{in
instantiation
}}
84
template class Y<int>; // expected-note {{in
instantiation
}}
100
template class Y<int>; // expected-note {{in
instantiation
}}
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx03-extra-copy.cpp
28
// Check for
instantiation
of default arguments
40
X4(const X4&, T = get_value_badly<T>()); // expected-note{{in
instantiation
of}}
68
// Would be ambiguous with the next g(), except the
instantiation
failure in
/external/clang/test/CXX/temp/temp.arg/temp.arg.template/
p3-0x.cpp
16
eval<C<17>> eC; // expected-error{{implicit
instantiation
of undefined template 'eval<C<17> >'}}
17
eval<D<int, 17>> eD; // expected-error{{implicit
instantiation
of undefined template 'eval<D<int, 17> >'}}
18
eval<E<int, float>> eE; // expected-error{{implicit
instantiation
of undefined template 'eval<E<int, float, 17> >}}
/external/clang/test/CXX/temp/temp.res/temp.dep/
p3.cpp
65
// FIXME: Reject this prior to
instantiation
; f() is known to return int.
76
char &r = A<int>::F().g(); // expected-note {{in
instantiation
of}}
79
char &s = A<char>::F().g(); // expected-note {{in
instantiation
of}}
/external/clang/test/SemaObjCXX/
property-synthesis-error.mm
88
// Check error handling for
instantiation
during property synthesis.
104
// expected-note {{in
instantiation
of template class}} \
105
// expected-note {{in
instantiation
of member function}}
/external/clang/test/SemaTemplate/
instantiate-static-var.cpp
9
X<int, 0> xi0; // expected-note{{in
instantiation
of template class 'X<int, 0>' requested here}}
17
Y<float> fy; // expected-note{{in
instantiation
of template class 'Y<float>' requested here}}
38
NoDefCon &NDC = Z<NoDefCon>::value; // expected-note{{
instantiation
}}
member-function-template.cpp
64
//
Instantiation
on ->
74
(void)x2->get<float>(); // expected-error{{implicit
instantiation
of undefined template}}
77
//
Instantiation
of template template parameters in a member function
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
VerificationErrorType.java
43
Instantiation
(9, "
instantiation
-error");
95
return
Instantiation
;
/external/chromium_org/base/android/java/src/org/chromium/base/
BaseSwitches.java
21
// Prevent
instantiation
.
/external/chromium_org/net/base/
cache_type.h
20
// The types of disk cache backend, only used at backend
instantiation
.
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p2-0x.cpp
14
// FIXME: don't produce the diagnostic both for the definition and the
instantiation
.
/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.decls/temp.class/temp.static/
p1.cpp
23
return X0<X2>::value; // expected-note{{
instantiation
}}
/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
29
T b = a==a; // expected-warning {{self-comparison always evaluates to true}} expected-note@39 {{in
instantiation
of member function}}
/external/clang/test/SemaCXX/
c99-variable-length-array.cpp
43
template void vla_in_template<HasNonConstantValue>(HasNonConstantValue); // expected-note{{
instantiation
of}}
64
X1<HasNonConstantValue> x1b; // expected-note{{in
instantiation
of}}
103
template void f<int>(int); // expected-note{{
instantiation
of}}
141
int test = f<int>(0); // expected-note {{
instantiation
of}}
Completed in 524 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>