HomeSort by relevance Sort by last modified time
    Searched refs:specialization (Results 1 - 25 of 38) sorted by null

1 2

  /ndk/tests/build/issue-gcc59052-partial-specialization-of-template/jni/
Android.mk 4 LOCAL_MODULE := issue-gcc59052-partial-specialization-of-template
5 LOCAL_SRC_FILES := issue-gcc59052-partial-specialization-of-template.cc
  /external/clang/test/CXX/temp/temp.spec/
no-body.cpp 39 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}}
cxx1y-variable-template-no-body.cpp 29 // 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/
objects-visiting.h 113 // 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/
features.h 148 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
380 /* pointer specialization tool */
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 142 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
374 /* pointer specialization tool */
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
features.h 142 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
374 /* pointer specialization tool */
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
features.h 142 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
374 /* pointer specialization tool */
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
features.h 142 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
374 /* pointer specialization tool */
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
features.h 142 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
374 /* pointer specialization tool */
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
features.h 142 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
374 /* pointer specialization tool */
    [all...]
  /external/chromium_org/v8/tools/gyp/
v8_base.host.darwin-arm.mk 65 v8/src/compiler/js-context-specialization.cc \
v8_base.host.darwin-arm64.mk 65 v8/src/compiler/js-context-specialization.cc \
v8_base.host.darwin-mips.mk 65 v8/src/compiler/js-context-specialization.cc \
v8_base.host.darwin-mips64.mk 65 v8/src/compiler/js-context-specialization.cc \
v8_base.host.darwin-x86.mk 65 v8/src/compiler/js-context-specialization.cc \
v8_base.host.darwin-x86_64.mk 65 v8/src/compiler/js-context-specialization.cc \
v8_base.host.linux-arm.mk 65 v8/src/compiler/js-context-specialization.cc \
v8_base.host.linux-arm64.mk 65 v8/src/compiler/js-context-specialization.cc \
v8_base.host.linux-mips.mk 65 v8/src/compiler/js-context-specialization.cc \
v8_base.host.linux-mips64.mk 65 v8/src/compiler/js-context-specialization.cc \
v8_base.host.linux-x86.mk 65 v8/src/compiler/js-context-specialization.cc \
v8_base.host.linux-x86_64.mk 65 v8/src/compiler/js-context-specialization.cc \
v8_base.target.darwin-arm64.mk 66 v8/src/compiler/js-context-specialization.cc \
v8_base.target.darwin-mips.mk 66 v8/src/compiler/js-context-specialization.cc \

Completed in 2164 milliseconds

1 2