Searched refs:specialization (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/
H A Dno-body.cpp39 template<> void f0<int>(int) { } // expected-error {{no function template matches function template specialization 'f0'}}
40 template<> struct x0<int> { }; // expected-error {{class template specialization of 'x0' must occur at global scope}}
51 template void f1<int>(int) { } // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} \
52 expected-error {{no function template matches function template specialization 'f1'}}
53 template struct x1<int> { }; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} \
54 expected-error {{class template specialization of 'x1' must occur at global scope}}
62 template void f2<int>(int) { } // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}}
63 template struct x2<int> { }; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}}
H A Dcxx1y-variable-template-no-body.cpp29 // Should recover as if specialization
30 template float pi1<float> = 1.0; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}}
33 template<> double pi1<double> = 1.5; // expected-error {{variable template specialization of 'pi1' must originally be declared in the global scope}}
34 template int pi1<int> = 10; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} \
35 expected-error {{variable template specialization of 'pi1' must originally be declared in the global scope}}
/external/v8/src/heap/
H A Dobjects-visiting.h113 // For visitors that allow specialization by size calculate VisitorId based
123 const VisitorId specialization = static_cast<VisitorId>( local
126 return Min(specialization, generic);
247 // inlining and specialization of StaticVisitor::VisitPointers methods).
/external/v8/
H A DAndroid.v8common.mk54 src/compiler/js-context-specialization.cc \

Completed in 136 milliseconds