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

1 2 3 4 5 67 8 91011>>

  /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}}