Searched
full:instantiation (Results
576 -
600 of
1313) sorted by null
<<21222324252627282930>>
/external/clang/test/CodeGenCXX/ |
mangle-ms-templates-memptrs.cpp | 129 // created into the name of the template instantiation, which is definitely a 131 // get ?_9S@@ in every instantiation after the first.
|
/external/clang/test/OpenMP/ |
for_linear_messages.cpp | 161 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}} 163 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
|
for_ordered_clause.cpp | 104 // expected-note@+1 {{in instantiation of function template specialization 'tmain<int, char, -1, -2>' requested here}} 117 // expected-note@+1 {{in instantiation of function template specialization 'tmain<int, char, 1, 0>' requested here}}
|
for_schedule_messages.cpp | 85 // expected-note@+1 {{in instantiation of function template specialization 'tmain<int, char, -1, -2>' requested here}} 88 // expected-note@+1 {{in instantiation of function template specialization 'tmain<int, char, 1, 0>' requested here}}
|
for_simd_aligned_messages.cpp | 163 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}} 166 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
|
for_simd_linear_messages.cpp | 161 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}} 163 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
|
for_simd_schedule_messages.cpp | 85 // expected-note@+1 {{in instantiation of function template specialization 'tmain<int, char, -1, -2>' requested here}} 88 // expected-note@+1 {{in instantiation of function template specialization 'tmain<int, char, 1, 0>' requested here}}
|
parallel_for_linear_messages.cpp | 198 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}} 200 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
|
parallel_for_schedule_messages.cpp | 85 // expected-note@+1 {{in instantiation of function template specialization 'tmain<int, char, -1, -2>' requested here}} 88 // expected-note@+1 {{in instantiation of function template specialization 'tmain<int, char, 1, 0>' requested here}}
|
parallel_for_simd_aligned_messages.cpp | 163 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}} 166 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
|
parallel_for_simd_linear_messages.cpp | 161 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}} 163 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
|
parallel_for_simd_schedule_messages.cpp | 85 // expected-note@+1 {{in instantiation of function template specialization 'tmain<int, char, -1, -2>' requested here}} 88 // expected-note@+1 {{in instantiation of function template specialization 'tmain<int, char, 1, 0>' requested here}}
|
simd_aligned_messages.cpp | 163 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}} 166 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
|
target_map_messages.cpp | 205 return tmain<int, 3>(argc)+tmain<from, 4>(argc); // expected-note {{in instantiation of function template specialization 'tmain<int, 3>' requested here}} expected-note {{in instantiation of function template specialization 'tmain<int, 4>' requested here}}
|
task_messages.cpp | 269 // expected-note@+2 {{in instantiation of function template specialization 'foo<int>' requested here}} 270 // expected-note@+1 {{in instantiation of function template specialization 'foo<S>' requested here}}
|
taskloop_simd_aligned_messages.cpp | 163 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}} 166 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
|
/external/clang/test/SemaCXX/ |
array-bounds.cpp | 86 f<5>(); // expected-note {{in instantiation}} 126 pr9284b<false>(); // expected-note{{in instantiation of function template specialization 'pr9284b<false>' requested here}}
|
cxx0x-initializer-constructor.cpp | 331 call<W>(ref_w); // expected-note {{instantiation of}} 345 call<X>(val_x); // expected-note {{instantiation of}}
|
decl-microsoft-call-conv.cpp | 170 // FIXME: Note the template, not the implicit instantiation. 247 s.f(p); // expected-note {{in instantiation of member function 'test8::S<void *>::f' requested here}}
|
/external/clang/test/SemaTemplate/ |
current-instantiation.cpp | 5 // between members of the current instantiation and members of an 9 // current instantiation.
|
/external/jarjar/lib/ |
asm-commons-4.0.jar | |
/prebuilts/tools/common/asm-tools/ |
asm-commons-4.0.jar | |
/external/clang/lib/Sema/ |
Sema.cpp | 303 // If we're in template instantiation, it's an error. 682 // carefully keep track of the point of instantiation (C++ [temp.point]). 684 // instantiation will always happen at the end of the translation unit, 686 // valid, but we could do better by diagnosing if an instantiation uses a 687 // name that was not visible at its first point of instantiation. [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
asm-commons-3.3.jar | |
/prebuilts/tools/common/m2/repository/asm/asm-commons/3.3/ |
asm-commons-3.3.jar | |
Completed in 1133 milliseconds
<<21222324252627282930>>