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

  /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/
objects-visiting.h 113 // For visitors that allow specialization by size calculate VisitorId based
125 const VisitorId specialization = static_cast<VisitorId>( local
128 return Min(specialization, generic);
262 // inlining and specialization of StaticVisitor::VisitPointers methods).
mirror-debugger.js 441 // Simpel to text which is used when on specialization in subclass.
1183 // Simpel to text which is used when on specialization in subclass.
    [all...]
  /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/chrome/browser/resources/chromeos/chromevox/chromevox/background/
accessibility_api_handler.js 603 // No specialization for braille.

Completed in 926 milliseconds