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/google-breakpad/src/testing/scripts/
gmock_doctor.py 175 r'note: in instantiation of function template specialization '
225 r'of function template specialization '
232 r'of function template specialization '
424 r'of function template specialization '
  /external/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).
  /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/v8/
Android.v8common.mk 54 src/compiler/js-context-specialization.cc \
  /external/v8/src/
mirror-debugger.js 476 // Simpel to text which is used when on specialization in subclass.
1229 // Simpel to text which is used when on specialization in subclass.
    [all...]

Completed in 643 milliseconds