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

12

/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/chromium_org/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/stlport/stlport/stl/config/
H A Dfeatures.h148 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
380 /* pointer specialization tool */
/external/chromium_org/v8/tools/gyp/
H A Dv8_base.host.darwin-arm.mk65 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.host.darwin-arm64.mk65 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.host.darwin-mips.mk65 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.host.darwin-mips64.mk65 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.host.darwin-x86.mk65 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.host.darwin-x86_64.mk65 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.host.linux-arm.mk65 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.host.linux-arm64.mk65 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.host.linux-mips.mk65 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.host.linux-mips64.mk65 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.host.linux-x86.mk65 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.host.linux-x86_64.mk65 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.target.darwin-arm64.mk66 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.target.darwin-mips.mk66 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.target.darwin-mips64.mk66 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.target.darwin-x86.mk66 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.target.darwin-x86_64.mk66 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.target.linux-arm64.mk66 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.target.linux-mips.mk66 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.target.linux-mips64.mk66 v8/src/compiler/js-context-specialization.cc \
H A Dv8_base.target.linux-x86.mk66 v8/src/compiler/js-context-specialization.cc \

Completed in 317 milliseconds

12