OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instantiation
(Results
151 - 175
of
1076
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaCXX/
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
}}
cxx1y-variable-templates_in_class.cpp
53
template<typename T> static const T right_def<T,int>; // expected-note {{explicit
instantiation
refers here}}
57
// expected-note {{explicit
instantiation
refers here}}
58
template const int B4::right<int,int>; // expected-error {{explicit
instantiation
of undefined static data member template 'right' of class}}
59
template const int B4::right_def<int,int>; // expected-error {{explicit
instantiation
of undefined static data member template 'right_def' of class}}
67
template int A::wrong_inst<int>; // expected-note {{in
instantiation
of static data member 'non_const_init::A::wrong_inst<int>' requested here}}
78
template int B::wrong_inst<int*>; // expected-note {{in
instantiation
of static data member 'non_const_init::B::wrong_inst<int *>' requested here}}
115
template int* C2a::Data<int>; // expected-note {{in
instantiation
of static data member 'non_const_init::pointers::C2a::Data<int>' requested here}}
121
template const int* C2b::Data<int>; // expected-note {{in
instantiation
of static data member 'non_const_init::pointers::C2b::Data<int>' requested here}}