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
1313
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
default-arguments.cpp
41
template void defargs_in_template_unused(NoDefaultCtor); // expected-note{{in
instantiation
of function template specialization 'defargs_in_template_unused<NoDefaultCtor>' requested here}}
52
template void defargs_in_template_used<NoDefaultCtor>(); // expected-note{{in
instantiation
of function template specialization}}
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
p3.cpp
18
int b2 = f(E::e); // expected-note {{in
instantiation
of}}
20
int b4 = f(E::e, 0); // expected-note {{in
instantiation
of}}
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2.cpp
6
A<function> a; // expected-note{{
instantiation
of}}
11
B<function> b; // expected-note{{
instantiation
of}}
/external/clang/test/CodeGenCXX/
vtable-linkage.cpp
110
// E<short> is an explicit template
instantiation
with a key function
117
// F<short> is an explicit template
instantiation
without a key
123
// E<long> is an implicit template
instantiation
with a key function
130
// F<long> is an implicit template
instantiation
with no key function,
136
// F<int> is an explicit template
instantiation
declaration without a
141
// E<int> is an explicit template
instantiation
declaration. It has a
180
// H<int> has a key function without a body but it's a template
instantiation
193
// I<int> has an explicit
instantiation
declaration and needs a VTT and
/external/clang/test/SemaCXX/
enum-unscoped-nonexistent.cpp
23
// The unqualified-id here names a member of the current
instantiation
, which
25
template<typename T> constexpr int S<T>::g() const { return b; } // expected-error {{enumerator 'b' does not exist in
instantiation
of 'S<char>'}}
generic-selection.cpp
17
A<char> a1; // expected-note {{in
instantiation
of template class 'A<char, void *>' requested here}}
18
A<short, int> a2; // expected-note {{in
instantiation
of template class 'A<short, int>' requested here}}
warn-dangling-field.cpp
36
template struct S4<int>; // no warning from this
instantiation
37
template struct S4<int&>; // expected-note {{in
instantiation
}}
warn-using-namespace-in-header.cpp
44
// |using namespace| through a macro should warn if the
instantiation
is in a
56
// |using namespace| through a macro shouldn't warn if the
instantiation
is in a
cxx1y-variable-templates_in_class.cpp
63
template CONST int B4::a<int,char>; // expected-note {{in
instantiation
of}}
69
template CONST int B4::b<int,int>; // expected-note {{in
instantiation
of}}
83
template int A::wrong_inst_defined<int>; // expected-note {{in
instantiation
of static data member 'non_const_init::A::wrong_inst_defined<int>' requested here}}
96
// FIXME: It'd be better to produce the 'explicit
instantiation
of undefined
99
template int B::wrong_inst<int*>; // expected-note {{in
instantiation
of static data member 'non_const_init::B::wrong_inst<int *>' requested here}}
145
template int* C2a::Data<int*>; // expected-note {{in
instantiation
of static data member 'non_const_init::pointers::C2a::Data<int *>' requested here}}
152
template int *const C2b::Data<int*>; // expected-note {{in
instantiation
of static data member 'non_const_init::pointers::C2b::Data<int *>' requested here}}
194
template int* D1<float>::Data<int*>; // expected-error {{duplicate explicit
instantiation
}}
204
template int* D2<float>::Data<int*>; // expected-error {{duplicate explicit
instantiation
}}
262
//
instantiation
of the class template specialization
[
all
...]
cxx1y-generic-lambdas-capturing.cpp
107
L('s'); //expected-note{{in
instantiation
of}}
264
N(5); //expected-note{{in
instantiation
of}}
268
int run = (yi.foo(3.14), 0); //expected-note{{in
instantiation
of}}
291
N(5); //expected-note{{in
instantiation
of}}
295
int run = (yi.foo(3.14), 0); //expected-note{{in
instantiation
of}}
344
N(5); //expected-note{{in
instantiation
of}}
348
int run = (yi.foo(3.14), 0); //expected-note{{in
instantiation
of}}
376
N_char(3); //expected-note{{in
instantiation
of}}
380
int run = (yi.foo('a'), 0); //expected-note{{in
instantiation
of}}
429
N(3); //expected-note{{in
instantiation
of}
[
all
...]
conversion.cpp
117
// not once for the template + once for every
instantiation
130
tmpl<char>(); // expected-note 2 {{in
instantiation
of default function argument expression for 'tmpl<char>' required here}}
131
tmpl<int>(); // expected-note 2 {{in
instantiation
of default function argument expression for 'tmpl<int>' required here}}
132
// FIXME: We should warn only once for each template
instantiation
- not once for each call
133
tmpl<int>(); // expected-note 2 {{in
instantiation
of default function argument expression for 'tmpl<int>' required here}}
/external/clang/test/SemaTemplate/
explicit-specialization-member.cpp
26
enum E { e = U::n }; // expected-note {{implicit
instantiation
first required here}}
29
template<> struct S<int>::U { static const int n = sizeof(int); }; // expected-error {{explicit specialization of 'U' after
instantiation
}}
instantiate-clang.cpp
3
// Test template
instantiation
for Clang-specific features.
33
template struct ShuffleVector0<double2, double2, 4, 3>; // expected-note{{
instantiation
}}
instantiate-method.cpp
23
X<void> xv; // expected-note{{in
instantiation
of template class 'X<void>' requested here}}
39
Overloading<float, float> off; // expected-note{{in
instantiation
of template class 'Overloading<float, float>' requested here}}
48
int i = sizeof(HasDestructor<int>); // FIXME: forces
instantiation
, but
183
S<const int> s; // expected-note {{
instantiation
}}
193
Foobar<void>::bazqux(); // expected-error{{no member named 'bazqux' in }} expected-note{{in
instantiation
of template class }}
194
Foobar<int>::bazqux(); // expected-error{{no member named 'bazqux' in }} expected-note{{in
instantiation
of template class }}
instantiate-expr-4.cpp
55
void f() { (void)BadX<1>(); } // expected-note 2 {{
instantiation
}}
76
template struct New0<X>; // expected-note{{
instantiation
}}
87
template struct New1<X, Y>; // expected-note{{
instantiation
}}
97
template struct New2<X, int, int*>; // expected-note{{
instantiation
}}
112
template void *object_creator<New3[4]>(); // expected-note{{
instantiation
}}
124
template struct Delete0<int>; // expected-note{{
instantiation
}}
149
new X<int>[1]; // expected-note{{in
instantiation
of member function 'PR10480::X<int>::~X' requested here}}
170
template struct Throw1<Incomplete*>; // expected-note{{
instantiation
}}
195
template struct TypeId0<Incomplete>; // expected-note{{
instantiation
of member function}}
235
template struct InitList2<APair, int*, double*>; // expected-note{{
instantiation
}}
[
all
...]
/external/google-breakpad/src/testing/gtest/test/
gtest-param-test_test.h
44
// Test fixture for testing definition and
instantiation
of a test
49
// Test fixture for testing
instantiation
of a test in multiple
/external/gtest/test/
gtest-param-test_test.h
44
// Test fixture for testing definition and
instantiation
of a test
49
// Test fixture for testing
instantiation
of a test in multiple
/external/protobuf/gtest/test/
gtest-param-test_test.h
44
// Test fixture for testing definition and
instantiation
of a test
48
// Test fixture for testing
instantiation
of a test in multiple
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-param-test_test.h
44
// Test fixture for testing definition and
instantiation
of a test
49
// Test fixture for testing
instantiation
of a test in multiple
/ndk/sources/third_party/googletest/googletest/test/
gtest-param-test_test.h
44
// Test fixture for testing definition and
instantiation
of a test
49
// Test fixture for testing
instantiation
of a test in multiple
/external/clang/test/CXX/class.derived/class.virtual/
p3-0x.cpp
46
template struct B<int>; // expected-note {{in
instantiation
of template class 'Test3::B<int>' requested here}}
89
// FIXME: Diagnose these in the template definition, not in the
instantiation
.
90
E<> e; // expected-note {{in
instantiation
of}}
101
Z<X> z; // expected-note {{in
instantiation
of}}
122
// expected-note@+1 {{in
instantiation
of}}
130
// expected-note@+1 {{in
instantiation
of}}
/external/clang/test/SemaObjCXX/
literals.mm
113
template void test_array_literals(int); // expected-note{{in
instantiation
of function template specialization 'test_array_literals<int>' requested here}}
130
template void test_dictionary_literals(int, id); // expected-note{{in
instantiation
of function template specialization 'test_dictionary_literals<int, id>' requested here}}
131
template void test_dictionary_literals(id, int); // expected-note{{in
instantiation
of function template specialization 'test_dictionary_literals<id, int>' requested here}}
144
template void test_variadic_array_literal(id, int, NSArray*); // expected-note{{in
instantiation
of function template specialization 'test_variadic_array_literal<id, int, NSArray *>' requested here}}
170
template void test_variadic_dictionary_expansion(NSNumber *, // expected-note{{in
instantiation
of function template specialization}}
173
template void test_variadic_dictionary_expansion(NSNumber *, // expected-note{{in
instantiation
of function template specialization}}
/external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
1
//===--- SemaTemplateInstantiateDecl.cpp - C++ Template Decl
Instantiation
===/
9
// This file implements C++ template
instantiation
for declarations.
75
// Include attribute
instantiation
code.
268
// Existing DLL attribute on the
instantiation
takes precedence.
301
///
instantiation
. If this finds a previous declaration, then the previous
302
/// declaration of the
instantiation
of D should be an
instantiation
of the
310
// previous declaration for the purpose of template
instantiation
.
446
// Create a local
instantiation
scope for this type alias template, which
830
// that the underlying types match in the
instantiation
of bot
[
all
...]
/external/clang/include/clang/Sema/
Template.h
24
/// lists for use in template
instantiation
.
185
/// this template
instantiation
.
195
/// This mapping is used during
instantiation
to keep track of,
207
/// For a parameter pack, the local
instantiation
scope may contain a
216
/// definitions from some other
instantiation
(that may not be
260
/// \brief Exit this local
instantiation
scope early.
323
/// \brief Find the
instantiation
of the declaration D within the current
324
///
instantiation
scope.
326
/// \param D The declaration whose
instantiation
we are searching for.
383
/// enclosing class's
instantiation
is complete
[
all
...]
/external/clang/test/CXX/class/class.union/
p1.cpp
116
union { // expected-note 6 {{in
instantiation
of member class}}
126
Either<int,Virtual> virt(0); // expected-note {{in
instantiation
of template}}
127
Either<int,VirtualBase> vbase(0); // expected-note {{in
instantiation
of template}}
128
Either<int,Ctor> ctor(0); // expected-note {{in
instantiation
of template}}
129
Either<int,CopyCtor> copyctor(0); // expected-note {{in
instantiation
of template}}
130
Either<int,CopyAssign> copyassign(0); // expected-note {{in
instantiation
of template}}
131
Either<int,Dtor> dtor(0); // expected-note {{in
instantiation
of template}}
Completed in 931 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>